List Llm Providers
REST API - Misc
List LLM Providers
Returns a list of available LLM providers
GET
List Llm Providers
List all available LLM providers. Use the provider’s
internal_identifier with List LLM Models to retrieve available models.
Response
Returns an array ofLLMProviderItem objects.
Provider unique identifier
Provider display name (e.g., “OpenAI”, “Anthropic”)
Internal identifier used in API calls (e.g.,
openai, anthropic). Use this value as model_provider when creating or updating agents.URL to the provider’s logo image
Brief description of the provider
Example Request
Notes
- Use the
internal_identifiervalue as themodel_providerfield when creating or updating agents - To see available models for a provider, use List LLM Models with the
internal_identifier
Authorizations
API Key for authentication
Response
200 - application/json
Successful Response
Unique identifier for this LLM provider.
Human-readable display name of the provider (e.g., 'Anthropic', 'OpenAI').
The provider key used in agent configuration. Use this value for the agent's model_provider field (e.g., 'anthropic', 'openai', 'gemini').
Logo identifier for the provider's icon.
Brief description of the provider.

