Skip to main content
POST
Retrieve all LLM models available for your AI agents to use during conversations.

Request Body

string
Filter by provider: openai.

Response

array
Array of model objects.

Model Object

string
Model identifier to use in agent configuration.
string
Model display name.
string
Model provider: openai.
string
Brief description of the model’s characteristics.
string
Expected latency level: lowest, low, or medium.
boolean
Whether this is the default model for new agents.