Documentation Index
Fetch the complete documentation index at: https://databridge-r-img.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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

