Complete Model List
Get Model List via API
get
Responses
200
A list of available models.
application/json
idstringRequiredExample:
Unique identifier of the model.
o3-minitypestringRequiredExample:
Model interaction type.
chat-completionfeaturesstring[]RequiredExample:
List of supported features and API capabilities for the model.
["openai/chat-completion","openai/response-api","openai/chat-assistant","openai/chat-completion.function","openai/chat-completion.message.refusal","openai/chat-completion.message.system","openai/chat-completion.message.developer","openai/chat-completion.message.assistant","openai/chat-completion.stream","openai/chat-completion.max-completion-tokens","openai/chat-completion.seed","openai/chat-completion.reasoning","openai/chat-completion.response-format"]endpointsstring[]RequiredExample:
API endpoints through which this model can be accessed.
["/v1/chat/completions","/v1/responses"]get
/models200
A list of available models.
Output Examples by Model Type
Example output item for a chat model
Example output item for an image model
Example output item for a video model
Last updated
Was this helpful?