claude-opus-5-5 β API, Pricing & Context Window | Vivgrid
Run Anthropic's claude-opus-5-5 on Vivgrid: the latest Opus model for long-running agentic coding, with a 1M-token context window, 128K max output, and geo-distributed acceleration.
claude-opus-5-5 is the latest model in Anthropic's Opus tier, built for long-running agentic coding and knowledge work. It keeps the 1M-token context window and 128K-token max output of claude-opus-5, runs with always-on adaptive thinking, and costs less per token than the model it succeeds.
On Vivgrid, claude-opus-5-5 is served through the native Messages API (/messages) with geo-distributed acceleration across AMER, EMEA, and APAC. It uses the same unified Vivgrid API key as the rest of the catalog, so moving an agent from claude-opus-5 is a model-string change.
Specifications
| Provider | Anthropic |
| Model ID | claude-opus-5-5 |
| Best for | Coding |
| Context window | 1,000,000 tokens |
| Max output | 128,000 tokens |
| Modalities | Text, Image |
| Tool / function calling | Yes |
| Knowledge cutoff | 2026-06 |
| Acceleration | β‘ Geo-Distributed β AMER, EMEA, APAC |
Pricing
Pricing in USD per 1M tokens, matching the provider's rates.
| Input | Cached input | Output |
|---|---|---|
| $4.00 | $0.20 | $20.00 |
Quick start
Call claude-opus-5-5 through Vivgrid's unified, OpenAI-compatible endpoint. Get an API key from the Vivgrid Console.
curl https://api.vivgrid.com/v1/messages \
-H "Authorization: Bearer $VIVGRID_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "claude-opus-5-5",
"max_tokens": 1024,
"messages": [
{ "role": "user", "content": "Say hello in English, Chinese and Spanish." }
],
"stream": true
}'Prompt caching is billed at $5.00 per 1M cache-write tokens on the 5-minute TTL and $8.00 per 1M on the 1-hour TTL, with cached reads at $0.20.
Ideal use cases
- Long-running coding agents and autonomous software development
- Whole-codebase analysis, migration, and large refactoring projects
- Knowledge work that chains many tool calls across a long session
- Teams on
claude-opus-5looking for the same context budget at a lower price
Related models
- claude-fable-5-1 β Anthropic's most capable model
- claude-opus-5 β the prior Opus release
- gpt-6-sol β OpenAI's balanced gpt-6 model
claude-fable-5
Run Anthropic's claude-fable-5 on Vivgrid: the first Fable-tier Claude model, with a 1M-token context window, 128K max output, and geo-distributed acceleration.
claude-opus-5
Run Anthropic's claude-opus-5 on Vivgrid: the flagship Opus coding model with a 1M-token context window, 128K max output, and worldwide geo-distributed acceleration.