Supported models
Unified access to major providers through one API — use any model ID your workspace allows.
You can request any model ID your workspace's allowlist permits. There's no separate "Relixr model catalog" to learn — you use each provider's own model names.
| Provider | Example model IDs |
|---|---|
| OpenAI | gpt-4o, gpt-4o-mini, text-embedding-3-small |
| Anthropic | claude-sonnet-4-5, claude-haiku-4-5 |
gemini-2.0-flash, gemini-2.5-pro | |
| Mistral | mistral-large-latest |
| Groq | openai/gpt-oss-20b (free tier), openai/gpt-oss-120b |
Tip:
Not sure which model to pick? Start with a small, fast model like gpt-4o-mini or claude-haiku-4-5 for prototyping, then add a routing rule to upgrade to a larger model only for the requests that need it.
Model pricing is passed through at provider cost plus a 5% platform fee. Current rates live on the Models page so they stay accurate as providers change their pricing.
Next steps