providers
Get All Llm Models
🧠 Get all available LLM models across all providers.
Frontend Usage: Use this to populate model selection dropdowns with filtering.
Query Parameters:
provider: Filter by provider (openai, anthropic, groq, etc.)capability: Filter by capability (fast, multimodal, standard, reasoning, coding)max_latency_ms: Filter by maximum latency
GET
Get All Llm Models
Documentation Index
Fetch the complete documentation index at: https://docs.mrassistant.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Filter by provider
Filter by capability: fast, multimodal, standard, reasoning, coding
Filter by maximum latency in milliseconds
Response
Successful Response
Get All Llm Models