Models for Assistant API
Retrieve all available models for use with the Assistant API.
GET
/
assistant
/
v1
/
models
Retrieve the list of models and their ids, available for use with the Assistant API. This endpoint is useful when you want to see which models you can use when creating a temporary assistant.
Example Request
Response Format
The API returns a list of available models in the following format:
Error Handling
You can use any of these model IDs when creating a temporary assistant through the Assistant API. Simply specify the model ID in the model
field of your assistant configuration:
Response
200 - application/json
object
enum<string>
requiredAvailable options:
list
data
object[]
requiredWas this page helpful?