List Models
API Reference
List Models
List all LLM models from LiteLLM server with database fallback.
Models are fetched dynamically from the configured LiteLLM server with caching for performance. Falls back to database models if LiteLLM is unavailable.
Query Parameters:
- provider: Filter by provider name (e.g., ‘xai’, ‘anthropic’, ‘openai’)
- runtime: Filter by compatible runtime (e.g., ‘claude_code’, ‘default’)
- type: Filter by model type (e.g., ‘embedding’, ‘text-generation’, ‘multimodal’)
- skip/limit: Pagination
Example:
GET /api/v1/models
GET /api/v1/models?provider=xai
GET /api/v1/models?runtime=claude_code
GET /api/v1/models?type=embedding
GET /api/v1/models?type=text-generation&provider=anthropic
GET
List Models
Documentation Index
Fetch the complete documentation index at: https://docs.kubiya.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Enter your Kubiya API token (format: Bearer )
Query Parameters
Filter by provider (e.g., 'xai', 'anthropic')
Filter by compatible runtime (e.g., 'claude_code')
Filter by model type (e.g., 'embedding', 'text-generation')
Required range:
x >= 0Required range:
1 <= x <= 1000Response
Successful Response