Claude Opus 5.5 now available on AI Gateway
Claude Opus 5.5 reaches Vercel AI Gateway with stronger long-run agent positioning, but adaptive thinking and retired forced tool use can break existing requests with HTTP 400s.
Claude **Opus 5.5** is available on AI Gateway with a **1M-token context window** and up to **128K output tokens**. Anthropic says it matches Fable 5.1 while running about 30% faster and costing about 40% less per task than Opus 5.
Audit harnesses before switching: fixed or disabled thinking is rejected, and forced tool selection is retired. Steer thinking with effort and prompts; use structured outputs for JSON, and add retry handling when the model skips a requested tool.
Claude **Opus 5.5** is available on AI Gateway with a **1M-token context window** and up to **128K output tokens**. Anthropic says it matches Fable 5.1 while running about 30% faster and costing about 40% less per task than Opus 5. Audit harnesses before switching: fixed or disabled thinking is rejected, and forced tool selection is retired. Steer thinking with effort and prompts; use structured outputs for JSON, and add retry handling when the model skips a requested tool. The speed and cost figures are provider claims, not results from the supplied material. Adaptive thinking and non-forced tools also reduce deterministic control, so production migrations need error-path and tool-selection tests.
This adds a high-capacity long-run agent option but makes migration behavior, not the provider’s speed and cost claims, the immediate engineering concern. Existing harnesses may fail because fixed thinking is rejected and forced tool selection is gone; production adoption therefore depends on request compatibility, structured-output validation, skipped-tool retries, and matched workload results.