gilly.space
Field guide · Claude lineup Specs verified 2026-08-02 Selected: Claude Opus 5

The Model
Sequence.

Four models, plotted the way an astronomer would: capability against latency, priced by point size. It's not quite a main sequence — more of a giant branch — but the physics of the tradeoff is real. Pick a star and the whole guide follows.

◀ FASTER · RESPONSE LATENCY · SLOWER ▶ CAPABILITY ▶ FASTEST FAST MODERATE SLOWER CLAUDE MYTHOS 5 · SAME SPECS · INVITATION-ONLY (PROJECT GLASSWING) HAIKU 4.5 $1 / $5 SONNET 5 $3 / $15 OPUS 5 $5 / $25 FABLE 5 $10 / $50 POINT SIZE ∝ PRICE PER MTOK DASHED RING = INVITATION-ONLY TWIN
CLICK OR TAB TO A STAR — THE CARD, CONSOLE & SNIPPET BELOW FOLLOW YOUR SELECTION
01 · Object of interest Spectral card Pricing & specs from the Claude Platform docs
02 · Spectrograph Feed in a task, read out a model Answer all three; the verdict updates live
Q1 — How hard is the task, honestly?
Q2 — What are you optimizing?
Q3 — Any scale factors?
03 · Throttle The effort parameter One dial, five stops — it shapes every token, thinking and tool calls included
high

Typical use
Token spend
Tool behavior
Available on

response = client.messages.create(
    model="claude-opus-5",
    max_tokens=4096,
    messages=[{"role": "user", "content": prompt}],
    output_config={"effort": "high"},  # the whole trick
)

Gotchas worth memorizing

  • "high" is the default — setting it explicitly behaves exactly like omitting the parameter.
  • Hold effort constant within a conversation — changing it between requests invalidates prompt caching.
  • It's a behavioral signal, not a hard budget — at low effort, Claude still thinks on genuinely hard problems, just less.
  • Lower effort means fewer, terser tool calls — operations get combined and preambles vanish.
  • On Opus 5, effort tunes thinking volume, not reply length — if you want shorter answers, prompt for length. And at xhigh/max, thinking can't be disabled.
  • Where you set it: the API (output_config) and Claude Code. In claude.ai it mostly stays behind the curtain.
04 · Observing proposals Thirty tasks from your actual week Recommendations are this guide's judgment, applying the official guidance
Nothing matches — clear the search or switch category.
05 · The catalog Side by side Click a column header to sort
Model $ In/MTok $ Out/MTok Context Max output Latency Knowledge cutoff Thinking Effort levels

* Sonnet 5 intro pricing — $2 in / $10 out — runs through Aug 31, 2026, then $3 / $15. Batch API discounts apply on top for all models.