Get LLM models
Agent Config API
Get LLM Models
Retrieve available Large Language Model providers and models for agent configuration
GET
Get LLM models
Overview
Retrieve all available LLM (Large Language Model) providers and their supported models. The LLM is the reasoning engine of your agent — it processes user input, maintains conversation context, and generates responses based on the system prompt. Use this endpoint to populate model selection options when configuring an agent’sllmParams.
Required Permission
agents
Query Parameters
Example cURL
All Providers
Filter by Provider
Response
Success (200)
Response Fields
Use Cases
- Populating an LLM provider and model selector during agent creation or configuration
- Allowing users to switch between language models (e.g. from a smaller model to a larger one)
- Filtering models by provider when your organization has a specific LLM contract
The
provider.providerId and modelId values returned here map directly to the provider and model fields in the Update Agent llmParams object. Use them as-is.Save the
requestId from every response. You will need it if you contact Inya support to trace a specific request.Authorizations
API key with 'agents' permission
Query Parameters
Filter results to a specific LLM provider
Example:
"gnani"