Skip to content

Models

Consortium runs models on two independent planes. Which one you’re on decides both the model list and the bill.

PlaneModel listWho bills you
ManagedThe catalog belowConsortium, from your credit wallet
BYOKWhatever your own account or subscription offersYour provider, directly

The live managed catalog is served at GET /v1/models — no auth required. The app filters its pickers against it, so an entry below can be temporarily hidden when an upstream provider is unavailable.

Prices are per 1M tokens, in US dollars. These are provider list prices; managed billing applies a markup on top (see Pricing & credits).

ModelContextInputCached inputOutput
claude-opus-4-7200K$15.00$1.50$75.00
claude-sonnet-4-6200K$3.00$0.30$15.00
claude-haiku-4-5-20251001200K$1.00$0.10$5.00
ModelContextInputCached inputOutput
gpt-5$1.25$0.13$10.00
gpt-5-codex$1.25$10.00
gpt-5-mini$0.25$0.03$2.00
gpt-5-nano$0.05$0.01$0.40
o4-mini$1.10$0.28$4.40
ModelContextInputCached inputOutput
gemini-2.5-pro1M$1.25$10.00
gemini-2.5-flash1M$0.15$0.60

A dash means the value isn’t published for that model. Cached input applies only where the provider supports prompt caching; Consortium bills cache reads and cache writes separately, and input token counts always exclude cached tokens.

Available on every plan within the free allowance — 250K tokens per rolling 4 hours on Free. See Pricing & credits.

ModelNotes
big-pickleDefault cold-start model for Consortium Code
nemotron-3-super-free
cloud-freeRotating free model; falls back automatically

Free-model usage is metered but never debits your wallet.

Some IDs track a moving upstream instead of a fixed revision.

  • claude-opus-4-7 serves the latest Opus 4.x upstream and is not pinned to a revision. Use it when you want automatic minor upgrades.
  • Fully dated IDs like claude-haiku-4-5-20251001 pin one release. Use these when a workflow needs byte-stable behavior across runs.
  • cloud-free is a rotating alias, not a model — see the caution above.

Pin a dated ID for anything you benchmark, evaluate, or bill a customer for. Track a moving ID for everything else.

Agents that wrap a vendor CLI expose that vendor’s model list, not the managed catalog. These run under BYOK or the agent’s own subscription auth, so they’re billed by the provider and priced by your plan with them — not by the table above.

AgentModels offeredDefault
Claude Codedefault, claude-opus-4-8, claude-opus-4-7, claude-sonnet-5, claude-sonnet-4-5, claude-haiku-4-5, claude-fable-5, adaptivedefault (CLI decides)
Codexgpt-5.5, gpt-5.4, gpt-5.3-codex (each at minimal/low/medium/high effort), gpt-5.4-mini, gpt-5.3-codex-spark, gpt-5.2gpt-5.5 (medium)
Geminigemini-2.5-pro, gemini-2.5-flash, gemini-2.5-flash-litegemini-2.5-pro
Grokgrok-build, grok-code-fast-1, grok-4, grok-4-fastgrok-build
Consortium CodeFree models above + the managed catalogbig-pickle
PiAnthropic modelsclaude-opus-4-8

Pickers filter live: options that need credits are labeled, and options from your connected accounts appear once the machine’s CLI has probed them.

Use the agent’s default unless you have a reason not to. For long, tool-heavy runs the small variants — haiku, a mini or spark class, flash — usually hold up well at a fraction of the cost.