Frontier models, served like utilities.

One endpoint for the best open and proprietary models. Flat monthly pricing, no capacity waitlists. Ship tonight.

Start building$ curl api.relayrouter.org/v1 — no card required

One endpoint for models from aion-labs, amazon, anthropic, ~anthropic, arcee-ai, openrouter, baidu, bytedance-seed, bytedance, cohere, deepseek, ~deepseek, dots-studio, google, ~google, ibm-granite, inception, kwaipilot, inclusionai, liquid, anthracite-org, mancer, meituan, meta-llama, meta, microsoft, minimax, mistralai, moonshotai, ~moonshotai, morph, gryphe, nex-agi, nousresearch, nvidia, openai, ~openai, perceptron, perplexity, poolside, qwen, rekaai, relace, undi95, sakana, sao10k, x-ai, stepfun, tencent, thedrummer, thinkingmachines, upstage, cognitivecomputations, writer, ~x-ai, xiaomi, z-ai, ~z-ai, black-forest-labs, krea, recraft, sourceful, alibaba, heygen, kwaivgi, runway, canopylabs, deepgram, fish-audio, hexgrad, sesame, baai, intfloat, sentence-transformers, thenlper, voyageai.

Integration

Four lines to first token.

Drop-in compatible with the OpenAI and Anthropic SDKs. Change the base URL, keep your code. Streaming, tool use, structured output, and prompt caching work day one.

✓ SillyTavern✓ Open WebUI✓ LibreChat
inference.py
# pip install openai
import os
from openai import OpenAI

client = OpenAI(
    base_url="https://api.relayrouter.org/v1",
    api_key=os.environ["RELAY_API_KEY"],
)

stream = client.chat.completions.create(
    model="glm-5.3",
    messages=[{"role": "user",
               "content": "Introduce yourself in 3 words."}],
    stream=True,
)

for chunk in stream:
    print(chunk.choices[0].delta.content or "", end="")

>>> 

SillyTavern Ready

Your characters, our fleet.

Paste https://api.relayrouter.org/v1 into SillyTavern's OpenAI-compatible API settings. Every model, one key, no local VRAM. Tavern, Anon, and Agnai compatible.

API: https://api.relayrouter.org/v1Key: rr_live_...

Why teams switch

Built for production, priced for experiments.

One string to swap models

Change the model name, keep everything else. Frontier or 0.6B, same request shape, same key.

inference.py1 line changed
client.chat(
 messages=history,
-model="qwen3-0.6b",
+model="claude-opus-5",
 stream=True,
)

Your SDK already works here

OpenAI and Anthropic clients speak to RelayRouter unmodified. Set one base URL and the whole fleet sits behind it — streaming, tools, and JSON mode included.

openai · python1 line
from openai import OpenAI

client = OpenAI(
    base_url="https://api.relayrouter.org/v1",
)

# every model in the fleet now resolves here

See your window, not a bill

Watch your 6-hour and daily token windows drain in real time, with per-model usage and health so you know what to route where before it matters.

Pro plan resets in 2h 14m

6-hour window31.2M / 50M
Daily window88.4M / 150M
Requests / min17 / 30

Tokens by model last 24h

glm-5.3
28.1Mclaude-opus-5
22.0Mkimi-k3
15.8Mzinc-2.7-flash
11.2Mgpt-5.6-sol
8.6M

Open weights and closed doors

Self-hosted open models at full context, plus the frontier labs routed straight through. Twenty models, one plan, nothing metered per token.

aion-labs/aion-2.0aion-labs/aion-3.0aion-labs/aion-3.0-miniaion-labs/aion-rp-llama-3.1-8b+568 more
/caching

Prompt caching by default

Repeated prefixes are cached automatically and count a tenth against your token window. No cache headers, no TTL bookkeeping.

/privacy

Zero retention, verifiable

Prompts and completions are never written to disk. Enforced in the serving layer, audited quarterly, SOC 2 Type II.

/limits

No waitlists, honest limits

Your plan's window and rate limit are the whole story — no hidden concurrency caps, no model-tier throttling.

Model fleet

The models that matter, hours after release.

Open weights are live on RelayRouter within 48 hours of publication, quantization-free, at full context length. Frontier closed models are included on every plan.

