proomt

Search

Search posts, papers, and topics

All posts

VercelRohan Taneja2 min readrelease notesintermediate

Claude Opus 5.5 now available on AI Gateway

Summary

Claude Opus 5.5 is now on Vercel AI Gateway, delivering ~30% speed and ~40% cost gains over Opus 5, a 1 M‑token context, and breaking API changes that require adaptive thinking and structured outputs. It can be accessed via Vercel’s SDKs, OpenAI‑compatible endpoint, and coding agents, with optional fast mode and regional/ZDR controls.

  • Opus 5.5 is ~30% faster and ~40% cheaper per task than Opus 5, with a 1 M‑token context window and up to 128 K output tokens.
  • The model no longer accepts requests that disable thinking or force a tool call; steer behavior via effort, prompting, and structured outputs.
  • Vercel AI Gateway exposes the model through its SDKs, OpenAI‑compatible Chat Completions API, and coding agents, with an optional fast mode (`speed: 'fast'`).
  • Regional inference and Zero Data Retention can be enabled per request to meet compliance needs.

Engineers building AI‑powered applications need to know the new cost/performance profile, breaking API changes, and how to integrate the model via Vercel's unified gateway.

5/10

Related reading

  1. Claude Opus 5.5

    Claude Opus 5.5 is Anthropic’s latest LLM, positioned to match Claude Fable 5.1 on most tasks while cutting compute cost by ~40% and latency by >30%. It ships with the same safety guardrails as the top‑tier models, scores best on Anthropic’s internal alignment audit, and shows measurable gains on coding‑heavy benchmarks (e.g., 66.4% on Agentic‑coding Terminal‑Bench vs 52.3% for Opus 5). Pricing d…

    Hacker News front pageanthropic.com15 minreleaseHN1292854
  2. GLM 5.3 FlashX now available on AI Gateway

    Vercel AI Gateway now offers the GLM‑5.3‑FlashX model, a fast (~200 tps) multimodal coding LLM. The post includes a TypeScript streaming example, notes the model’s fit for coding agents and interactive tools, and lists AI Gateway features (unified API, usage tracking, retries/failover, custom reporting, key budgets, routing rules) with no platform fee.

    Vercelvercel.com1 minrelease
  3. GPT-6 Sol and Luna now available on AI Gateway

    Vercel adds OpenAI’s GPT‑6 Sol and Luna models to its AI Gateway. Sol targets complex, high‑quality coding and professional workflows; Luna is a cheaper, high‑throughput option. Both are accessible via Vercel’s AI SDK, OpenAI‑compatible APIs, and coding agents, with example TypeScript usage and CLI setup instructions.

    Vercelvercel.com1 minrelease
  4. Gemini 3.8 Live models now available on AI Gateway

    Vercel AI Gateway now offers Google’s Gemini 3.8 Live and Live Extended Thinking models through its realtime WebSocket API, enabling real‑time spoken interactions with audio output and parallel reasoning. The post includes a short TypeScript example for token acquisition, WebSocket setup, and handling of realtime events.

    Vercelvercel.com1 minrelease
  5. MiMo V2.6 models now available on AI Gateway

    Vercel AI Gateway now offers three Xiaomi MiMo V2.6 models (Pro, Flash, Pro UltraSpeed) with up to 1 M token context, 1 T total parameters (42 B active per token) for Pro, 309 B total (15 B active) for Flash, and a 20× speed variant. The models support multimodal inputs and can be used via Vercel’s unified API and CLI for coding agents.

    Vercelvercel.com1 minrelease