Models
IQ Routing supports the chat models below, grouped by provider. Pass any
listed id directly as model in a request, or use a routing alias instead
-- see Routing for how aliases pick a model.
This page is a snapshot. Provider rosters change as providers ship new versions, so the authoritative, always-current list comes from the live endpoint:
curl https://gateway.iq-routing.com/v1/models \
-H "Authorization: Bearer gw_live_xxxxxxxx"
Treat the sections below as a reference and GET /v1/models as the source
of truth.
Model id prefixes
A model id from one of the providers below takes the form
<prefix>/<the provider's own model id>, for example
deepseek/deepseek-flash or gemini/gemini-3.8-flash. A custom endpoint
(see Providers) uses custom/<your-endpoint-slug>
instead. Anthropic and OpenAI ids also work in the unprefixed form shown
in their sections below (for example claude-opus-5, gpt-5-mini); the
anthropic/ and openai/ prefixed form works too.
| Provider | Prefix |
|---|---|
| OpenAI | openai/ |
| Anthropic | anthropic/ |
| Google | gemini/ |
| Mistral | mistral/ |
| xAI | xai/ |
| Cohere | cohere/ |
| DeepSeek | deepseek/ |
| Z.ai (GLM) | zai/ |
| Moonshot AI (Kimi) | moonshot/ |
| Qwen (Alibaba Cloud) | dashscope/ |
| MiniMax | minimax/ |
| Together AI | together_ai/ |
| Fireworks AI | fireworks_ai/ |
| DeepInfra | deepinfra/ |
| Replicate | replicate/ |
| OpenRouter | openrouter/ |
| Groq | groq/ |
| Cerebras | cerebras/ |
AWS Bedrock
AWS Bedrock has no separate model ids in IQ Routing -- request Claude
models by their usual ids. With a Bedrock key connected and Bedrock
routing turned on (off by default) from /providers, IQ can serve
claude-haiku-4-5-20251001, claude-sonnet-5, and claude-opus-5
through your Bedrock account, where your AWS account has them enabled,
in a supported region.
Anthropic
Anthropic's Claude chat models are available through the gateway:
claude-fable-5-1claude-haiku-4-5-20251001claude-opus-4-6claude-opus-4-7claude-opus-4-8claude-opus-5claude-opus-5-5claude-sonnet-4-6claude-sonnet-5
claude-opus-5-5 and claude-fable-5-1 are exact pins: naming either
directly serves exactly that model whenever it can serve the request,
falling back to another Anthropic model only if it can't, rather than
the family-lock behavior of every other id on this page (see
Routing). claude-fable-5-1 is Anthropic's current
Fable model; an older Fable id, claude-fable-5, is still accepted if
you name it directly and is served on the Anthropic family ladder. See
capability aliases for cap:orchestrate, the
only way to reach claude-fable-5 itself, with its own limits and the
data-retention requirement Anthropic places on it.
Cerebras
Cerebras provides hosted access to open-weight chat models.
cerebras/gpt-oss-120bcerebras/qwen-3.8-27b
Cohere
Cohere provides its own chat model family through the gateway.
cohere/command-r-plus-08-2024cohere/command-r-08-2024cohere/command-r7b-12-2024
DeepInfra
DeepInfra provides hosted access to open-weight chat models.
deepinfra/deepseek-ai/DeepSeek-V4.1-Flashdeepinfra/deepseek-ai/DeepSeek-V4-Pro-0813deepinfra/deepseek-ai/DeepSeek-V4-Flash-0731deepinfra/zai-org/GLM-5.3deepinfra/moonshotai/Kimi-K3deepinfra/MiniMaxAI/MiniMax-M3deepinfra/openai/gpt-oss-120bdeepinfra/meta-llama/Llama-3.3-70B-Instruct-Turbo
DeepSeek
DeepSeek provides its own chat model family through the gateway.
deepseek/deepseek-flashdeepseek/deepseek-v4-pro
Fireworks AI
Fireworks AI provides hosted access to open-weight and partner chat models.
fireworks_ai/accounts/fireworks/models/deepseek-v4p1-flashfireworks_ai/accounts/fireworks/models/glm-5p3fireworks_ai/accounts/fireworks/models/glm-5p3-flashfireworks_ai/accounts/fireworks/models/kimi-k3fireworks_ai/accounts/fireworks/models/minimax-m3fireworks_ai/accounts/fireworks/models/qwen3p8-maxfireworks_ai/accounts/fireworks/models/gpt-oss-120b
Google provides its Gemini chat model family through the gateway.
gemini/gemini-3-flash-previewgemini/gemini-3.1-flash-litegemini/gemini-3.1-pro-previewgemini/gemini-3.5-flash-litegemini/gemini-3.8-flash
Groq
Groq provides hosted access to open-weight chat models.
groq/openai/gpt-oss-120bgroq/openai/gpt-oss-20bgroq/qwen/qwen3.8-27b
MiniMax
MiniMax provides its own chat model family through the gateway.
minimax/MiniMax-M3
Mistral
Mistral provides its own chat model family through the gateway.
mistral/mistral-medium-3-5mistral/mistral-large-2512mistral/mistral-small-2603mistral/ministral-14b-2512mistral/codestral-2508mistral/zai-glm-5-3
Moonshot AI (Kimi)
Moonshot AI provides its Kimi chat model family through the gateway.
moonshot/kimi-k3moonshot/kimi-k2.7-code
OpenAI
OpenAI's chat models are available through the gateway:
gpt-4ogpt-4o-minigpt-5gpt-5-minigpt-5-nanogpt-5.5gpt-5.6-lunagpt-5.6-solgpt-5.6-terragpt-6-astragpt-6-lunagpt-6-solo3o3-mini
gpt-6-astra and gpt-6-sol are exact pins: naming either directly
serves exactly that model whenever it can serve the request, falling
back to another OpenAI model only if it can't. See
Routing for how exact pins differ from the family-lock
behavior of every other id on this page.
OpenRouter
OpenRouter aggregates chat models from multiple providers behind a single API.
openrouter/deepseek/deepseek-v4.1-flashopenrouter/deepseek/deepseek-v4-flash-0731openrouter/z-ai/glm-5.3openrouter/z-ai/glm-5.3-flashopenrouter/moonshotai/kimi-k3openrouter/minimax/minimax-m3
Qwen (Alibaba Cloud)
Alibaba Cloud provides its Qwen chat model family through the gateway.
dashscope/qwen3.8-maxdashscope/qwen3.8-flashdashscope/qwen3.7-plus
Replicate
Replicate provides hosted access to open-weight and partner chat models.
IQ Routing never picks these models on its own. They're used only
where you choose them: when you name one directly, add it to your own
custom table, or put it in a team's allow-list. They don't support
tool calling.
replicate/meta/llama-4-scout-instructreplicate/meta/llama-4-maverick-instructreplicate/openai/gpt-oss-120breplicate/deepseek-ai/deepseek-v3.1replicate/qwen/qwen3-235b-a22b-instruct-2507replicate/moonshotai/kimi-k2.6
Together AI
Together AI provides hosted access to open-weight chat models.
together_ai/deepseek-ai/DeepSeek-V4.1-Flashtogether_ai/deepseek-ai/DeepSeek-V4-Pro-0813together_ai/deepseek-ai/DeepSeek-V4-Flash-0731together_ai/zai-org/GLM-5.3together_ai/moonshotai/Kimi-K3together_ai/MiniMaxAI/MiniMax-M3together_ai/openai/gpt-oss-120btogether_ai/meta-llama/Llama-3.3-70B-Instruct-Turbo
xAI
xAI provides its Grok chat model family through the gateway.
xai/grok-4.7xai/grok-4.3xai/grok-build-0.1
Z.ai (GLM)
Z.ai provides its GLM chat model family through the gateway.
zai/glm-5.3zai/glm-5.3-flash