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/models/available
Headers
authorizationstring nullable
Response
Successful Response
{"stackTrail":"paths:/models/available:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}