API Reference
Get Available Models For Selection
Get list of available models for UI selection.
Returns a list of models that can be used for queries. Each model includes:
- id: Model identifier to use in llm_config
- name: Display name for the model
- provider: The LLM provider (e.g., openai, anthropic, ollama)
- description: Optional description of the model
GET
Headers
Response
200
application/json
Successful Response
The response is of type any
.