List Llm Models
REST API - Misc
List LLM Models
Returns available models for a specific LLM provider
GET
List Llm Models
List available models for a specific LLM provider. Use the
model_id value as the agent’s model_name field when creating or updating an agent.
Path Parameters
The provider’s
internal_identifier from List LLM Providers (e.g., openai, anthropic)Response
Returns an array ofLLMModelItem objects.
Model identifier — use this as the
model_name field when creating/updating agentsHuman-friendly model name
Model tier level (1 = standard, higher = premium)
Brief description of the model’s capabilities
Example Request
Notes
- Returns
404if the provider identifier is not found - Use the
model_idvalue as the agent’smodel_namefield - Models are organized by tier — higher tiers indicate more capable (and more expensive) models
Authorizations
API Key for authentication
Path Parameters
Response
Successful Response
The model identifier to use in agent configuration. Set this as the agent's model_name field (e.g., 'claude-sonnet-4-6', 'gpt-4o').
Human-readable name of the model for display purposes.
Model capability tier. Higher tiers indicate more capable (and typically more expensive) models. Tier 1 is standard, higher tiers are premium.
Brief description of the model's capabilities and recommended use cases.