572 / 572 models
ModelBest forContext
aion-labs/aion-2.0Host model aion-labs/aion-2.0131K
aion-labs/aion-3.0Host model aion-labs/aion-3.0131K
aion-labs/aion-3.0-miniHost model aion-labs/aion-3.0-mini131K
aion-labs/aion-rp-llama-3.1-8bHost model aion-labs/aion-rp-llama-3.1-8b33K
amazon/nova-2-lite-v1Host model amazon/nova-2-lite-v11M
amazon/nova-lite-v1Host model amazon/nova-lite-v1300K
amazon/nova-micro-v1Host model amazon/nova-micro-v1128K
amazon/nova-premier-v1Host model amazon/nova-premier-v11M
amazon/nova-pro-v1Host model amazon/nova-pro-v1300K
anthropic/claude-3-haikuHost model anthropic/claude-3-haiku200K
anthropic/claude-fable-5Host model anthropic/claude-fable-51M
anthropic/claude-fable-5:batchHost model anthropic/claude-fable-5:batch128K
~anthropic/claude-fable-latestHost model ~anthropic/claude-fable-latest1M
anthropic/claude-haiku-4.5Host model anthropic/claude-haiku-4.5200K
anthropic/claude-haiku-4.5:batchHost model anthropic/claude-haiku-4.5:batch128K
~anthropic/claude-haiku-latestHost model ~anthropic/claude-haiku-latest200K
anthropic/claude-opus-4Host model anthropic/claude-opus-4200K
anthropic/claude-opus-4.1Host model anthropic/claude-opus-4.1200K
anthropic/claude-opus-4.1:batchHost model anthropic/claude-opus-4.1:batch128K
anthropic/claude-opus-4.5Host model anthropic/claude-opus-4.5200K
anthropic/claude-opus-4.5:batchHost model anthropic/claude-opus-4.5:batch128K
anthropic/claude-opus-4.6Host model anthropic/claude-opus-4.61M
anthropic/claude-opus-4.6:batchHost model anthropic/claude-opus-4.6:batch128K
anthropic/claude-opus-4.7Host model anthropic/claude-opus-4.71M
anthropic/claude-opus-4.7:batchHost model anthropic/claude-opus-4.7:batch128K
anthropic/claude-opus-4.7-fastHost model anthropic/claude-opus-4.7-fast128K
anthropic/claude-opus-4.8Host model anthropic/claude-opus-4.81M
anthropic/claude-opus-4.8:batchHost model anthropic/claude-opus-4.8:batch128K
anthropic/claude-opus-4.8-fastHost model anthropic/claude-opus-4.8-fast1M
~anthropic/claude-opus-latestHost model ~anthropic/claude-opus-latest1M
anthropic/claude-sonnet-4Host model anthropic/claude-sonnet-4200K
anthropic/claude-sonnet-4.5Host model anthropic/claude-sonnet-4.51M
anthropic/claude-sonnet-4.5:batchHost model anthropic/claude-sonnet-4.5:batch128K
anthropic/claude-sonnet-4.6Host model anthropic/claude-sonnet-4.61M
anthropic/claude-sonnet-4.6:batchHost model anthropic/claude-sonnet-4.6:batch128K
anthropic/claude-sonnet-5Host model anthropic/claude-sonnet-51M
anthropic/claude-sonnet-5:batchHost model anthropic/claude-sonnet-5:batch128K
~anthropic/claude-sonnet-latestHost model ~anthropic/claude-sonnet-latest1M
arcee-ai/trinity-large-thinkingHost model arcee-ai/trinity-large-thinking262K
openrouter/autoHost model openrouter/auto2M
openrouter/auto-betaHost model openrouter/auto-beta128K
baidu/ernie-4.5-vl-424b-a47bHost model baidu/ernie-4.5-vl-424b-a47b123K
openrouter/bodybuilderHost model openrouter/bodybuilder128K
bytedance-seed/seed-1.6Host model bytedance-seed/seed-1.6262K
bytedance-seed/seed-1.6-flashHost model bytedance-seed/seed-1.6-flash262K
bytedance-seed/seed-2.0-codeHost model bytedance-seed/seed-2.0-code262K
bytedance-seed/seed-2.0-liteHost model bytedance-seed/seed-2.0-lite262K
bytedance-seed/seed-2.0-miniHost model bytedance-seed/seed-2.0-mini262K
bytedance-seed/seed-2-1-turboHost model bytedance-seed/seed-2-1-turbo262K
bytedance/ui-tars-1.5-7bHost model bytedance/ui-tars-1.5-7b128K
anthropic/claude-opus-5Host model anthropic/claude-opus-51M
anthropic/claude-opus-5:batchHost model anthropic/claude-opus-5:batch128K
anthropic/claude-opus-5-fastHost model anthropic/claude-opus-5-fast1M
cohere/command-aHost model cohere/command-a256K
cohere/command-r-08-2024Host model cohere/command-r-08-2024128K
cohere/command-r-plus-08-2024Host model cohere/command-r-plus-08-2024128K
cohere/command-r7b-12-2024Host model cohere/command-r7b-12-2024128K
cohere/north-mini-code:freeHost model cohere/north-mini-code:free256K
deepseek/deepseek-chatHost model deepseek/deepseek-chat128K
deepseek/deepseek-chat-v3-0324Host model deepseek/deepseek-chat-v3-0324164K
deepseek/deepseek-chat-v3.1Host model deepseek/deepseek-chat-v3.1161K
deepseek/deepseek-v3.1-terminusHost model deepseek/deepseek-v3.1-terminus131K
deepseek/deepseek-v3.2Host model deepseek/deepseek-v3.2164K
deepseek/deepseek-v3.2-expHost model deepseek/deepseek-v3.2-exp164K
deepseek/deepseek-v4-flashHost model deepseek/deepseek-v4-flash1.024M
deepseek/deepseek-v4-flash-0731Host model deepseek/deepseek-v4-flash-07311.048576M
deepseek/deepseek-v4-flash-0731:batchHost model deepseek/deepseek-v4-flash-0731:batch128K
deepseek/deepseek-v4-flash-vision-expHost model deepseek/deepseek-v4-flash-vision-exp1.048576M
deepseek/deepseek-v4-proHost model deepseek/deepseek-v4-pro1.048576M
deepseek/deepseek-v4-pro-0813Host model deepseek/deepseek-v4-pro-08131.048576M
deepseek/deepseek-v4-pro-0813:batchHost model deepseek/deepseek-v4-pro-0813:batch128K
deepseek/deepseek-r1Host model deepseek/deepseek-r164K
deepseek/deepseek-r1-0528Host model deepseek/deepseek-r1-0528164K
deepseek/deepseek-r1-distill-llama-70bHost model deepseek/deepseek-r1-distill-llama-70b8K
~deepseek/deepseek-v4-flash-latestHost model ~deepseek/deepseek-v4-flash-latest1.048576M
dots-studio/dots-3-note-preview:freeHost model dots-studio/dots-3-note-preview:free512K
openrouter/freeHost model openrouter/free200K
google/gemini-2.5-flashHost model google/gemini-2.5-flash1.048576M
google/gemini-2.5-flash:batchHost model google/gemini-2.5-flash:batch128K
google/gemini-2.5-flash-liteHost model google/gemini-2.5-flash-lite1.048576M
google/gemini-2.5-flash-lite:batchHost model google/gemini-2.5-flash-lite:batch128K
google/gemini-2.5-proHost model google/gemini-2.5-pro1.048576M
google/gemini-2.5-pro:batchHost model google/gemini-2.5-pro:batch128K
google/gemini-2.5-pro-preview-05-06Host model google/gemini-2.5-pro-preview-05-061.048576M
google/gemini-2.5-pro-previewHost model google/gemini-2.5-pro-preview1.048576M
google/gemini-3.1-flash-liteHost model google/gemini-3.1-flash-lite1.048576M
google/gemini-3.1-flash-lite:batchHost model google/gemini-3.1-flash-lite:batch128K
google/gemini-3.1-flash-lite-previewHost model google/gemini-3.1-flash-lite-preview1.048576M
google/gemini-3.1-pro-previewHost model google/gemini-3.1-pro-preview1.048576M
google/gemini-3.1-pro-preview:batchHost model google/gemini-3.1-pro-preview:batch128K
google/gemini-3.1-pro-preview-customtoolsHost model google/gemini-3.1-pro-preview-customtools1.048576M
google/gemini-3.5-flashHost model google/gemini-3.5-flash1.048576M
google/gemini-3.5-flash:batchHost model google/gemini-3.5-flash:batch128K
google/gemini-3.5-flash-liteHost model google/gemini-3.5-flash-lite1.048576M
google/gemini-3.5-flash-lite:batchHost model google/gemini-3.5-flash-lite:batch128K
google/gemini-3.6-flashHost model google/gemini-3.6-flash1.048576M
google/gemini-3.6-flash:batchHost model google/gemini-3.6-flash:batch128K
google/gemini-3.7-flashHost model google/gemini-3.7-flash1.048576M
google/gemini-3.7-flash:batchHost model google/gemini-3.7-flash:batch128K
google/gemini-3-flash-previewHost model google/gemini-3-flash-preview1.048576M
google/gemini-3-flash-preview:batchHost model google/gemini-3-flash-preview:batch128K
~google/gemini-flash-latestHost model ~google/gemini-flash-latest1.048576M
~google/gemini-pro-latestHost model ~google/gemini-pro-latest1.048576M
google/gemma-2-27b-itHost model google/gemma-2-27b-it8K
google/gemma-3-12b-itHost model google/gemma-3-12b-it131K
google/gemma-3-27b-itHost model google/gemma-3-27b-it131K
google/gemma-3-4b-itHost model google/gemma-3-4b-it131K
google/gemma-4-26b-a4b-itHost model google/gemma-4-26b-a4b-it262K
google/gemma-4-26b-a4b-it:freeHost model google/gemma-4-26b-a4b-it:free262K
google/gemma-4-31b-itHost model google/gemma-4-31b-it262K
google/gemma-4-31b-it:batchHost model google/gemma-4-31b-it:batch128K
google/gemma-4-31b-it:freeHost model google/gemma-4-31b-it:free262K
ibm-granite/granite-4.0-h-microHost model ibm-granite/granite-4.0-h-micro131K
ibm-granite/granite-4.1-8bHost model ibm-granite/granite-4.1-8b131K
ibm-granite/granite-4.2-8bHost model ibm-granite/granite-4.2-8b131K
inception/mercury-2Host model inception/mercury-2128K
kwaipilot/kat-coder-pro-v2Host model kwaipilot/kat-coder-pro-v2262K
kwaipilot/kat-coder-pro-v2.5Host model kwaipilot/kat-coder-pro-v2.5262K
inclusionai/ling-3.0-flashHost model inclusionai/ling-3.0-flash262K
inclusionai/ling-3.0-flash-fin:freeHost model inclusionai/ling-3.0-flash-fin:free262K
liquid/lfm-2.5-2.6b:freeHost model liquid/lfm-2.5-2.6b:free66K
anthracite-org/magnum-v4-72bHost model anthracite-org/magnum-v4-72b33K
mancer/weaverHost model mancer/weaver8K
meituan/longcat-2.0Host model meituan/longcat-2.01.048756M
meta-llama/llama-3.1-70b-instructHost model meta-llama/llama-3.1-70b-instruct131K
meta-llama/llama-3.1-8b-instructHost model meta-llama/llama-3.1-8b-instruct131K
meta-llama/llama-3.2-1b-instructHost model meta-llama/llama-3.2-1b-instruct60K
meta-llama/llama-3.2-3b-instructHost model meta-llama/llama-3.2-3b-instruct131K
meta-llama/llama-3.3-70b-instructHost model meta-llama/llama-3.3-70b-instruct128K
meta-llama/llama-4-maverickHost model meta-llama/llama-4-maverick128K
meta-llama/llama-4-scoutHost model meta-llama/llama-4-scout328K
meta-llama/llama-guard-4-12bHost model meta-llama/llama-guard-4-12b164K
meta/muse-glimmer-30bHost model meta/muse-glimmer-30b131K
meta/muse-glimmer-30b:batchHost model meta/muse-glimmer-30b:batch128K
meta/muse-spark-1.1Host model meta/muse-spark-1.11.048576M
meta/muse-spark-1.2Host model meta/muse-spark-1.21.048576M
meta/muse-spark-1.2-contributorHost model meta/muse-spark-1.2-contributor1.048576M
microsoft/phi-4Host model microsoft/phi-416K
minimax/minimax-01Host model minimax/minimax-011.000192M
minimax/minimax-m1Host model minimax/minimax-m11M
minimax/minimax-m2Host model minimax/minimax-m2205K
minimax/minimax-m2.1Host model minimax/minimax-m2.1205K
minimax/minimax-m2.5Host model minimax/minimax-m2.5200K
minimax/minimax-m2.7Host model minimax/minimax-m2.7205K
minimax/minimax-m2.7:freeHost model minimax/minimax-m2.7:free197K
minimax/minimax-m2-herHost model minimax/minimax-m2-her66K
minimax/minimax-m3Host model minimax/minimax-m3524K
minimax/minimax-m3:batchHost model minimax/minimax-m3:batch128K
minimax/minimax-m3:freeHost model minimax/minimax-m3:free1.048576M
mistralai/codestral-2508Host model mistralai/codestral-2508256K
mistralai/codestral-2508:batchHost model mistralai/codestral-2508:batch128K
mistralai/devstral-2512Host model mistralai/devstral-2512262K
mistralai/mistral-largeHost model mistralai/mistral-large128K
mistralai/mistral-large-2407Host model mistralai/mistral-large-2407131K
mistralai/ministral-14b-2512Host model mistralai/ministral-14b-2512262K
mistralai/ministral-3b-2512Host model mistralai/ministral-3b-2512131K
mistralai/ministral-8b-2512Host model mistralai/ministral-8b-2512262K
mistralai/ministral-8b-2512:batchHost model mistralai/ministral-8b-2512:batch128K
mistralai/mistral-large-2512Host model mistralai/mistral-large-2512262K
mistralai/mistral-large-2512:batchHost model mistralai/mistral-large-2512:batch128K
mistralai/mistral-medium-3Host model mistralai/mistral-medium-3131K
mistralai/mistral-medium-3.1Host model mistralai/mistral-medium-3.1131K
mistralai/mistral-medium-3.1:batchHost model mistralai/mistral-medium-3.1:batch128K
mistralai/mistral-medium-3-5Host model mistralai/mistral-medium-3-5262K
mistralai/mistral-medium-3-5:batchHost model mistralai/mistral-medium-3-5:batch128K
mistralai/mistral-nemoHost model mistralai/mistral-nemo131K
mistralai/mistral-small-24b-instruct-2501Host model mistralai/mistral-small-24b-instruct-250133K
mistralai/mistral-small-3.1-24b-instructHost model mistralai/mistral-small-3.1-24b-instruct128K
mistralai/mistral-small-3.2-24b-instructHost model mistralai/mistral-small-3.2-24b-instruct128K
mistralai/mistral-small-2603Host model mistralai/mistral-small-2603262K
mistralai/mistral-small-2603:batchHost model mistralai/mistral-small-2603:batch128K
mistralai/mixtral-8x22b-instructHost model mistralai/mixtral-8x22b-instruct66K
mistralai/mistral-sabaHost model mistralai/mistral-saba33K
mistralai/voxtral-small-24b-2507Host model mistralai/voxtral-small-24b-250733K
moonshotai/kimi-k2Host model moonshotai/kimi-k2131K
moonshotai/kimi-k2-0905Host model moonshotai/kimi-k2-0905262K
moonshotai/kimi-k2.5Host model moonshotai/kimi-k2.5262K
moonshotai/kimi-k2.6Host model moonshotai/kimi-k2.6262K
moonshotai/kimi-k2.7-codeHost model moonshotai/kimi-k2.7-code262K
moonshotai/kimi-k2-thinkingHost model moonshotai/kimi-k2-thinking262K
moonshotai/kimi-k3Host model moonshotai/kimi-k31.048576M
moonshotai/kimi-k3:batchHost model moonshotai/kimi-k3:batch128K
~moonshotai/kimi-latestHost model ~moonshotai/kimi-latest1.048576M
morph/morph-v3-fastHost model morph/morph-v3-fast82K
morph/morph-v3-largeHost model morph/morph-v3-large262K
gryphe/mythomax-l2-13bHost model gryphe/mythomax-l2-13b4K
nex-agi/nex-n2-miniHost model nex-agi/nex-n2-mini262K
nex-agi/nex-n2-proHost model nex-agi/nex-n2-pro262K
nousresearch/hermes-3-llama-3.1-405bHost model nousresearch/hermes-3-llama-3.1-405b131K
nousresearch/hermes-3-llama-3.1-70bHost model nousresearch/hermes-3-llama-3.1-70b131K
nousresearch/hermes-4-405bHost model nousresearch/hermes-4-405b131K
nousresearch/hermes-4-70bHost model nousresearch/hermes-4-70b131K
nvidia/nemotron-3.5-content-safety:freeHost model nvidia/nemotron-3.5-content-safety:free128K
nvidia/nemotron-3.5-lightningHost model nvidia/nemotron-3.5-lightning262K
nvidia/nemotron-3.5-lightning:freeHost model nvidia/nemotron-3.5-lightning:free1M
nvidia/nemotron-3-nano-30b-a3bHost model nvidia/nemotron-3-nano-30b-a3b262K
nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:freeHost model nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free256K
nvidia/nemotron-3-super-120b-a12bHost model nvidia/nemotron-3-super-120b-a12b262K
nvidia/nemotron-3-super-120b-a12b:freeHost model nvidia/nemotron-3-super-120b-a12b:free262K
nvidia/nemotron-3-ultra-550b-a55bHost model nvidia/nemotron-3-ultra-550b-a55b262K
nvidia/nemotron-3-ultra-550b-a55b:batchHost model nvidia/nemotron-3-ultra-550b-a55b:batch128K
nvidia/nemotron-3-ultra-550b-a55b:freeHost model nvidia/nemotron-3-ultra-550b-a55b:free1M
openai/gpt-3.5-turboHost model openai/gpt-3.5-turbo16K
openai/gpt-3.5-turbo-16kHost model openai/gpt-3.5-turbo-16k16K
openai/gpt-3.5-turbo:batchHost model openai/gpt-3.5-turbo:batch128K
openai/gpt-3.5-turbo-instructHost model openai/gpt-3.5-turbo-instruct4K
openai/gpt-3.5-turbo-0613Host model openai/gpt-3.5-turbo-06134K
openai/gpt-4Host model openai/gpt-48K
openai/gpt-4.1Host model openai/gpt-4.11.047576M
openai/gpt-4.1:batchHost model openai/gpt-4.1:batch128K
openai/gpt-4.1-miniHost model openai/gpt-4.1-mini1.047576M
openai/gpt-4.1-mini:batchHost model openai/gpt-4.1-mini:batch128K
openai/gpt-4.1-nanoHost model openai/gpt-4.1-nano1.047576M
openai/gpt-4.1-nano:batchHost model openai/gpt-4.1-nano:batch128K
openai/gpt-4oHost model openai/gpt-4o128K
openai/gpt-4o-2024-05-13Host model openai/gpt-4o-2024-05-13128K
openai/gpt-4o-2024-08-06Host model openai/gpt-4o-2024-08-06128K
openai/gpt-4o-2024-11-20Host model openai/gpt-4o-2024-11-20128K
openai/gpt-4o:batchHost model openai/gpt-4o:batch128K
openai/gpt-4o-miniHost model openai/gpt-4o-mini128K
openai/gpt-4o-mini-2024-07-18Host model openai/gpt-4o-mini-2024-07-18128K
openai/gpt-4o-mini:batchHost model openai/gpt-4o-mini:batch128K
openai/gpt-4-turboHost model openai/gpt-4-turbo128K
openai/gpt-4-turbo:batchHost model openai/gpt-4-turbo:batch128K
openai/gpt-4-turbo-previewHost model openai/gpt-4-turbo-preview128K
openai/gpt-5Host model openai/gpt-5400K
openai/gpt-5.1Host model openai/gpt-5.1400K
openai/gpt-5.1:batchHost model openai/gpt-5.1:batch128K
openai/gpt-5.1-codexHost model openai/gpt-5.1-codex400K
openai/gpt-5.1-codex-maxHost model openai/gpt-5.1-codex-max400K
openai/gpt-5.1-codex-miniHost model openai/gpt-5.1-codex-mini400K
openai/gpt-5.2Host model openai/gpt-5.2400K
openai/gpt-5.2:batchHost model openai/gpt-5.2:batch128K
openai/gpt-5.2-chatHost model openai/gpt-5.2-chat128K
openai/gpt-5.2-codexHost model openai/gpt-5.2-codex400K
openai/gpt-5.2-proHost model openai/gpt-5.2-pro400K
openai/gpt-5.2-pro:batchHost model openai/gpt-5.2-pro:batch128K
openai/gpt-5.3-codexHost model openai/gpt-5.3-codex400K
openai/gpt-5.4Host model openai/gpt-5.41.05M
openai/gpt-5.4:batchHost model openai/gpt-5.4:batch128K
openai/gpt-5.4-miniHost model openai/gpt-5.4-mini400K
openai/gpt-5.4-mini:batchHost model openai/gpt-5.4-mini:batch128K
openai/gpt-5.4-nanoHost model openai/gpt-5.4-nano400K
openai/gpt-5.4-nano:batchHost model openai/gpt-5.4-nano:batch128K
openai/gpt-5.4-proHost model openai/gpt-5.4-pro1.05M
openai/gpt-5.4-pro:batchHost model openai/gpt-5.4-pro:batch128K
openai/gpt-5.5Host model openai/gpt-5.51.05M
openai/gpt-5.5:batchHost model openai/gpt-5.5:batch128K
openai/gpt-5.5-proHost model openai/gpt-5.5-pro1.05M
openai/gpt-5.5-pro:batchHost model openai/gpt-5.5-pro:batch128K
openai/gpt-5.6-lunaHost model openai/gpt-5.6-luna1.05M
openai/gpt-5.6-luna:batchHost model openai/gpt-5.6-luna:batch128K
openai/gpt-5.6-luna-proHost model openai/gpt-5.6-luna-pro1.05M
openai/gpt-5.6-luna-pro:batchHost model openai/gpt-5.6-luna-pro:batch128K
openai/gpt-5.6-solHost model openai/gpt-5.6-sol1.05M
openai/gpt-5.6-sol:batchHost model openai/gpt-5.6-sol:batch128K
openai/gpt-5.6-sol-proHost model openai/gpt-5.6-sol-pro1.05M
openai/gpt-5.6-sol-pro:batchHost model openai/gpt-5.6-sol-pro:batch128K
openai/gpt-5.6-terraHost model openai/gpt-5.6-terra1.05M
openai/gpt-5.6-terra:batchHost model openai/gpt-5.6-terra:batch128K
openai/gpt-5.6-terra-proHost model openai/gpt-5.6-terra-pro1.05M
openai/gpt-5.6-terra-pro:batchHost model openai/gpt-5.6-terra-pro:batch128K
openai/gpt-5:batchHost model openai/gpt-5:batch128K
openai/gpt-5-miniHost model openai/gpt-5-mini400K
openai/gpt-5-mini:batchHost model openai/gpt-5-mini:batch128K
openai/gpt-5-nanoHost model openai/gpt-5-nano400K
openai/gpt-5-nano:batchHost model openai/gpt-5-nano:batch128K
openai/gpt-5-proHost model openai/gpt-5-pro400K
openai/gpt-5-pro:batchHost model openai/gpt-5-pro:batch128K
openai/gpt-chat-latestHost model openai/gpt-chat-latest400K
~openai/gpt-latestHost model ~openai/gpt-latest1.05M
~openai/gpt-mini-latestHost model ~openai/gpt-mini-latest400K
openai/gpt-oss-120bHost model openai/gpt-oss-120b128K
openai/gpt-oss-120b:batchHost model openai/gpt-oss-120b:batch128K
openai/gpt-oss-20bHost model openai/gpt-oss-20b131K
openai/gpt-oss-20b:batchHost model openai/gpt-oss-20b:batch128K
openai/gpt-oss-safeguard-20bHost model openai/gpt-oss-safeguard-20b131K
openai/o1Host model openai/o1200K
openai/o1-proHost model openai/o1-pro200K
openai/o3Host model openai/o3200K
openai/o3:batchHost model openai/o3:batch128K
openai/o3-miniHost model openai/o3-mini200K
openai/o3-mini:batchHost model openai/o3-mini:batch128K
openai/o3-mini-highHost model openai/o3-mini-high200K
openai/o3-proHost model openai/o3-pro200K
openai/o4-miniHost model openai/o4-mini200K
openai/o4-mini:batchHost model openai/o4-mini:batch128K
openai/o4-mini-highHost model openai/o4-mini-high200K
openrouter/fusionHost model openrouter/fusion1M
openrouter/pareto-codeHost model openrouter/pareto-code200K
perceptron/perceptron-mk1Host model perceptron/perceptron-mk133K
perplexity/sonarHost model perplexity/sonar127K
perplexity/sonar-deep-researchHost model perplexity/sonar-deep-research128K
perplexity/sonar-proHost model perplexity/sonar-pro200K
perplexity/sonar-pro-searchHost model perplexity/sonar-pro-search200K
perplexity/sonar-reasoning-proHost model perplexity/sonar-reasoning-pro128K
poolside/laguna-s-2.1Host model poolside/laguna-s-2.11M
poolside/laguna-s-2.1:freeHost model poolside/laguna-s-2.1:free262K
poolside/laguna-xs-2.1Host model poolside/laguna-xs-2.1262K
poolside/laguna-xs-2.1:freeHost model poolside/laguna-xs-2.1:free262K
qwen/qwen-2.5-72b-instructHost model qwen/qwen-2.5-72b-instruct33K
qwen/qwen-2.5-coder-32b-instructHost model qwen/qwen-2.5-coder-32b-instruct33K
qwen/qwen-2.5-7b-instructHost model qwen/qwen-2.5-7b-instruct33K
qwen/qwen2.5-vl-72b-instructHost model qwen/qwen2.5-vl-72b-instruct32K
qwen/qwen3-14bHost model qwen/qwen3-14b41K
qwen/qwen3-235b-a22bHost model qwen/qwen3-235b-a22b131K
qwen/qwen3-235b-a22b-2507Host model qwen/qwen3-235b-a22b-2507262K
qwen/qwen3-235b-a22b-thinking-2507Host model qwen/qwen3-235b-a22b-thinking-2507131K
qwen/qwen3-30b-a3bHost model qwen/qwen3-30b-a3b41K
qwen/qwen3-30b-a3b-instruct-2507Host model qwen/qwen3-30b-a3b-instruct-2507128K
qwen/qwen3-30b-a3b-thinking-2507Host model qwen/qwen3-30b-a3b-thinking-250782K
qwen/qwen3-32bHost model qwen/qwen3-32b41K
qwen/qwen3.5-122b-a10bHost model qwen/qwen3.5-122b-a10b262K
qwen/qwen3.5-27bHost model qwen/qwen3.5-27b262K
qwen/qwen3.5-35b-a3bHost model qwen/qwen3.5-35b-a3b262K
qwen/qwen3.5-397b-a17bHost model qwen/qwen3.5-397b-a17b262K
qwen/qwen3.5-9bHost model qwen/qwen3.5-9b262K
qwen/qwen3.5-9b:batchHost model qwen/qwen3.5-9b:batch128K
qwen/qwen3.5-flash-02-23Host model qwen/qwen3.5-flash-02-231M
qwen/qwen3.5-plus-02-15Host model qwen/qwen3.5-plus-02-151M
qwen/qwen3.5-plus-20260420Host model qwen/qwen3.5-plus-202604201M
qwen/qwen3.6-27bHost model qwen/qwen3.6-27b262K
qwen/qwen3.6-35b-a3bHost model qwen/qwen3.6-35b-a3b262K
qwen/qwen3.6-flashHost model qwen/qwen3.6-flash1M
qwen/qwen3.6-max-previewHost model qwen/qwen3.6-max-preview262K
qwen/qwen3.6-plusHost model qwen/qwen3.6-plus1M
qwen/qwen3.7-flashHost model qwen/qwen3.7-flash1M
qwen/qwen3.7-maxHost model qwen/qwen3.7-max1M
qwen/qwen3.7-plusHost model qwen/qwen3.7-plus1M
qwen/qwen3.8-2.4t-a95bHost model qwen/qwen3.8-2.4t-a95b1M
qwen/qwen3.8-2.4t-a95b:batchHost model qwen/qwen3.8-2.4t-a95b:batch128K
qwen/qwen3.8-27bHost model qwen/qwen3.8-27b1M
qwen/qwen3-8bHost model qwen/qwen3-8b131K
qwen/qwen3.8-flashHost model qwen/qwen3.8-flash1M
qwen/qwen3.8-maxHost model qwen/qwen3.8-max1M
qwen/qwen3-coder-30b-a3b-instructHost model qwen/qwen3-coder-30b-a3b-instruct262K
qwen/qwen3-coderHost model qwen/qwen3-coder262K
qwen/qwen3-coder-flashHost model qwen/qwen3-coder-flash1M
qwen/qwen3-coder-nextHost model qwen/qwen3-coder-next262K
qwen/qwen3-coder-plusHost model qwen/qwen3-coder-plus1M
qwen/qwen3-maxHost model qwen/qwen3-max262K
qwen/qwen3-max-thinkingHost model qwen/qwen3-max-thinking262K
qwen/qwen3-next-80b-a3b-instructHost model qwen/qwen3-next-80b-a3b-instruct262K
qwen/qwen3-next-80b-a3b-thinkingHost model qwen/qwen3-next-80b-a3b-thinking131K
qwen/qwen3-vl-235b-a22b-instructHost model qwen/qwen3-vl-235b-a22b-instruct131K
qwen/qwen3-vl-235b-a22b-thinkingHost model qwen/qwen3-vl-235b-a22b-thinking131K
qwen/qwen3-vl-30b-a3b-instructHost model qwen/qwen3-vl-30b-a3b-instruct262K
qwen/qwen3-vl-30b-a3b-thinkingHost model qwen/qwen3-vl-30b-a3b-thinking131K
qwen/qwen3-vl-32b-instructHost model qwen/qwen3-vl-32b-instruct131K
qwen/qwen3-vl-8b-instructHost model qwen/qwen3-vl-8b-instruct131K
qwen/qwen3-vl-8b-thinkingHost model qwen/qwen3-vl-8b-thinking131K
qwen/qwen-plusHost model qwen/qwen-plus1M
qwen/qwen-plus-2025-07-28Host model qwen/qwen-plus-2025-07-281M
rekaai/reka-edgeHost model rekaai/reka-edge16K
rekaai/reka-flash-3Host model rekaai/reka-flash-366K
relace/relace-apply-3Host model relace/relace-apply-3256K
relace/relace-searchHost model relace/relace-search256K
undi95/remm-slerp-l2-13bHost model undi95/remm-slerp-l2-13b6K
sakana/fugu-ultraHost model sakana/fugu-ultra1M
sakana/sakana-namazuHost model sakana/sakana-namazu262K
sao10k/l3.1-euryale-70bHost model sao10k/l3.1-euryale-70b131K
sao10k/l3.3-euryale-70bHost model sao10k/l3.3-euryale-70b131K
sao10k/l3-lunaris-8bHost model sao10k/l3-lunaris-8b8K
x-ai/grok-4.20Host model x-ai/grok-4.202M
x-ai/grok-4.20-multi-agentHost model x-ai/grok-4.20-multi-agent2M
x-ai/grok-4.3Host model x-ai/grok-4.31M
x-ai/grok-4.5Host model x-ai/grok-4.5500K
x-ai/grok-4.6Host model x-ai/grok-4.6500K
x-ai/grok-build-0.1Host model x-ai/grok-build-0.1256K
stepfun/step-3.5-flashHost model stepfun/step-3.5-flash262K
stepfun/step-3.7-flashHost model stepfun/step-3.7-flash256K
tencent/hunyuan-a13b-instructHost model tencent/hunyuan-a13b-instruct131K
tencent/hy3Host model tencent/hy3262K
tencent/hy3-previewHost model tencent/hy3-preview262K
tencent/hy4-previewHost model tencent/hy4-preview1.048576M
tencent/hy-mt2-1.8bHost model tencent/hy-mt2-1.8b8K
tencent/hy-mt2-30b-a3bHost model tencent/hy-mt2-30b-a3b8K
tencent/hy-mt2-7bHost model tencent/hy-mt2-7b8K
thedrummer/cydonia-24b-v4.1Host model thedrummer/cydonia-24b-v4.1131K
thedrummer/skyfall-36b-v2Host model thedrummer/skyfall-36b-v233K
thedrummer/unslopnemo-12bHost model thedrummer/unslopnemo-12b33K
thinkingmachines/inklingHost model thinkingmachines/inkling524K
thinkingmachines/inkling:batchHost model thinkingmachines/inkling:batch128K
thinkingmachines/inkling:freeHost model thinkingmachines/inkling:free1.048576M
thinkingmachines/inkling-smallHost model thinkingmachines/inkling-small524K
thinkingmachines/inkling-small:batchHost model thinkingmachines/inkling-small:batch128K
thinkingmachines/inkling-small:freeHost model thinkingmachines/inkling-small:free1.048576M
upstage/solar-pro-3Host model upstage/solar-pro-3131K
upstage/solar-pro4Host model upstage/solar-pro4524K
cognitivecomputations/dolphin-mistral-24b-venice-editionHost model cognitivecomputations/dolphin-mistral-24b-venice-edition128K
microsoft/wizardlm-2-8x22bHost model microsoft/wizardlm-2-8x22b66K
writer/palmyra-x5Host model writer/palmyra-x51.04M
~x-ai/grok-latestHost model ~x-ai/grok-latest500K
xiaomi/mimo-v2.5Host model xiaomi/mimo-v2.51.048576M
xiaomi/mimo-v2.5-proHost model xiaomi/mimo-v2.5-pro1.048576M
z-ai/glm-4.5Host model z-ai/glm-4.5131K
z-ai/glm-4.5-airHost model z-ai/glm-4.5-air131K
z-ai/glm-4.5vHost model z-ai/glm-4.5v66K
z-ai/glm-4.6Host model z-ai/glm-4.6198K
z-ai/glm-4.6vHost model z-ai/glm-4.6v131K
z-ai/glm-4.7Host model z-ai/glm-4.7203K
z-ai/glm-4.7-flashHost model z-ai/glm-4.7-flash203K
z-ai/glm-5Host model z-ai/glm-5198K
z-ai/glm-5.1Host model z-ai/glm-5.1200K
z-ai/glm-5.2Host model z-ai/glm-5.21.048576M
z-ai/glm-5.2:freeHost model z-ai/glm-5.2:free256K
z-ai/glm-5.3Host model z-ai/glm-5.31.048576M
z-ai/glm-5.3-flashHost model z-ai/glm-5.3-flash1.048576M
z-ai/glm-5.3-flash:batchHost model z-ai/glm-5.3-flash:batch128K
z-ai/glm-5-turboHost model z-ai/glm-5-turbo203K
z-ai/glm-5v-turboHost model z-ai/glm-5v-turbo203K
~z-ai/glm-latestHost model ~z-ai/glm-latest1.048576M
black-forest-labs/flux.2-flexHost model black-forest-labs/flux.2-flex128K
black-forest-labs/flux.2-klein-4bHost model black-forest-labs/flux.2-klein-4b128K
black-forest-labs/flux.2-maxHost model black-forest-labs/flux.2-max128K
black-forest-labs/flux.2-proHost model black-forest-labs/flux.2-pro128K
bytedance-seed/seedream-4.5Host model bytedance-seed/seedream-4.5128K
bytedance-seed/seedream-5-0-liteHost model bytedance-seed/seedream-5-0-lite128K
bytedance-seed/seedream-5-0-proHost model bytedance-seed/seedream-5-0-pro128K
google/gemini-3.1-flash-imageHost model google/gemini-3.1-flash-image131K
google/gemini-3.1-flash-image-previewHost model google/gemini-3.1-flash-image-preview66K
google/gemini-3.1-flash-lite-imageHost model google/gemini-3.1-flash-lite-image66K
google/gemini-2.5-flash-imageHost model google/gemini-2.5-flash-image33K
google/gemini-3-pro-imageHost model google/gemini-3-pro-image131K
google/gemini-3-pro-image-previewHost model google/gemini-3-pro-image-preview66K
krea/krea-2-largeHost model krea/krea-2-large128K
krea/krea-2-mediumHost model krea/krea-2-medium128K
krea/krea-2-medium-turboHost model krea/krea-2-medium-turbo128K
meta/muse-imageHost model meta/muse-image128K
microsoft/mai-image-2.5Host model microsoft/mai-image-2.5128K
microsoft/mai-image-2.5-proHost model microsoft/mai-image-2.5-pro128K
openai/gpt-5.4-image-2Host model openai/gpt-5.4-image-2272K
openai/gpt-5-imageHost model openai/gpt-5-image400K
openai/gpt-5-image-miniHost model openai/gpt-5-image-mini400K
openai/gpt-image-1Host model openai/gpt-image-1128K
openai/gpt-image-1-miniHost model openai/gpt-image-1-mini128K
openai/gpt-image-2Host model openai/gpt-image-2128K
qwen/qwen-image-3Host model qwen/qwen-image-3128K
qwen/qwen-image-3-proHost model qwen/qwen-image-3-pro128K
recraft/recraft-v3Host model recraft/recraft-v31K
recraft/recraft-v4Host model recraft/recraft-v4128K
recraft/recraft-v4.1Host model recraft/recraft-v4.1128K
recraft/recraft-v4.1-proHost model recraft/recraft-v4.1-pro128K
recraft/recraft-v4.1-pro-vectorHost model recraft/recraft-v4.1-pro-vector128K
recraft/recraft-v4.1-utilityHost model recraft/recraft-v4.1-utility128K
recraft/recraft-v4.1-utility-proHost model recraft/recraft-v4.1-utility-pro128K
recraft/recraft-v4.1-vectorHost model recraft/recraft-v4.1-vector128K
recraft/recraft-v4-proHost model recraft/recraft-v4-pro128K
recraft/recraft-v4-pro-vectorHost model recraft/recraft-v4-pro-vector128K
recraft/recraft-v4-stylesHost model recraft/recraft-v4-styles128K
recraft/recraft-v4-styles-proHost model recraft/recraft-v4-styles-pro128K
recraft/recraft-v4-styles-pro-vectorHost model recraft/recraft-v4-styles-pro-vector128K
recraft/recraft-v4-styles-vectorHost model recraft/recraft-v4-styles-vector128K
recraft/recraft-v4-vectorHost model recraft/recraft-v4-vector128K
sourceful/riverflow-v2.5-fastHost model sourceful/riverflow-v2.5-fast128K
sourceful/riverflow-v2.5-proHost model sourceful/riverflow-v2.5-pro128K
sourceful/riverflow-v2-fastHost model sourceful/riverflow-v2-fast128K
sourceful/riverflow-v2-proHost model sourceful/riverflow-v2-pro128K
x-ai/grok-imagine-image-qualityHost model x-ai/grok-imagine-image-quality8K
x-ai/grok-imagine-image-2.0Host model x-ai/grok-imagine-image-2.08K
alibaba/happyhorse-1.0Host model alibaba/happyhorse-1.0128K
alibaba/happyhorse-1.1Host model alibaba/happyhorse-1.1128K
alibaba/wan-2.6Host model alibaba/wan-2.6128K
alibaba/wan-2.7Host model alibaba/wan-2.7128K
alibaba/wan-3.0Host model alibaba/wan-3.0128K
alibaba/wan-3.0-primeHost model alibaba/wan-3.0-prime128K
black-forest-labs/flux-3-videoHost model black-forest-labs/flux-3-video128K
black-forest-labs/flux-video-upscaleHost model black-forest-labs/flux-video-upscale128K
bytedance/seedance-1-5-proHost model bytedance/seedance-1-5-pro128K
bytedance/seedance-2.0Host model bytedance/seedance-2.0128K
bytedance/seedance-2.0-fastHost model bytedance/seedance-2.0-fast128K
bytedance/seedance-2.0-miniHost model bytedance/seedance-2.0-mini128K
bytedance/seedance-2.5Host model bytedance/seedance-2.5128K
google/veo-3.1Host model google/veo-3.10K
google/veo-3.1-fastHost model google/veo-3.1-fast0K
google/veo-3.1-liteHost model google/veo-3.1-lite128K
heygen/avatar-ivHost model heygen/avatar-iv128K
kwaivgi/kling-video-o1Host model kwaivgi/kling-video-o1128K
kwaivgi/kling-v3.0-proHost model kwaivgi/kling-v3.0-pro128K
kwaivgi/kling-v3.0-stdHost model kwaivgi/kling-v3.0-std128K
minimax/hailuo-3Host model minimax/hailuo-3128K
minimax/hailuo-2.3Host model minimax/hailuo-2.3128K
openai/sora-2-proHost model openai/sora-2-pro128K
runway/aleph-2Host model runway/aleph-2128K
runway/gen-4.5Host model runway/gen-4.5128K
x-ai/grok-imagine-videoHost model x-ai/grok-imagine-video1K
x-ai/grok-imagine-video-1.5Host model x-ai/grok-imagine-video-1.51K
canopylabs/orpheus-3b-0.1-ftHost model canopylabs/orpheus-3b-0.1-ft128K
deepgram/aura-2Host model deepgram/aura-2128K
deepgram/flux-tts:freeHost model deepgram/flux-tts:free128K
deepgram/nova-3Host model deepgram/nova-3128K
fish-audio/s1Host model fish-audio/s1128K
fish-audio/s2.1-proHost model fish-audio/s2.1-pro128K
fish-audio/s2.1-pro-free:freeHost model fish-audio/s2.1-pro-free:free128K
fish-audio/s2-proHost model fish-audio/s2-pro128K
fish-audio/transcribe-1Host model fish-audio/transcribe-1128K
google/chirp-3Host model google/chirp-3128K
google/gemini-3.1-flash-tts-previewHost model google/gemini-3.1-flash-tts-preview8K
google/lyria-3-clip-previewHost model google/lyria-3-clip-preview1.048576M
google/lyria-3-pro-previewHost model google/lyria-3-pro-preview1.048576M
hexgrad/kokoro-82mHost model hexgrad/kokoro-82m128K
microsoft/mai-transcribe-1.5Host model microsoft/mai-transcribe-1.5128K
microsoft/mai-voice-2Host model microsoft/mai-voice-2128K
microsoft/mai-voice-2-flashHost model microsoft/mai-voice-2-flash128K
minimax/speech-2.8-hdHost model minimax/speech-2.8-hd128K
minimax/speech-2.8-turboHost model minimax/speech-2.8-turbo128K
mistralai/voxtral-mini-3b-2507Host model mistralai/voxtral-mini-3b-2507128K
mistralai/voxtral-mini-transcribeHost model mistralai/voxtral-mini-transcribe128K
mistralai/voxtral-mini-tts-2603Host model mistralai/voxtral-mini-tts-2603128K
mistralai/voxtral-small-24b-2507-sttHost model mistralai/voxtral-small-24b-2507-stt128K
nvidia/nemotron-3.5-asr-streaming-multilingual-0.6bHost model nvidia/nemotron-3.5-asr-streaming-multilingual-0.6b128K
nvidia/parakeet-tdt-0.6b-v3Host model nvidia/parakeet-tdt-0.6b-v3128K
openai/gpt-4o-mini-transcribeHost model openai/gpt-4o-mini-transcribe16K
openai/gpt-4o-transcribeHost model openai/gpt-4o-transcribe16K
openai/gpt-audioHost model openai/gpt-audio128K
openai/gpt-audio-miniHost model openai/gpt-audio-mini128K
openai/gpt-transcribeHost model openai/gpt-transcribe128K
openai/whisper-1Host model openai/whisper-1128K
openai/whisper-large-v3Host model openai/whisper-large-v30K
openai/whisper-large-v3-turboHost model openai/whisper-large-v3-turbo0K
qwen/qwen3-asr-0.6bHost model qwen/qwen3-asr-0.6b128K
qwen/qwen3-asr-1.7bHost model qwen/qwen3-asr-1.7b128K
qwen/qwen3-asr-flash-2026-02-10Host model qwen/qwen3-asr-flash-2026-02-10128K
qwen/qwen-audio-3.0-tts-flashHost model qwen/qwen-audio-3.0-tts-flash128K
qwen/qwen-audio-3.0-tts-plusHost model qwen/qwen-audio-3.0-tts-plus128K
sesame/csm-1bHost model sesame/csm-1b128K
x-ai/grok-stt-1.0Host model x-ai/grok-stt-1.0128K
x-ai/grok-voice-tts-1.0Host model x-ai/grok-voice-tts-1.0128K
baai/bge-base-en-v1.5Host model baai/bge-base-en-v1.5128K
baai/bge-large-en-v1.5Host model baai/bge-large-en-v1.5128K
baai/bge-m3Host model baai/bge-m38K
cohere/rerank-4-fastHost model cohere/rerank-4-fast128K
cohere/rerank-4-proHost model cohere/rerank-4-pro128K
cohere/rerank-v3.5Host model cohere/rerank-v3.54K
google/gemini-embedding-001Host model google/gemini-embedding-0018K
google/gemini-embedding-2Host model google/gemini-embedding-28K
google/gemini-embedding-2:batchHost model google/gemini-embedding-2:batch128K
google/gemini-embedding-2-previewHost model google/gemini-embedding-2-preview128K
intfloat/e5-base-v2Host model intfloat/e5-base-v2128K
intfloat/e5-large-v2Host model intfloat/e5-large-v21K
intfloat/multilingual-e5-largeHost model intfloat/multilingual-e5-large128K
liquid/lfm-2.5-embedding-350m:freeHost model liquid/lfm-2.5-embedding-350m:free128K
mistralai/codestral-embed-2505Host model mistralai/codestral-embed-2505128K
mistralai/mistral-embed-2312Host model mistralai/mistral-embed-2312128K
nvidia/llama-nemotron-embed-vl-1b-v2:freeHost model nvidia/llama-nemotron-embed-vl-1b-v2:free128K
nvidia/llama-nemotron-rerank-vl-1b-v2:freeHost model nvidia/llama-nemotron-rerank-vl-1b-v2:free128K
nvidia/nemotron-3-embed-1b:freeHost model nvidia/nemotron-3-embed-1b:free128K
openai/text-embedding-3-largeHost model openai/text-embedding-3-large8K
openai/text-embedding-3-large:batchHost model openai/text-embedding-3-large:batch128K
openai/text-embedding-3-smallHost model openai/text-embedding-3-small8K
openai/text-embedding-3-small:batchHost model openai/text-embedding-3-small:batch128K
openai/text-embedding-ada-002Host model openai/text-embedding-ada-0028K
openai/text-embedding-ada-002:batchHost model openai/text-embedding-ada-002:batch128K
perplexity/pplx-embed-v1-0.6bHost model perplexity/pplx-embed-v1-0.6b32K
perplexity/pplx-embed-v1-4bHost model perplexity/pplx-embed-v1-4b32K
qwen/qwen3-reranker-8bHost model qwen/qwen3-reranker-8b128K
qwen/qwen3-embedding-4bHost model qwen/qwen3-embedding-4b32K
qwen/qwen3-embedding-8bHost model qwen/qwen3-embedding-8b33K
sentence-transformers/all-minilm-l12-v2Host model sentence-transformers/all-minilm-l12-v2128K
sentence-transformers/all-minilm-l6-v2Host model sentence-transformers/all-minilm-l6-v2128K
sentence-transformers/all-mpnet-base-v2Host model sentence-transformers/all-mpnet-base-v2128K
sentence-transformers/multi-qa-mpnet-base-dot-v1Host model sentence-transformers/multi-qa-mpnet-base-dot-v11K
sentence-transformers/paraphrase-minilm-l6-v2Host model sentence-transformers/paraphrase-minilm-l6-v2128K
thenlper/gte-baseHost model thenlper/gte-base128K
thenlper/gte-largeHost model thenlper/gte-large128K
voyageai/rerank-2.5Host model voyageai/rerank-2.5128K
voyageai/rerank-2.5-liteHost model voyageai/rerank-2.5-lite128K
voyageai/voyage-4Host model voyageai/voyage-4128K
voyageai/voyage-4-largeHost model voyageai/voyage-4-large128K
voyageai/voyage-4-liteHost model voyageai/voyage-4-lite128K
voyageai/voyage-code-4Host model voyageai/voyage-code-4128K
voyageai/voyage-multimodal-3.5Host model voyageai/voyage-multimodal-3.5128K

Pricing

One flat plan. Every model.

No per-token math, no model-tier markup. Pick the cap that fits your workload — the whole fleet is included on every plan.

Lite
$10 /mo
  • 10M tokens per 6 hours
  • 50M tokens per day
  • 10 requests per minute
  • All models, full context
Start with Lite
Pro
$25 /mo
  • 50M tokens per 6 hours
  • 150M tokens per day
  • 30 requests per minute
  • All models, full context
Go Pro
Max
$50 /mo
  • 125M tokens per 6 hours
  • 400M tokens per day
  • 50 requests per minute
  • All models, full context
Start with Max
Unlimited
$100 /mo
  • No token limits
  • 100 requests per minute
  • All models, full context
  • Priority routing lane
Start with Unlimited

The dark is fast.

Every model in the fleet, from ten dollars a month.