Evaluate OpenRouter as an API routing and billing service with a model catalog behind it. Keep the selected model, serving endpoint and routing rules visible when comparing an integration.
What OpenRouter offers through the API
OpenRouter exposes a unified model API with native client SDKs and an OpenAI-compatible integration path. Official documentation.
Its role differs from a single model developer’s direct endpoint. Your application authenticates to OpenRouter and selects a catalog route, while a serving provider handles the model work. Keep those identities separate in logs and evaluation records. A familiar model name does not explain the complete path through which a request was served.
Provider routing can select among eligible endpoints, while an ordered model fallback list can try a different model when the primary route fails. Official documentation.
This flexibility is useful when the application needs to compare candidates or operate with a defined fallback. It also creates a design obligation: decide which changes are acceptable. A fallback that returns fluent text still needs to satisfy the same output contract, data requirements and cost expectations as the primary candidate.
Build an evaluation that records the actual result path. Retain the requested identifier, returned model, relevant routing configuration and accepted output. If the response quality changes, this evidence helps distinguish a prompt revision from a changed model or endpoint. Without it, the application can appear nondeterministic for reasons that are partly configuration changes.
OpenRouter’s model schema exposes identifiers, capabilities, supported parameters and pricing categories, including conditional overrides where applicable. Official documentation.
Use that metadata to create a shortlist, then test the task itself. A model that supports the required input type is eligible for evaluation, but capability metadata does not establish answer quality. Keep a safe fixture with a verifiable result and add a case that should fail gracefully. This prevents the routing layer’s convenience from becoming a substitute for application acceptance.
Account controls also belong in the design. Decide which workspace and key own the workload, which budget boundary should apply and what the application does when no eligible route remains. A router cannot guarantee that the intersection of every requested capability, price ceiling and account rule will always have an available endpoint.
The guides below separate these decisions. Pricing explains how to preserve billable categories and route assumptions. Models explains catalog identities and aliases. The free-tier page distinguishes a specific free variant from the free router. The key guide and tutorial create a small reproducible call, while Limits and Errors show how to investigate failures at the account, routing and upstream stages.
Start with one well-understood request and a restricted set of options. Add routing flexibility after the baseline works and after you have defined acceptable variation. This lets the application use OpenRouter’s catalog without losing the ability to explain which service produced a result or why a fallback was selected.
Pricing at a glance
| Summary | Verified value |
|---|---|
| Lowest input price model | inclusionAI: Ling 3.0 Flash VL (free) |
| Input price | Free per 1M tokens |
| Output price | Free per 1M tokens |
| Free access | The official model catalog lists models with zero input and output token rates. Availability and free-model request limits can change. |
Last verified · Source ↗
Read OpenRouter pricing and route assumptions.
Models available
| Model | Official identifier | Modalities | Context tokens | Input USD / 1M | Output USD / 1M | Status |
|---|---|---|---|---|---|---|
| AionLabs: Aion-2.0 | aion-labs/aion-2.0 | text | 131,072 | $0.8 | $1.6 | Active |
| AionLabs: Aion-3.0 | aion-labs/aion-3.0 | text | 131,072 | $3 | $6 | Active |
| AionLabs: Aion-3.0-Mini | aion-labs/aion-3.0-mini | text | 131,072 | $0.7 | $1.4 | Active |
| AionLabs: Aion-RP 1.0 (8B) | aion-labs/aion-rp-llama-3.1-8b | text | 32,768 | $0.8 | $1.6 | Active |
| Amazon: Nova 2 Lite | amazon/nova-2-lite-v1 | text, image, video, file | 1,000,000 | $0.3 | $2.5 | Active |
| Amazon: Nova Lite 1.0 | amazon/nova-lite-v1 | text, image | 300,000 | $0.06 | $0.24 | Active |
| Amazon: Nova Micro 1.0 | amazon/nova-micro-v1 | text | 128,000 | $0.035 | $0.14 | Active |
| Amazon: Nova Premier 1.0 | amazon/nova-premier-v1 | text, image | 1,000,000 | $2.5 | $12.5 | Active |
| Amazon: Nova Pro 1.0 | amazon/nova-pro-v1 | text, image | 300,000 | $0.8 | $3.2 | Active |
| Anthropic: Claude 3 Haiku | anthropic/claude-3-haiku | text, image | 200,000 | $0.25 | $1.25 | Active |
| Anthropic: Claude Fable 5 | anthropic/claude-fable-5 | text, image, file | 1,000,000 | $10 | $50 | Active |
| Anthropic: Claude Fable 5 (batch) | anthropic/claude-fable-5:batch | text, image, file | 1,000,000 | $5 | $25 | Active |
| Anthropic: Claude Fable 5.1 | anthropic/claude-fable-5.1 | text, image, file | 1,000,000 | $10 | $50 | Active |
| Anthropic: Claude Fable 5.1 (batch) | anthropic/claude-fable-5.1:batch | text, image, file | 1,000,000 | $5 | $25 | Active |
| Anthropic: Claude Fable Latest | ~anthropic/claude-fable-latest | text, image, file | 1,000,000 | $10 | $50 | Active |
| Anthropic: Claude Haiku 4.5 | anthropic/claude-haiku-4.5 | text, image, file | 200,000 | $1 | $5 | Active |
| Anthropic: Claude Haiku 4.5 (batch) | anthropic/claude-haiku-4.5:batch | text, image, file | 200,000 | $0.5 | $2.5 | Active |
| Anthropic: Claude Haiku Latest | ~anthropic/claude-haiku-latest | text, image, file | 200,000 | $1 | $5 | Active |
| Anthropic: Claude Opus 4 | anthropic/claude-opus-4 | image, text, file | 200,000 | $15 | $75 | Active |
| Anthropic: Claude Opus 4.1 | anthropic/claude-opus-4.1 | image, text, file | 200,000 | $15 | $75 | Active |
| Anthropic: Claude Opus 4.1 (batch) | anthropic/claude-opus-4.1:batch | image, text, file | 200,000 | $7.5 | $37.5 | Active |
| Anthropic: Claude Opus 4.5 | anthropic/claude-opus-4.5 | file, image, text | 200,000 | $5 | $25 | Active |
| Anthropic: Claude Opus 4.5 (batch) | anthropic/claude-opus-4.5:batch | file, image, text | 200,000 | $2.5 | $12.5 | Active |
| Anthropic: Claude Opus 4.6 | anthropic/claude-opus-4.6 | text, image, file | 1,000,000 | $5 | $25 | Active |
| Anthropic: Claude Opus 4.6 (batch) | anthropic/claude-opus-4.6:batch | text, image, file | 1,000,000 | $2.5 | $12.5 | Active |
| Anthropic: Claude Opus 4.7 | anthropic/claude-opus-4.7 | text, image, file | 1,000,000 | $5 | $25 | Active |
| Anthropic: Claude Opus 4.7 (batch) | anthropic/claude-opus-4.7:batch | text, image, file | 1,000,000 | $2.5 | $12.5 | Active |
| Anthropic: Claude Opus 4.8 | anthropic/claude-opus-4.8 | text, image, file | 1,000,000 | $5 | $25 | Active |
| Anthropic: Claude Opus 4.8 (batch) | anthropic/claude-opus-4.8:batch | text, image, file | 1,000,000 | $2.5 | $12.5 | Active |
| Anthropic: Claude Opus Latest | ~anthropic/claude-opus-latest | text, image, file | 1,000,000 | $5 | $25 | Active |
| Anthropic: Claude Sonnet 4 | anthropic/claude-sonnet-4 | image, text, file | 1,000,000 | $3 | $15 | Active |
| Anthropic: Claude Sonnet 4.5 | anthropic/claude-sonnet-4.5 | text, image, file | 1,000,000 | $3 | $15 | Active |
| Anthropic: Claude Sonnet 4.5 (batch) | anthropic/claude-sonnet-4.5:batch | text, image, file | 1,000,000 | $1.5 | $7.5 | Active |
| Anthropic: Claude Sonnet 4.6 | anthropic/claude-sonnet-4.6 | text, image, file | 1,000,000 | $3 | $15 | Active |
| Anthropic: Claude Sonnet 4.6 (batch) | anthropic/claude-sonnet-4.6:batch | text, image, file | 1,000,000 | $1.5 | $7.5 | Active |
| Anthropic: Claude Sonnet 5 | anthropic/claude-sonnet-5 | text, image, file | 1,000,000 | $2 | $10 | Active |
| Anthropic: Claude Sonnet 5 (batch) | anthropic/claude-sonnet-5:batch | text, image, file | 1,000,000 | $1 | $5 | Active |
| Anthropic: Claude Sonnet Latest | ~anthropic/claude-sonnet-latest | text, image, file | 1,000,000 | $2 | $10 | Active |
| Arcee AI: Trinity Large Thinking | arcee-ai/trinity-large-thinking | text | 262,144 | $0.25 | $0.8 | Active |
| Baidu: ERNIE 4.5 VL 424B A47B | baidu/ernie-4.5-vl-424b-a47b | image, text | 123,000 | $0.42 | $1.25 | Active |
| ByteDance Seed: Seed 1.6 | bytedance-seed/seed-1.6 | image, text, video | 262,144 | $0.25 | $2 | Active |
| ByteDance Seed: Seed 1.6 Flash | bytedance-seed/seed-1.6-flash | image, text, video | 262,144 | $0.075 | $0.3 | Active |
| ByteDance Seed: Seed 2.1 Turbo | bytedance-seed/seed-2-1-turbo | text, image, video | 262,144 | $0.5 | $2.5 | Active |
| ByteDance Seed: Seed-2.0-Code | bytedance-seed/seed-2.0-code | text, image, video | 262,144 | $0.5 | $3 | Active |
| ByteDance Seed: Seed-2.0-Lite | bytedance-seed/seed-2.0-lite | text, image, video | 262,144 | $0.25 | $2 | Active |
| ByteDance Seed: Seed-2.0-Mini | bytedance-seed/seed-2.0-mini | text, image, video | 262,144 | $0.1 | $0.4 | Active |
| ByteDance: UI-TARS 7B | bytedance/ui-tars-1.5-7b | image, text | 128,000 | $0.1 | $0.2 | Active |
| Claude Opus 5 | anthropic/claude-opus-5 | text, image, file | 1,000,000 | $5 | $25 | Active |
| Claude Opus 5 (batch) | anthropic/claude-opus-5:batch | text, image, file | 1,000,000 | $2.5 | $12.5 | Active |
| Cohere: Command A | cohere/command-a | text | 256,000 | $2.5 | $10 | Active |
| Cohere: Command R (08-2024) | cohere/command-r-08-2024 | text | 128,000 | $0.15 | $0.6 | Active |
| Cohere: Command R+ (08-2024) | cohere/command-r-plus-08-2024 | text | 128,000 | $2.5 | $10 | Active |
| Cohere: Command R7B (12-2024) | cohere/command-r7b-12-2024 | text | 128,000 | $0.0375 | $0.15 | Active |
| Cohere: North Mini Code (free) | cohere/north-mini-code:free | text | 256,000 | Free | Free | Active |
| DeepSeek: DeepSeek V3 | deepseek/deepseek-chat | text | 163,840 | $0.2574 | $1.03 | Active |
| DeepSeek: DeepSeek V3 0324 | deepseek/deepseek-chat-v3-0324 | text | 163,840 | $0.25 | $1 | Active |
| DeepSeek: DeepSeek V3.1 | deepseek/deepseek-chat-v3.1 | text | 163,840 | $0.25 | $0.95 | Active |
| DeepSeek: DeepSeek V3.1 Terminus | deepseek/deepseek-v3.1-terminus | text | 163,840 | $0.27 | $1 | Active |
| DeepSeek: DeepSeek V3.2 | deepseek/deepseek-v3.2 | text | 163,840 | $0.269 | $0.4 | Active |
| DeepSeek: DeepSeek V3.2 Exp | deepseek/deepseek-v3.2-exp | text | 163,840 | $0.27 | $0.41 | Active |
| DeepSeek: DeepSeek V4 Flash 0423 | deepseek/deepseek-v4-flash | text | 1,048,576 | $0.0659 | $0.1319 | Active |
| DeepSeek: DeepSeek V4 Flash 0731 | deepseek/deepseek-v4-flash-0731 | text | 1,310,720 | $0.04 | $0.08 | Active |
| DeepSeek: DeepSeek V4 Flash 0731 (batch) | deepseek/deepseek-v4-flash-0731:batch | text | 1,048,576 | $0.11 | $0.33 | Active |
| DeepSeek: DeepSeek V4 Flash Latest | ~deepseek/deepseek-v4-flash-latest | text | 1,310,720 | $0.03 | $0.07 | Active |
| DeepSeek: DeepSeek V4 Flash Vision Exp | deepseek/deepseek-v4-flash-vision-exp | text, image | 1,048,576 | $0.22 | $0.66 | Active |
| DeepSeek: DeepSeek V4 Flash Vision Exp (batch) | deepseek/deepseek-v4-flash-vision-exp:batch | text, image | 1,048,576 | $0.11 | $0.33 | Active |
| DeepSeek: DeepSeek V4 Pro 0423 | deepseek/deepseek-v4-pro | text | 1,048,576 | $0.7383 | $1.48 | Active |
| DeepSeek: DeepSeek V4 Pro 0813 | deepseek/deepseek-v4-pro-0813 | text | 1,048,576 | $0.5795 | $1.74 | Active |
| DeepSeek: DeepSeek V4 Pro 0813 (batch) | deepseek/deepseek-v4-pro-0813:batch | text | 1,048,576 | $0.66 | $1.98 | Active |
| DeepSeek: DeepSeek V4.1 Flash | deepseek/deepseek-v4.1-flash | text, image | 1,048,576 | $0.15 | $0.6 | Active |
| DeepSeek: R1 | deepseek/deepseek-r1 | text | 64,000 | $0.7 | $2.5 | Active |
| DeepSeek: R1 0528 | deepseek/deepseek-r1-0528 | text | 163,840 | $0.5 | $2.15 | Active |
| DeepSeek: R1 Distill Llama 70B | deepseek/deepseek-r1-distill-llama-70b | text | 8,192 | $0.8 | $0.8 | Active |
| Dots Studio: Dots3-Note Preview (free) | dots-studio/dots-3-note-preview:free | text, image | 512,000 | Free | Free | Active |
| Free Models Router | openrouter/free | text, image | 200,000 | Free | Free | Active |
| Google: Gemini 2.5 Flash | google/gemini-2.5-flash | file, image, text, audio, video, audio-in | 1,048,576 | $0.3 | $2.5 | Active |
| Google: Gemini 2.5 Flash (batch) | google/gemini-2.5-flash:batch | file, image, text, audio, video, audio-in | 1,048,576 | $0.15 | $1.25 | Active |
| Google: Gemini 2.5 Flash Lite | google/gemini-2.5-flash-lite | text, image, file, audio, video, audio-in | 1,048,576 | $0.1 | $0.4 | Active |
| Google: Gemini 2.5 Flash Lite (batch) | google/gemini-2.5-flash-lite:batch | text, image, file, audio, video, audio-in | 1,048,576 | $0.05 | $0.2 | Active |
| Google: Gemini 2.5 Pro | google/gemini-2.5-pro | text, image, file, audio, video, audio-in | 1,048,576 | $1.25 | $10 | Active |
| Google: Gemini 2.5 Pro (batch) | google/gemini-2.5-pro:batch | text, image, file, audio, video, audio-in | 1,048,576 | $0.625 | $5 | Active |
| Google: Gemini 2.5 Pro Preview 05-06 | google/gemini-2.5-pro-preview-05-06 | text, image, file, audio, video, audio-in | 1,048,576 | $1.25 | $10 | Active |
| Google: Gemini 2.5 Pro Preview 06-05 | google/gemini-2.5-pro-preview | file, image, text, audio, audio-in | 1,048,576 | $1.25 | $10 | Active |
| Google: Gemini 3 Flash Preview | google/gemini-3-flash-preview | text, image, file, audio, video, audio-in | 1,048,576 | $0.5 | $3 | Active |
| Google: Gemini 3 Flash Preview (batch) | google/gemini-3-flash-preview:batch | text, image, file, audio, video, audio-in | 1,048,576 | $0.25 | $1.5 | Active |
| Google: Gemini 3.1 Flash Lite | google/gemini-3.1-flash-lite | text, image, video, file, audio, audio-in | 1,048,576 | $0.25 | $1.5 | Active |
| Google: Gemini 3.1 Flash Lite (batch) | google/gemini-3.1-flash-lite:batch | text, image, video, file, audio, audio-in | 1,048,576 | $0.125 | $0.75 | Active |
| Google: Gemini 3.1 Flash Lite Preview | google/gemini-3.1-flash-lite-preview | text, image, video, file, audio, audio-in | 1,048,576 | $0.25 | $1.5 | Active |
| Google: Gemini 3.1 Pro Preview | google/gemini-3.1-pro-preview | audio, file, image, text, video, audio-in | 1,048,576 | $2 | $12 | Active |
| Google: Gemini 3.1 Pro Preview (batch) | google/gemini-3.1-pro-preview:batch | audio, file, image, text, video, audio-in | 1,048,576 | $1 | $6 | Active |
| Google: Gemini 3.1 Pro Preview Custom Tools | google/gemini-3.1-pro-preview-customtools | text, audio, image, video, file, audio-in | 1,048,576 | $2 | $12 | Active |
| Google: Gemini 3.5 Flash | google/gemini-3.5-flash | text, image, video, file, audio, audio-in | 1,048,576 | $1.5 | $9 | Active |
| Google: Gemini 3.5 Flash (batch) | google/gemini-3.5-flash:batch | text, image, video, file, audio, audio-in | 1,048,576 | $0.75 | $4.5 | Active |
| Google: Gemini 3.5 Flash Lite | google/gemini-3.5-flash-lite | text, image, video, file, audio, audio-in | 1,048,576 | $0.3 | $2.5 | Active |
| Google: Gemini 3.5 Flash Lite (batch) | google/gemini-3.5-flash-lite:batch | text, image, video, file, audio, audio-in | 1,048,576 | $0.15 | $1.25 | Active |
| Google: Gemini 3.6 Flash | google/gemini-3.6-flash | text, image, video, file, audio, audio-in | 1,048,576 | $0.75 | $3.75 | Active |
| Google: Gemini 3.6 Flash (batch) | google/gemini-3.6-flash:batch | text, image, video, file, audio, audio-in | 1,048,576 | $0.375 | $1.88 | Active |
| Google: Gemini 3.7 Flash | google/gemini-3.7-flash | text, image, video, file, audio, audio-in | 1,048,576 | $0.75 | $3.75 | Active |
| Google: Gemini 3.7 Flash (batch) | google/gemini-3.7-flash:batch | text, image, video, file, audio, audio-in | 1,048,576 | $0.375 | $1.88 | Active |
| Google: Gemini 3.8 Flash | google/gemini-3.8-flash | text, image, video, file, audio, audio-in | 1,048,576 | $0.75 | $3.75 | Active |
| Google: Gemini 3.8 Flash (batch) | google/gemini-3.8-flash:batch | text, image, video, file, audio, audio-in | 1,048,576 | $0.375 | $1.88 | Active |
| Google: Gemini Flash Latest | ~google/gemini-flash-latest | text, image, video, file, audio, audio-in | 1,048,576 | $0.75 | $3.75 | Active |
| Google: Gemini Pro Latest | ~google/gemini-pro-latest | audio, file, image, text, video, audio-in | 1,048,576 | $2 | $12 | Active |
| Google: Gemma 2 27B | google/gemma-2-27b-it | text | 8,192 | $0.65 | $0.65 | Active |
| Google: Gemma 3 12B | google/gemma-3-12b-it | text, image | 131,072 | $0.05 | $0.15 | Active |
| Google: Gemma 3 27B | google/gemma-3-27b-it | text, image | 131,072 | $0.08 | $0.45 | Active |
| Google: Gemma 3 4B | google/gemma-3-4b-it | text, image | 131,072 | $0.05 | $0.1 | Active |
| Google: Gemma 4 26B A4B | google/gemma-4-26b-a4b-it | image, text, video | 262,144 | $0.042 | $0.22 | Active |
| Google: Gemma 4 26B A4B (free) | google/gemma-4-26b-a4b-it:free | image, text, video | 262,144 | Free | Free | Active |
| Google: Gemma 4 31B | google/gemma-4-31b-it | image, text, video | 262,144 | $0.09 | $0.34 | Active |
| Google: Gemma 4 31B (batch) | google/gemma-4-31b-it:batch | image, text, video | 262,144 | $0.39 | $0.97 | Active |
| Google: Gemma 4 31B (free) | google/gemma-4-31b-it:free | image, text, video | 262,144 | Free | Free | Active |
| Google: Lyria 3 Clip Preview | google/lyria-3-clip-preview | text, image, audio, audio-out | 1,048,576 | Free | Free | Active |
| Google: Lyria 3 Pro Preview | google/lyria-3-pro-preview | text, image, audio, audio-out | 1,048,576 | Free | Free | Active |
| Google: Nano Banana (Gemini 2.5 Flash Image) | google/gemini-2.5-flash-image | image, text | 32,768 | $0.3 | $2.5 | Active |
| Google: Nano Banana 2 (Gemini 3.1 Flash Image Preview) | google/gemini-3.1-flash-image-preview | image, text | 65,536 | $0.5 | $3 | Active |
| Google: Nano Banana 2 (Gemini 3.1 Flash Image) | google/gemini-3.1-flash-image | image, text | 131,072 | $0.5 | $3 | Active |
| Google: Nano Banana 2 Lite (Gemini 3.1 Flash Lite Image) | google/gemini-3.1-flash-lite-image | image, text | 65,536 | $0.25 | $1.5 | Active |
| Google: Nano Banana Pro (Gemini 3 Pro Image Preview) | google/gemini-3-pro-image-preview | image, text | 65,536 | $2 | $12 | Active |
| Google: Nano Banana Pro (Gemini 3 Pro Image) | google/gemini-3-pro-image | image, text | 131,072 | $2 | $12 | Active |
| IBM: Granite 4.0 Micro | ibm-granite/granite-4.0-h-micro | text | 131,000 | $0.017 | $0.112 | Active |
| IBM: Granite 4.2 8B | ibm-granite/granite-4.2-8b | text | 131,072 | $0.06 | $0.25 | Active |
| Inception: Mercury 2 | inception/mercury-2 | text | 128,000 | $0.25 | $0.75 | Active |
| Inception: Mercury 2.5 | inception/mercury-2.5 | text | 260,000 | $0.04 | $0.15 | Active |
| inclusionAI: Ling 3.0 Flash | inclusionai/ling-3.0-flash | text | 262,144 | $0.021 | $0.063 | Active |
| inclusionAI: Ling 3.0 Flash Fin | inclusionai/ling-3.0-flash-fin | text | 262,144 | $0.06 | $0.18 | Active |
| inclusionAI: Ling 3.0 Flash Fin (free) | inclusionai/ling-3.0-flash-fin:free | text | 262,144 | Free | Free | Active |
| inclusionAI: Ling 3.0 Flash Sante (free) | inclusionai/ling-3.0-flash-sante:free | text | 262,144 | Free | Free | Active |
| inclusionAI: Ling 3.0 Flash VL | inclusionai/ling-3.0-flash-vl | text, image, video | 131,072 | $0.06 | $0.18 | Active |
| inclusionAI: Ling 3.0 Flash VL (free) | inclusionai/ling-3.0-flash-vl:free | text, image, video | 262,144 | Free | Free | Active |
| Inference.net: Schematron V2 Small | inference-net/schematron-v2-small | text | 128,000 | $0.05 | $0.23 | Active |
| Inference.net: Schematron V2 Turbo | inference-net/schematron-v2-turbo | text | 128,000 | $0.03 | $0.15 | Active |
| Kwaipilot: KAT-Coder-Pro V2 | kwaipilot/kat-coder-pro-v2 | text | 262,144 | $0.3 | $1.2 | Active |
| Kwaipilot: KAT-Coder-Pro V2.5 | kwaipilot/kat-coder-pro-v2.5 | text | 262,144 | $0.74 | $2.96 | Active |
| LiquidAI: LFM2.5-2.6B (free) | liquid/lfm-2.5-2.6b:free | text | 65,536 | Free | Free | Active |
| Magnum v4 72B | anthracite-org/magnum-v4-72b | text | 32,768 | $2.5 | $5 | Active |
| Mancer: Weaver (alpha) | mancer/weaver | text | 8,000 | $0.4 | $0.75 | Active |
| Meituan: LongCat 2.0 | meituan/longcat-2.0 | text | 1,048,756 | $0.3 | $1.2 | Active |
| Meta: Llama 3.1 70B Instruct | meta-llama/llama-3.1-70b-instruct | text | 131,072 | $0.72 | $0.72 | Active |
| Meta: Llama 3.1 8B Instruct | meta-llama/llama-3.1-8b-instruct | text | 131,072 | $0.05 | $0.08 | Active |
| Meta: Llama 3.2 1B Instruct | meta-llama/llama-3.2-1b-instruct | text | 60,000 | $0.027 | $0.201 | Active |
| Meta: Llama 3.2 3B Instruct | meta-llama/llama-3.2-3b-instruct | text | 131,072 | $0.05 | $0.33 | Active |
| Meta: Llama 3.3 70B Instruct | meta-llama/llama-3.3-70b-instruct | text | 131,072 | $0.1 | $0.32 | Active |
| Meta: Llama 4 Maverick | meta-llama/llama-4-maverick | text, image | 1,048,576 | $0.2 | $0.696 | Active |
| Meta: Llama 4 Scout | meta-llama/llama-4-scout | text, image | 1,310,720 | $0.1 | $0.3 | Active |
| Meta: Llama Guard 4 12B | meta-llama/llama-guard-4-12b | image, text | 163,840 | $0.18 | $0.18 | Active |
| Meta: Muse Glimmer 30B | meta/muse-glimmer-30b | text, image | 131,072 | $0.3 | $1.1 | Active |
| Meta: Muse Glimmer 30B (batch) | meta/muse-glimmer-30b:batch | text, image | 131,072 | $0.175 | $0.75 | Active |
| Meta: Muse Spark 1.1 | meta/muse-spark-1.1 | text, image, video, file, audio, audio-in | 1,048,576 | $1.25 | $4.25 | Active |
| Meta: Muse Spark 1.2 | meta/muse-spark-1.2 | text, image, video, file, audio, audio-in | 1,048,576 | $1.25 | $4.25 | Active |
| Meta: Muse Spark 1.2 Contributor | meta/muse-spark-1.2-contributor | text, image, video, file, audio, audio-in | 1,048,576 | $0.1 | $0.2 | Active |
| Meta: Muse Spark 1.3 | meta/muse-spark-1.3 | text, image, video, file, audio, audio-in | 1,048,576 | $1.25 | $4.25 | Active |
| Meta: Muse Spark 1.3 Contributor | meta/muse-spark-1.3-contributor | text, image, video, file, audio, audio-in | 1,048,576 | $0.1 | $0.2 | Active |
| Microsoft: Phi 4 | microsoft/phi-4 | text | 16,384 | $0.07 | $0.14 | Active |
| MiniMax: MiniMax M1 | minimax/minimax-m1 | text | 1,000,000 | $0.55 | $2.2 | Active |
| MiniMax: MiniMax M2 | minimax/minimax-m2 | text | 204,800 | $0.255 | $1.02 | Active |
| MiniMax: MiniMax M2-her | minimax/minimax-m2-her | text | 65,536 | $0.3 | $1.2 | Active |
| MiniMax: MiniMax M2.1 | minimax/minimax-m2.1 | text | 204,800 | $0.3 | $1.2 | Active |
| MiniMax: MiniMax M2.5 | minimax/minimax-m2.5 | text | 204,800 | $0.27 | $1.08 | Active |
| MiniMax: MiniMax M2.7 | minimax/minimax-m2.7 | text | 204,800 | $0.3 | $1.2 | Active |
| MiniMax: MiniMax M3 | minimax/minimax-m3 | text, image, video | 1,048,576 | $0.3 | $1.2 | Active |
| MiniMax: MiniMax M3 (batch) | minimax/minimax-m3:batch | text, image, video | 524,288 | $0.3 | $1.2 | Active |
| MiniMax: MiniMax-01 | minimax/minimax-01 | text, image | 1,000,192 | $0.2 | $1.1 | Active |
| Mistral Large | mistralai/mistral-large | text, file | 128,000 | $2 | $6 | Active |
| Mistral Large 2407 | mistralai/mistral-large-2407 | text, file | 131,072 | $2 | $6 | Active |
| Mistral: Codestral 2508 | mistralai/codestral-2508 | text, file | 256,000 | $0.3 | $0.9 | Active |
| Mistral: Codestral 2508 (batch) | mistralai/codestral-2508:batch | text, file | 256,000 | $0.15 | $0.45 | Active |
| Mistral: Devstral 2 2512 | mistralai/devstral-2512 | text, file | 262,144 | $0.4 | $2 | Active |
| Mistral: Ministral 3 14B 2512 | mistralai/ministral-14b-2512 | text, image | 262,144 | $0.2 | $0.2 | Active |
| Mistral: Ministral 3 3B 2512 | mistralai/ministral-3b-2512 | text, image | 131,072 | $0.1 | $0.1 | Active |
| Mistral: Ministral 3 8B 2512 | mistralai/ministral-8b-2512 | text, image | 262,144 | $0.15 | $0.15 | Active |
| Mistral: Ministral 3 8B 2512 (batch) | mistralai/ministral-8b-2512:batch | text, image | 262,144 | $0.075 | $0.075 | Active |
| Mistral: Mistral Large 3 2512 | mistralai/mistral-large-2512 | text, image, file | 262,144 | $0.5 | $1.5 | Active |
| Mistral: Mistral Large 3 2512 (batch) | mistralai/mistral-large-2512:batch | text, image, file | 262,144 | $0.25 | $0.75 | Active |
| Mistral: Mistral Medium 3 | mistralai/mistral-medium-3 | text, image, file | 131,072 | $0.4 | $2 | Active |
| Mistral: Mistral Medium 3.1 | mistralai/mistral-medium-3.1 | text, image, file | 131,072 | $0.4 | $2 | Active |
| Mistral: Mistral Medium 3.1 (batch) | mistralai/mistral-medium-3.1:batch | text, image, file | 131,072 | $0.2 | $1 | Active |
| Mistral: Mistral Medium 3.5 | mistralai/mistral-medium-3-5 | text, image, file | 262,144 | $1.5 | $7.5 | Active |
| Mistral: Mistral Medium 3.5 (batch) | mistralai/mistral-medium-3-5:batch | text, image, file | 262,144 | $0.75 | $3.75 | Active |
| Mistral: Mistral Nemo | mistralai/mistral-nemo | text | 131,072 | $0.019 | $0.03 | Active |
| Mistral: Mistral Small 3 | mistralai/mistral-small-24b-instruct-2501 | text | 32,768 | $0.05 | $0.08 | Active |
| Mistral: Mistral Small 3.1 24B | mistralai/mistral-small-3.1-24b-instruct | text, image | 128,000 | $0.351 | $0.555 | Active |
| Mistral: Mistral Small 3.2 24B | mistralai/mistral-small-3.2-24b-instruct | image, text | 256,000 | $0.075 | $0.2 | Active |
| Mistral: Mistral Small 4 | mistralai/mistral-small-2603 | text, image | 262,144 | $0.15 | $0.6 | Active |
| Mistral: Mistral Small 4 (batch) | mistralai/mistral-small-2603:batch | text, image | 262,144 | $0.075 | $0.3 | Active |
| Mistral: Mixtral 8x22B Instruct | mistralai/mixtral-8x22b-instruct | text, file | 65,536 | $2 | $6 | Active |
| Mistral: Saba | mistralai/mistral-saba | text, file | 32,768 | $0.2 | $0.6 | Active |
| Mistral: Voxtral Small 24B 2507 | mistralai/voxtral-small-24b-2507 | text, audio, file, audio-in | 32,768 | $0.1 | $0.3 | Active |
| MoonshotAI: Kimi K2 0711 | moonshotai/kimi-k2 | text | 131,072 | $0.57 | $2.3 | Active |
| MoonshotAI: Kimi K2 0905 | moonshotai/kimi-k2-0905 | text | 262,144 | $0.6 | $2.5 | Active |
| MoonshotAI: Kimi K2 Thinking | moonshotai/kimi-k2-thinking | text | 262,144 | $0.6 | $2.5 | Active |
| MoonshotAI: Kimi K2.5 | moonshotai/kimi-k2.5 | text, image | 262,144 | $0.45 | $2.25 | Active |
| MoonshotAI: Kimi K2.6 | moonshotai/kimi-k2.6 | text, image | 262,144 | $0.95 | $4 | Active |
| MoonshotAI: Kimi K2.7 Code | moonshotai/kimi-k2.7-code | text, image | 262,144 | $0.71 | $3.5 | Active |
| MoonshotAI: Kimi K3 | moonshotai/kimi-k3 | text, image, video | 1,048,576 | $2.3 | $11.55 | Active |
| MoonshotAI: Kimi K3 (batch) | moonshotai/kimi-k3:batch | text, image, video | 1,048,576 | $3 | $15 | Active |
| MoonshotAI: Kimi Latest | ~moonshotai/kimi-latest | text, image, video | 1,048,576 | $2.13 | $11.9 | Active |
| Morph: Morph V3 Fast | morph/morph-v3-fast | text | 81,920 | $0.8 | $1.2 | Active |
| Morph: Morph V3 Large | morph/morph-v3-large | text | 262,144 | $0.9 | $1.9 | Active |
| MythoMax 13B | gryphe/mythomax-l2-13b | text | 8,192 | $0.06 | $0.06 | Active |
| Nex AGI: Nex-N2.5-Mini (free) | nex-agi/nex-n2.5-mini:free | text, image | 262,144 | Free | Free | Active |
| Nex AGI: Nex-N2.5-Pro (free) | nex-agi/nex-n2.5-pro:free | text, image | 262,144 | Free | Free | Active |
| Nous: Hermes 3 405B Instruct | nousresearch/hermes-3-llama-3.1-405b | text | 131,072 | $1 | $1 | Active |
| Nous: Hermes 3 70B Instruct | nousresearch/hermes-3-llama-3.1-70b | text | 131,072 | $0.7 | $0.7 | Active |
| Nous: Hermes 4 405B | nousresearch/hermes-4-405b | text | 131,072 | $1 | $3 | Active |
| NVIDIA: Nemotron 3 Nano 30B A3B | nvidia/nemotron-3-nano-30b-a3b | text | 262,144 | $0.05 | $0.2 | Active |
| NVIDIA: Nemotron 3 Nano Omni (free) | nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free | text, audio, image, video, audio-in | 256,000 | Free | Free | Active |
| NVIDIA: Nemotron 3 Super | nvidia/nemotron-3-super-120b-a12b | text | 262,144 | $0.085 | $0.4 | Active |
| NVIDIA: Nemotron 3 Super (free) | nvidia/nemotron-3-super-120b-a12b:free | text | 262,144 | Free | Free | Active |
| NVIDIA: Nemotron 3 Ultra | nvidia/nemotron-3-ultra-550b-a55b | text | 262,144 | $0.625 | $3.13 | Active |
| NVIDIA: Nemotron 3 Ultra (free) | nvidia/nemotron-3-ultra-550b-a55b:free | text | 1,000,000 | Free | Free | Active |
| NVIDIA: Nemotron 3.5 Content Safety | nvidia/nemotron-3.5-content-safety | text, image | 131,072 | $0.2 | $0.2 | Active |
| NVIDIA: Nemotron 3.5 Content Safety (free) | nvidia/nemotron-3.5-content-safety:free | text, image | 128,000 | Free | Free | Active |
| NVIDIA: Nemotron 3.5 Lightning | nvidia/nemotron-3.5-lightning | text | 262,144 | $0.08 | $0.2 | Active |
| NVIDIA: Nemotron 3.5 Lightning (free) | nvidia/nemotron-3.5-lightning:free | text | 1,000,000 | Free | Free | Active |
| OpenAI: GPT Astra Latest | ~openai/gpt-astra-latest | file, image, text | 1,050,000 | $10 | $50 | Active |
| OpenAI: GPT Audio | openai/gpt-audio | text, audio, audio-in, audio-out | 128,000 | $2.5 | $10 | Active |
| OpenAI: GPT Audio Mini | openai/gpt-audio-mini | text, audio, audio-in, audio-out | 128,000 | $0.6 | $2.4 | Active |
| OpenAI: GPT Chat Latest | openai/gpt-chat-latest | text, image, file | 400,000 | $5 | $30 | Active |
| OpenAI: GPT Luna Latest | ~openai/gpt-luna-latest | file, image, text | 1,050,000 | $0.2 | $1.2 | Active |
| OpenAI: GPT Mini Latest | ~openai/gpt-mini-latest | file, image, text | 400,000 | $0.75 | $4.5 | Active |
| OpenAI: GPT Sol Latest | ~openai/gpt-sol-latest | file, image, text | 1,050,000 | $2 | $10 | Active |
| OpenAI: GPT Terra Latest | ~openai/gpt-terra-latest | file, image, text | 1,050,000 | $2 | $12 | Active |
| OpenAI: GPT-3.5 Turbo | openai/gpt-3.5-turbo | text | 16,385 | $0.5 | $1.5 | Active |
| OpenAI: GPT-3.5 Turbo (batch) | openai/gpt-3.5-turbo:batch | text | 16,385 | $0.25 | $0.75 | Active |
| OpenAI: GPT-3.5 Turbo (older v0613) | openai/gpt-3.5-turbo-0613 | text | 4,095 | $1 | $2 | Active |
| OpenAI: GPT-3.5 Turbo 16k | openai/gpt-3.5-turbo-16k | text | 16,385 | $3 | $4 | Active |
| OpenAI: GPT-3.5 Turbo Instruct | openai/gpt-3.5-turbo-instruct | text | 4,095 | $1.5 | $2 | Active |
| OpenAI: GPT-4 | openai/gpt-4 | text | 8,191 | $30 | $60 | Active |
| OpenAI: GPT-4 Turbo | openai/gpt-4-turbo | text, image | 128,000 | $10 | $30 | Active |
| OpenAI: GPT-4 Turbo (batch) | openai/gpt-4-turbo:batch | text, image | 128,000 | $5 | $15 | Active |
| OpenAI: GPT-4 Turbo Preview | openai/gpt-4-turbo-preview | text | 128,000 | $10 | $30 | Active |
| OpenAI: GPT-4.1 | openai/gpt-4.1 | image, text, file | 1,047,576 | $2 | $8 | Active |
| OpenAI: GPT-4.1 (batch) | openai/gpt-4.1:batch | image, text, file | 1,047,576 | $1 | $4 | Active |
| OpenAI: GPT-4.1 Mini | openai/gpt-4.1-mini | image, text, file | 1,047,576 | $0.4 | $1.6 | Active |
| OpenAI: GPT-4.1 Mini (batch) | openai/gpt-4.1-mini:batch | image, text, file | 1,047,576 | $0.2 | $0.8 | Active |
| OpenAI: GPT-4.1 Nano | openai/gpt-4.1-nano | image, text, file | 1,047,576 | $0.1 | $0.4 | Active |
| OpenAI: GPT-4.1 Nano (batch) | openai/gpt-4.1-nano:batch | image, text, file | 1,047,576 | $0.05 | $0.2 | Active |
| OpenAI: GPT-4o | openai/gpt-4o | text, image, file | 128,000 | $2.5 | $10 | Active |
| OpenAI: GPT-4o (2024-05-13) | openai/gpt-4o-2024-05-13 | text, image, file | 128,000 | $5 | $15 | Active |
| OpenAI: GPT-4o (2024-08-06) | openai/gpt-4o-2024-08-06 | text, image, file | 128,000 | $2.5 | $10 | Active |
| OpenAI: GPT-4o (2024-11-20) | openai/gpt-4o-2024-11-20 | text, image, file | 128,000 | $2.5 | $10 | Active |
| OpenAI: GPT-4o (batch) | openai/gpt-4o:batch | text, image, file | 128,000 | $1.25 | $5 | Active |
| OpenAI: GPT-4o-mini | openai/gpt-4o-mini | text, image, file | 128,000 | $0.15 | $0.6 | Active |
| OpenAI: GPT-4o-mini (2024-07-18) | openai/gpt-4o-mini-2024-07-18 | text, image, file | 128,000 | $0.15 | $0.6 | Active |
| OpenAI: GPT-4o-mini (batch) | openai/gpt-4o-mini:batch | text, image, file | 128,000 | $0.075 | $0.3 | Active |
| OpenAI: GPT-5 | openai/gpt-5 | text, image, file | 400,000 | $1.25 | $10 | Active |
| OpenAI: GPT-5 (batch) | openai/gpt-5:batch | text, image, file | 400,000 | $0.625 | $5 | Active |
| OpenAI: GPT-5 Image | openai/gpt-5-image | image, text, file | 400,000 | $10 | $10 | Active |
| OpenAI: GPT-5 Image Mini | openai/gpt-5-image-mini | file, image, text | 400,000 | $2.5 | $2 | Active |
| OpenAI: GPT-5 Mini | openai/gpt-5-mini | text, image, file | 400,000 | $0.25 | $2 | Active |
| OpenAI: GPT-5 Mini (batch) | openai/gpt-5-mini:batch | text, image, file | 400,000 | $0.125 | $1 | Active |
| OpenAI: GPT-5 Nano | openai/gpt-5-nano | text, image, file | 400,000 | $0.05 | $0.4 | Active |
| OpenAI: GPT-5 Nano (batch) | openai/gpt-5-nano:batch | text, image, file | 400,000 | $0.025 | $0.2 | Active |
| OpenAI: GPT-5 Pro | openai/gpt-5-pro | image, text, file | 400,000 | $15 | $120 | Active |
| OpenAI: GPT-5 Pro (batch) | openai/gpt-5-pro:batch | image, text, file | 400,000 | $7.5 | $60 | Active |
| OpenAI: GPT-5.1 | openai/gpt-5.1 | image, text, file | 400,000 | $1.25 | $10 | Active |
| OpenAI: GPT-5.1 (batch) | openai/gpt-5.1:batch | image, text, file | 400,000 | $0.625 | $5 | Active |
| OpenAI: GPT-5.1-Codex | openai/gpt-5.1-codex | text, image | 400,000 | $1.25 | $10 | Active |
| OpenAI: GPT-5.1-Codex-Max | openai/gpt-5.1-codex-max | text, image | 400,000 | $1.25 | $10 | Active |
| OpenAI: GPT-5.1-Codex-Mini | openai/gpt-5.1-codex-mini | image, text | 400,000 | $0.25 | $2 | Active |
| OpenAI: GPT-5.2 | openai/gpt-5.2 | file, image, text | 400,000 | $1.75 | $14 | Active |
| OpenAI: GPT-5.2 (batch) | openai/gpt-5.2:batch | file, image, text | 400,000 | $0.875 | $7 | Active |
| OpenAI: GPT-5.2 Chat | openai/gpt-5.2-chat | file, image, text | 128,000 | $1.75 | $14 | Active |
| OpenAI: GPT-5.2 Pro | openai/gpt-5.2-pro | image, text, file | 400,000 | $21 | $168 | Active |
| OpenAI: GPT-5.2 Pro (batch) | openai/gpt-5.2-pro:batch | image, text, file | 400,000 | $10.5 | $84 | Active |
| OpenAI: GPT-5.2-Codex | openai/gpt-5.2-codex | text, image | 400,000 | $1.75 | $14 | Active |
| OpenAI: GPT-5.3-Codex | openai/gpt-5.3-codex | text, image, file | 400,000 | $1.75 | $14 | Active |
| OpenAI: GPT-5.4 | openai/gpt-5.4 | text, image, file | 1,050,000 | $2.5 | $15 | Active |
| OpenAI: GPT-5.4 (batch) | openai/gpt-5.4:batch | text, image, file | 1,050,000 | $1.25 | $7.5 | Active |
| OpenAI: GPT-5.4 Image 2 | openai/gpt-5.4-image-2 | image, text, file | 272,000 | $8 | $15 | Active |
| OpenAI: GPT-5.4 Mini | openai/gpt-5.4-mini | file, image, text | 400,000 | $0.75 | $4.5 | Active |
| OpenAI: GPT-5.4 Mini (batch) | openai/gpt-5.4-mini:batch | file, image, text | 400,000 | $0.375 | $2.25 | Active |
| OpenAI: GPT-5.4 Nano | openai/gpt-5.4-nano | file, image, text | 400,000 | $0.2 | $1.25 | Active |
| OpenAI: GPT-5.4 Nano (batch) | openai/gpt-5.4-nano:batch | file, image, text | 400,000 | $0.1 | $0.625 | Active |
| OpenAI: GPT-5.4 Pro | openai/gpt-5.4-pro | text, image, file | 1,050,000 | $30 | $180 | Active |
| OpenAI: GPT-5.4 Pro (batch) | openai/gpt-5.4-pro:batch | text, image, file | 1,050,000 | $15 | $90 | Active |
| OpenAI: GPT-5.5 | openai/gpt-5.5 | file, image, text | 1,050,000 | $5 | $30 | Active |
| OpenAI: GPT-5.5 (batch) | openai/gpt-5.5:batch | file, image, text | 1,050,000 | $2.5 | $15 | Active |
| OpenAI: GPT-5.5 Pro | openai/gpt-5.5-pro | file, image, text | 1,050,000 | $30 | $180 | Active |
| OpenAI: GPT-5.5 Pro (batch) | openai/gpt-5.5-pro:batch | file, image, text | 1,050,000 | $15 | $90 | Active |
| OpenAI: GPT-5.6 Luna | openai/gpt-5.6-luna | file, image, text | 1,050,000 | $0.2 | $1.2 | Active |
| OpenAI: GPT-5.6 Luna (batch) | openai/gpt-5.6-luna:batch | file, image, text | 1,050,000 | $0.1 | $0.6 | Active |
| OpenAI: GPT-5.6 Luna Pro | openai/gpt-5.6-luna-pro | file, image, text | 1,050,000 | $0.2 | $1.2 | Active |
| OpenAI: GPT-5.6 Luna Pro (batch) | openai/gpt-5.6-luna-pro:batch | file, image, text | 1,050,000 | $0.1 | $0.6 | Active |
| OpenAI: GPT-5.6 Sol | openai/gpt-5.6-sol | file, image, text | 1,050,000 | $2 | $10 | Active |
| OpenAI: GPT-5.6 Sol (batch) | openai/gpt-5.6-sol:batch | file, image, text | 1,050,000 | $1 | $5 | Active |
| OpenAI: GPT-5.6 Sol Pro | openai/gpt-5.6-sol-pro | file, image, text | 1,050,000 | $2 | $10 | Active |
| OpenAI: GPT-5.6 Sol Pro (batch) | openai/gpt-5.6-sol-pro:batch | file, image, text | 1,050,000 | $1 | $5 | Active |
| OpenAI: GPT-5.6 Terra | openai/gpt-5.6-terra | file, image, text | 1,050,000 | $2 | $12 | Active |
| OpenAI: GPT-5.6 Terra (batch) | openai/gpt-5.6-terra:batch | file, image, text | 1,050,000 | $1 | $6 | Active |
| OpenAI: GPT-5.6 Terra Pro | openai/gpt-5.6-terra-pro | file, image, text | 1,050,000 | $2 | $12 | Active |
| OpenAI: GPT-5.6 Terra Pro (batch) | openai/gpt-5.6-terra-pro:batch | file, image, text | 1,050,000 | $1 | $6 | Active |
| OpenAI: GPT-6 Astra | openai/gpt-6-astra | file, image, text | 1,050,000 | $10 | $50 | Active |
| OpenAI: GPT-6 Astra (batch) | openai/gpt-6-astra:batch | file, image, text | 1,050,000 | $5 | $25 | Active |
| OpenAI: GPT-6 Astra Pro | openai/gpt-6-astra-pro | file, image, text | 1,050,000 | $10 | $50 | Active |
| OpenAI: GPT-6 Astra Pro (batch) | openai/gpt-6-astra-pro:batch | file, image, text | 1,050,000 | $5 | $25 | Active |
| OpenAI: gpt-oss-120b | openai/gpt-oss-120b | text | 131,072 | $0.037 | $0.17 | Active |
| OpenAI: gpt-oss-120b (batch) | openai/gpt-oss-120b:batch | text | 131,072 | $0.15 | $0.6 | Active |
| OpenAI: gpt-oss-20b | openai/gpt-oss-20b | text | 131,072 | $0.03 | $0.13 | Active |
| OpenAI: gpt-oss-20b (batch) | openai/gpt-oss-20b:batch | text | 131,072 | $0.05 | $0.2 | Active |
| OpenAI: gpt-oss-safeguard-20b | openai/gpt-oss-safeguard-20b | text | 131,072 | $0.075 | $0.3 | Active |
| OpenAI: o1 | openai/o1 | text, image, file | 200,000 | $15 | $60 | Active |
| OpenAI: o1-pro | openai/o1-pro | text, image, file | 200,000 | $150 | $600 | Active |
| OpenAI: o3 | openai/o3 | image, text, file | 200,000 | $2 | $8 | Active |
| OpenAI: o3 (batch) | openai/o3:batch | image, text, file | 200,000 | $1 | $4 | Active |
| OpenAI: o3 Mini | openai/o3-mini | text, file | 200,000 | $1.1 | $4.4 | Active |
| OpenAI: o3 Mini (batch) | openai/o3-mini:batch | text, file | 200,000 | $0.55 | $2.2 | Active |
| OpenAI: o3 Mini High | openai/o3-mini-high | text, file | 200,000 | $1.1 | $4.4 | Active |
| OpenAI: o3 Pro | openai/o3-pro | text, file, image | 200,000 | $20 | $80 | Active |
| OpenAI: o4 Mini | openai/o4-mini | image, text, file | 200,000 | $1.1 | $4.4 | Active |
| OpenAI: o4 Mini (batch) | openai/o4-mini:batch | image, text, file | 200,000 | $0.55 | $2.2 | Active |
| OpenAI: o4 Mini High | openai/o4-mini-high | image, text, file | 200,000 | $1.1 | $4.4 | Active |
| Perceptron: Perceptron Mk1 | perceptron/perceptron-mk1 | text, image, video | 32,768 | $0.15 | $1.5 | Active |
| Perplexity: Sonar | perplexity/sonar | text, image | 127,072 | $1 | $1 | Active |
| Perplexity: Sonar Deep Research | perplexity/sonar-deep-research | text | 128,000 | $2 | $8 | Active |
| Perplexity: Sonar Pro | perplexity/sonar-pro | text, image | 200,000 | $3 | $15 | Active |
| Perplexity: Sonar Pro Search | perplexity/sonar-pro-search | text, image | 200,000 | $3 | $15 | Active |
| Perplexity: Sonar Reasoning Pro | perplexity/sonar-reasoning-pro | text, image | 128,000 | $2 | $8 | Active |
| Poolside: Laguna S 2.1 | poolside/laguna-s-2.1 | text | 1,048,576 | $0.09 | $0.18 | Active |
| Poolside: Laguna S 2.1 (free) | poolside/laguna-s-2.1:free | text | 262,144 | Free | Free | Active |
| Poolside: Laguna XS 2.1 | poolside/laguna-xs-2.1 | text | 262,144 | $0.06 | $0.12 | Active |
| Poolside: Laguna XS 2.1 (free) | poolside/laguna-xs-2.1:free | text | 262,144 | Free | Free | Active |
| Qwen: Qwen Plus 0728 | qwen/qwen-plus-2025-07-28 | text | 1,000,000 | $0.26 | $0.78 | Active |
| Qwen: Qwen-Plus | qwen/qwen-plus | text | 1,000,000 | $0.26 | $0.78 | Active |
| Qwen: Qwen2.5 7B Instruct | qwen/qwen-2.5-7b-instruct | text | 32,768 | $0.1 | $0.2 | Active |
| Qwen: Qwen2.5 VL 72B Instruct | qwen/qwen2.5-vl-72b-instruct | text, image | 128,000 | $0.8 | $1 | Active |
| Qwen: Qwen3 14B | qwen/qwen3-14b | text | 131,072 | $0.2275 | $0.91 | Active |
| Qwen: Qwen3 235B A22B | qwen/qwen3-235b-a22b | text | 131,072 | $0.455 | $1.82 | Active |
| Qwen: Qwen3 235B A22B Instruct 2507 | qwen/qwen3-235b-a22b-2507 | text | 262,144 | $0.0875 | $0.35 | Active |
| Qwen: Qwen3 235B A22B Thinking 2507 | qwen/qwen3-235b-a22b-thinking-2507 | text | 131,072 | $0.23 | $2.3 | Active |
| Qwen: Qwen3 30B A3B | qwen/qwen3-30b-a3b | text | 131,072 | $0.12 | $0.5 | Active |
| Qwen: Qwen3 30B A3B Instruct 2507 | qwen/qwen3-30b-a3b-instruct-2507 | text | 262,144 | $0.09 | $0.3 | Active |
| Qwen: Qwen3 30B A3B Thinking 2507 | qwen/qwen3-30b-a3b-thinking-2507 | text | 81,920 | $0.2 | $2.4 | Active |
| Qwen: Qwen3 32B | qwen/qwen3-32b | text | 131,072 | $0.08 | $0.28 | Active |
| Qwen: Qwen3 8B | qwen/qwen3-8b | text | 131,072 | $0.117 | $0.455 | Active |
| Qwen: Qwen3 Coder 30B A3B Instruct | qwen/qwen3-coder-30b-a3b-instruct | text | 262,144 | $0.07 | $0.28 | Active |
| Qwen: Qwen3 Coder 480B A35B | qwen/qwen3-coder | text | 262,144 | $0.3 | $1 | Active |
| Qwen: Qwen3 Coder Flash | qwen/qwen3-coder-flash | text | 1,000,000 | $0.195 | $0.975 | Active |
| Qwen: Qwen3 Coder Next | qwen/qwen3-coder-next | text | 262,144 | $0.12 | $0.8 | Active |
| Qwen: Qwen3 Coder Plus | qwen/qwen3-coder-plus | text | 1,000,000 | $0.65 | $3.25 | Active |
| Qwen: Qwen3 Max | qwen/qwen3-max | text | 262,144 | $0.78 | $3.9 | Active |
| Qwen: Qwen3 Max Thinking | qwen/qwen3-max-thinking | text | 262,144 | $0.78 | $3.9 | Active |
| Qwen: Qwen3 Next 80B A3B Instruct | qwen/qwen3-next-80b-a3b-instruct | text | 262,144 | $0.09 | $1.1 | Active |
| Qwen: Qwen3 Next 80B A3B Thinking | qwen/qwen3-next-80b-a3b-thinking | text | 262,144 | $0.15 | $1.2 | Active |
| Qwen: Qwen3 VL 235B A22B Instruct | qwen/qwen3-vl-235b-a22b-instruct | text, image | 262,144 | $0.21 | $1.9 | Active |
| Qwen: Qwen3 VL 235B A22B Thinking | qwen/qwen3-vl-235b-a22b-thinking | text, image | 131,072 | $0.4 | $4 | Active |
| Qwen: Qwen3 VL 30B A3B Instruct | qwen/qwen3-vl-30b-a3b-instruct | text, image | 262,144 | $0.15 | $0.6 | Active |
| Qwen: Qwen3 VL 30B A3B Thinking | qwen/qwen3-vl-30b-a3b-thinking | text, image | 262,144 | $0.2 | $2.4 | Active |
| Qwen: Qwen3 VL 32B Instruct | qwen/qwen3-vl-32b-instruct | text, image | 131,072 | $0.104 | $0.416 | Active |
| Qwen: Qwen3 VL 8B Instruct | qwen/qwen3-vl-8b-instruct | image, text | 262,144 | $0.117 | $0.455 | Active |
| Qwen: Qwen3 VL 8B Thinking | qwen/qwen3-vl-8b-thinking | image, text | 131,072 | $0.18 | $2.1 | Active |
| Qwen: Qwen3.5 397B A17B | qwen/qwen3.5-397b-a17b | text, image, video | 262,144 | $0.55 | $3.5 | Active |
| Qwen: Qwen3.5 Plus 2026-02-15 | qwen/qwen3.5-plus-02-15 | text, image, video | 1,000,000 | $0.26 | $1.56 | Active |
| Qwen: Qwen3.5 Plus 2026-04-20 | qwen/qwen3.5-plus-20260420 | text, image, video | 1,000,000 | $0.3 | $1.8 | Active |
| Qwen: Qwen3.5-122B-A10B | qwen/qwen3.5-122b-a10b | text, image, video | 262,144 | $0.26 | $2.08 | Active |
| Qwen: Qwen3.5-27B | qwen/qwen3.5-27b | text, image, video | 262,144 | $0.195 | $1.56 | Active |
| Qwen: Qwen3.5-35B-A3B | qwen/qwen3.5-35b-a3b | text, image, video | 262,144 | $0.3125 | $1.25 | Active |
| Qwen: Qwen3.5-9B | qwen/qwen3.5-9b | text, image, video | 262,144 | $0.1 | $0.15 | Active |
| Qwen: Qwen3.5-9B (batch) | qwen/qwen3.5-9b:batch | text, image, video | 262,144 | $0.17 | $0.25 | Active |
| Qwen: Qwen3.5-Flash | qwen/qwen3.5-flash-02-23 | text, image, video | 1,000,000 | $0.065 | $0.26 | Active |
| Qwen: Qwen3.6 27B | qwen/qwen3.6-27b | text, image, video | 262,144 | $0.3 | $2 | Active |
| Qwen: Qwen3.6 35B A3B | qwen/qwen3.6-35b-a3b | text, image, video | 262,144 | $0.1 | $0.9 | Active |
| Qwen: Qwen3.6 Flash | qwen/qwen3.6-flash | text, image, video | 1,000,000 | $0.1875 | $1.13 | Active |
| Qwen: Qwen3.6 Max Preview | qwen/qwen3.6-max-preview | text | 262,144 | $1.03 | $6.16 | Active |
| Qwen: Qwen3.6 Plus | qwen/qwen3.6-plus | text, image, video | 1,000,000 | $0.325 | $1.95 | Active |
| Qwen: Qwen3.7 Flash | qwen/qwen3.7-flash | text, image, video | 1,000,000 | $0.03 | $0.13 | Active |
| Qwen: Qwen3.7 Max | qwen/qwen3.7-max | text | 1,000,000 | $1.48 | $4.43 | Active |
| Qwen: Qwen3.7 Plus | qwen/qwen3.7-plus | text, image | 1,000,000 | $0.32 | $1.28 | Active |
| Qwen: Qwen3.8 2.4T A95B | qwen/qwen3.8-2.4t-a95b | text | 1,048,576 | $2 | $6 | Active |
| Qwen: Qwen3.8 2.4T A95B (batch) | qwen/qwen3.8-2.4t-a95b:batch | text | 1,010,000 | $2 | $6 | Active |
| Qwen: Qwen3.8 27B | qwen/qwen3.8-27b | text, image, video | 1,000,000 | $0.214 | $2.55 | Active |
| Qwen: Qwen3.8 Flash | qwen/qwen3.8-flash | text, image, video | 1,000,000 | $0.15 | $0.47 | Active |
| Qwen: Qwen3.8 Max (0902) | qwen/qwen3.8-max-0902 | text, image, video | 1,000,000 | $2 | $6 | Active |
| Qwen2.5 72B Instruct | qwen/qwen-2.5-72b-instruct | text | 32,768 | $0.36 | $0.4 | Active |
| Qwen2.5 Coder 32B Instruct | qwen/qwen-2.5-coder-32b-instruct | text | 32,768 | $0.66 | $1 | Active |
| Reka Edge | rekaai/reka-edge | image, text, video | 16,384 | $0.1 | $0.1 | Active |
| Reka Flash 3 | rekaai/reka-flash-3 | text | 65,536 | $0.1 | $0.2 | Active |
| Relace: Relace Apply 3 | relace/relace-apply-3 | text | 256,000 | $0.85 | $1.25 | Active |
| Relace: Relace Search | relace/relace-search | text | 256,000 | $1 | $3 | Active |
| ReMM SLERP 13B | undi95/remm-slerp-l2-13b | text | 6,144 | $0.35 | $0.65 | Active |
| Sakana: Fugu Max | sakana/fugu-max | text, image, file | 1,000,000 | $2 | $6 | Active |
| Sakana: Fugu Ultra | sakana/fugu-ultra | text, image | 1,000,000 | $5 | $30 | Active |
| Sakana: Fugu Ultra v2 | sakana/fugu-ultra-v2 | text, image, file | 1,000,000 | $5 | $30 | Active |
| Sao10K: Llama 3 8B Lunaris | sao10k/l3-lunaris-8b | text | 8,192 | $0.04 | $0.05 | Active |
| Sao10K: Llama 3.1 Euryale 70B v2.2 | sao10k/l3.1-euryale-70b | text | 131,072 | $0.85 | $0.85 | Active |
| Sao10K: Llama 3.3 Euryale 70B | sao10k/l3.3-euryale-70b | text | 131,072 | $0.65 | $0.75 | Active |
| SpaceXAI: Grok 4.20 | x-ai/grok-4.20 | text, image, file | 2,000,000 | $1.25 | $2.5 | Active |
| SpaceXAI: Grok 4.20 Multi-Agent | x-ai/grok-4.20-multi-agent | text, image, file | 2,000,000 | $1.25 | $2.5 | Active |
| SpaceXAI: Grok 4.3 | x-ai/grok-4.3 | text, image, file | 1,000,000 | $1.25 | $2.5 | Active |
| SpaceXAI: Grok 4.3 (batch) | x-ai/grok-4.3:batch | text, image, file | 1,000,000 | $1 | $2 | Active |
| SpaceXAI: Grok 4.5 | x-ai/grok-4.5 | text, image, file | 500,000 | $2 | $6 | Active |
| SpaceXAI: Grok 4.6 | x-ai/grok-4.6 | text, image, file | 500,000 | $2 | $6 | Active |
| SpaceXAI: Grok Build 0.1 | x-ai/grok-build-0.1 | text, image, file | 256,000 | $1 | $2 | Active |
| StepFun: Step 3.5 Flash | stepfun/step-3.5-flash | text | 262,144 | $0.1 | $0.3 | Active |
| StepFun: Step 3.7 Flash | stepfun/step-3.7-flash | text, image, video | 262,144 | $0.2 | $1.15 | Active |
| Tencent: Hunyuan A13B Instruct | tencent/hunyuan-a13b-instruct | text | 131,072 | $0.14 | $0.57 | Active |
| Tencent: Hy-MT2-1.8B | tencent/hy-mt2-1.8b | text | 8,192 | $0.044 | $0.177 | Active |
| Tencent: Hy-MT2-30B-A3B | tencent/hy-mt2-30b-a3b | text | 8,192 | $0.074 | $0.295 | Active |
| Tencent: Hy-MT2-7B | tencent/hy-mt2-7b | text | 8,192 | $0.074 | $0.295 | Active |
| Tencent: Hy3 | tencent/hy3 | text | 262,144 | $0.132 | $0.528 | Active |
| Tencent: Hy3 preview | tencent/hy3-preview | text | 262,144 | $0.18 | $0.6 | Active |
| Tencent: Hy4 preview | tencent/hy4-preview | text | 1,048,576 | $0.834 | $2.5 | Active |
| TheDrummer: Cydonia 24B V4.1 | thedrummer/cydonia-24b-v4.1 | text | 131,072 | $0.3 | $0.5 | Active |
| TheDrummer: Skyfall 36B V2 | thedrummer/skyfall-36b-v2 | text | 32,768 | $0.55 | $0.8 | Active |
| TheDrummer: UnslopNemo 12B | thedrummer/unslopnemo-12b | text | 1,024,000 | $0.4 | $0.4 | Active |
| Thinking Machines: Inkling | thinkingmachines/inkling | text, image, audio, audio-in | 1,048,576 | $1 | $4.05 | Active |
| Thinking Machines: Inkling (batch) | thinkingmachines/inkling:batch | text, image, audio, audio-in | 524,288 | $1 | $4.05 | Active |
| Thinking Machines: Inkling (free) | thinkingmachines/inkling:free | text, image, audio, audio-in | 1,048,576 | Free | Free | Active |
| Thinking Machines: Inkling Small | thinkingmachines/inkling-small | text, image, audio, audio-in | 1,048,576 | $0.45 | $1.2 | Active |
| Thinking Machines: Inkling Small (batch) | thinkingmachines/inkling-small:batch | text, image, audio, audio-in | 524,288 | $0.5 | $1.2 | Active |
| Thinking Machines: Inkling Small (free) | thinkingmachines/inkling-small:free | text, image, audio, audio-in | 1,048,576 | Free | Free | Active |
| Upstage: Solar Pro 3 | upstage/solar-pro-3 | text | 131,072 | $0.15 | $0.6 | Active |
| Upstage: Solar Pro 4 | upstage/solar-pro4 | text | 524,288 | $0.09 | $0.36 | Active |
| Venice: Uncensored | cognitivecomputations/dolphin-mistral-24b-venice-edition | text | 128,000 | $0.2 | $0.9 | Active |
| WizardLM-2 8x22B | microsoft/wizardlm-2-8x22b | text | 65,535 | $0.62 | $0.62 | Active |
| Writer: Palmyra X5 | writer/palmyra-x5 | text | 1,040,000 | $0.6 | $6 | Active |
| xAI: Grok Latest | ~x-ai/grok-latest | text, image, file | 500,000 | $2 | $6 | Active |
| Xiaomi: MiMo-V2.5 | xiaomi/mimo-v2.5 | text, audio, image, video, audio-in | 1,050,000 | $0.14 | $0.28 | Active |
| Xiaomi: MiMo-V2.5-Pro | xiaomi/mimo-v2.5-pro | text | 1,050,000 | $0.435 | $0.87 | Active |
| Z.ai: GLM 4.5 | z-ai/glm-4.5 | text | 131,072 | $0.6 | $2.2 | Active |
| Z.ai: GLM 4.5 Air | z-ai/glm-4.5-air | text | 131,072 | $0.13 | $0.85 | Active |
| Z.ai: GLM 4.5V | z-ai/glm-4.5v | text, image | 65,536 | $0.6 | $1.8 | Active |
| Z.ai: GLM 4.6 | z-ai/glm-4.6 | text | 204,800 | $0.43 | $1.75 | Active |
| Z.ai: GLM 4.6V | z-ai/glm-4.6v | image, text, video | 131,072 | $0.3 | $0.9 | Active |
| Z.ai: GLM 4.7 | z-ai/glm-4.7 | text | 204,800 | $0.4 | $1.75 | Active |
| Z.ai: GLM 4.7 Flash | z-ai/glm-4.7-flash | text | 200,000 | $0.0605 | $0.4 | Active |
| Z.ai: GLM 5 | z-ai/glm-5 | text | 204,800 | $0.6 | $1.92 | Active |
| Z.ai: GLM 5 Turbo | z-ai/glm-5-turbo | text | 202,752 | $1.2 | $4 | Active |
| Z.ai: GLM 5.1 | z-ai/glm-5.1 | text | 204,800 | $0.966 | $3.04 | Active |
| Z.ai: GLM 5.2 | z-ai/glm-5.2 | text | 1,048,576 | $0.6 | $2 | Active |
| Z.ai: GLM 5.2 (batch) | z-ai/glm-5.2:batch | text | 1,048,576 | $0.7 | $2.2 | Active |
| Z.ai: GLM 5.3 | z-ai/glm-5.3 | text | 1,310,720 | $1.4 | $4.4 | Active |
| Z.ai: GLM 5.3 (batch) | z-ai/glm-5.3:batch | text | 1,048,576 | $0.7 | $2.2 | Active |
| Z.ai: GLM 5.3 Flash | z-ai/glm-5.3-flash | text, image, video | 1,310,720 | $0.075 | $0.25 | Active |
| Z.ai: GLM 5.3 Flash (batch) | z-ai/glm-5.3-flash:batch | text, image, video | 1,048,576 | $0.075 | $0.25 | Active |
| Z.ai: GLM 5V Turbo | z-ai/glm-5v-turbo | image, text, video | 202,752 | $1.2 | $4 | Active |
| Z.ai: GLM Flash Latest | ~z-ai/glm-flash-latest | text, image, video | 1,310,720 | $0.075 | $0.25 | Active |
| Z.ai: GLM Latest | ~z-ai/glm-latest | text | 1,310,720 | $0.8727 | $3.36 | Active |
Last verified · Source ↗
Use the catalog guide to distinguish model slugs, variants and aliases.
Free tier and how to get a key
| Condition | Verified details |
|---|---|
| Current terms | The official model catalog lists models with zero input and output token rates. Availability and free-model request limits can change. |
| Eligible models | inclusionai/ling-3.0-flash-vl:free, nex-agi/nex-n2.5-mini:free, nex-agi/nex-n2.5-pro:free, inclusionai/ling-3.0-flash-sante:free, inclusionai/ling-3.0-flash-fin:free, dots-studio/dots-3-note-preview:free, liquid/lfm-2.5-2.6b:free, nvidia/nemotron-3.5-lightning:free, thinkingmachines/inkling-small:free, poolside/laguna-s-2.1:free, thinkingmachines/inkling:free, poolside/laguna-xs-2.1:free, cohere/north-mini-code:free, nvidia/nemotron-3.5-content-safety:free, nvidia/nemotron-3-ultra-550b-a55b:free, nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free, google/gemma-4-26b-a4b-it:free, google/gemma-4-31b-it:free, google/lyria-3-pro-preview, google/lyria-3-clip-preview, nvidia/nemotron-3-super-120b-a12b:free, openrouter/free |
Last verified · Source ↗
Check free-model conditions and create an application credential.
Rate limits and tiers
Inspect account, key and endpoint limits before enabling parallel work.
Service status
Start in 5 minutes
Use the OpenRouter Python tutorial and retain the resolved model it prints.
client = OpenAI(api_key=os.environ["OPENROUTER_API_KEY"], base_url="https://openrouter.ai/api/v1")
result = client.chat.completions.create(model="~openai/gpt-sol-latest", messages=[{"role":"user","content":"Hello"}])
print(result.model)
Recent changes
- OpenRouter · DeepSeek: DeepSeek V4 Pro 0423 — Amount UsdPrice category: cached_input · USD: 0.062364500 · Unit: per 1M tokens → Price category: cached_input · USD: 0.0615235 · Unit: per 1M tokensSource ↗
- OpenRouter · DeepSeek: DeepSeek V4 Pro 0423 — Amount UsdPrice category: output · USD: 1.496748000 · Unit: per 1M tokens → Price category: output · USD: 1.476564 · Unit: per 1M tokensSource ↗
- OpenRouter · DeepSeek: DeepSeek V4 Pro 0423 — Amount UsdPrice category: input · USD: 0.748374000 · Unit: per 1M tokens → Price category: input · USD: 0.738282 · Unit: per 1M tokensSource ↗
- OpenRouter · DeepSeek: DeepSeek V4 Flash 0423 — Amount UsdPrice category: cached_input · USD: 0.013244000 · Unit: per 1M tokens → Price category: cached_input · USD: 0.013188 · Unit: per 1M tokensSource ↗
- OpenRouter · DeepSeek: DeepSeek V4 Flash 0423 — Amount UsdPrice category: output · USD: 0.132440000 · Unit: per 1M tokens → Price category: output · USD: 0.13188 · Unit: per 1M tokensSource ↗
- OpenRouter · DeepSeek: DeepSeek V4 Flash 0423 — Amount UsdPrice category: input · USD: 0.066220000 · Unit: per 1M tokens → Price category: input · USD: 0.06594 · Unit: per 1M tokensSource ↗
- OpenRouter · DeepSeek: DeepSeek V4 Pro 0423 — Amount UsdPrice category: cached_input · USD: 0.063220000 · Unit: per 1M tokens → Price category: cached_input · USD: 0.0623645 · Unit: per 1M tokensSource ↗
- OpenRouter · DeepSeek: DeepSeek V4 Pro 0423 — Amount UsdPrice category: output · USD: 1.517280000 · Unit: per 1M tokens → Price category: output · USD: 1.496748 · Unit: per 1M tokensSource ↗
- OpenRouter · DeepSeek: DeepSeek V4 Pro 0423 — Amount UsdPrice category: input · USD: 0.758640000 · Unit: per 1M tokens → Price category: input · USD: 0.748374 · Unit: per 1M tokensSource ↗
- OpenRouter · DeepSeek: DeepSeek V4 Pro 0813 — Amount UsdPrice category: cached_input · USD: 0.018396000 · Unit: per 1M tokens → Price category: cached_input · USD: 0.019316 · Unit: per 1M tokensSource ↗
Use the AI API cost calculator to turn the model and workload you are considering into an estimate.
Last verified · Source ↗
Frequently asked questions
Is OpenRouter itself the model developer for every route?
Does provider fallback always change the model?
What should an evaluation log retain?
Can capability metadata replace an output test?
Where should I start without a shortlist?
Sources
- OpenRouter quickstart ↗
- Models and pricing schema ↗
- Authentication ↗
- Credit and rate limits ↗
- Errors and debugging ↗
- Provider routing ↗
- Free model variants ↗
- Free router ↗
- Workspace budgets ↗
- Prompt caching ↗
- BYOK ↗
- Provider logging ↗
- Batch quickstart ↗
- Latest aliases ↗
Last verified · Source ↗