Claude Opus 5.5 on Vidman AI
claude-opus-5-5
1.0M context125K max outputVisionTool callingCachingalways reasoning
Pricing
₹ per 1M tokens · as of 26 September 2026| Input | ₹384 |
| Output | ₹1920 |
| Cached input | ₹19 |
| Cache write · 5 min | ₹480 |
| Cache write · 1 hour | ₹768 |
Flat rate — every request bills the same. Rupee prices use a fixed ₹96/USD conversion and round to the nearest ₹1. Full catalog and comparisons on the pricing comparison page.
About this model
Anthropic Claude Opus 5.5, served by AWS Bedrock. Adaptive reasoning is always on; tool choice auto/none.
Not sure? Vidman AI Adaptive routes to the best model per request, including this one.
Model specifications
API data- Modality
- Text
- Context
- 10,00,000 tokens
- Maximum output
- 1,28,000 tokens
- Reasoning
- Always
- Effort levels
- low, medium, high, xhigh, max
- Default effort
- medium
- Caching
- Platform managed
- Cache minimum
- None
- Cache TTL
- 5m / 1h
- Route
- Partner
From the serverless catalog, fetched 26 September 2026.
Measured performance
API observations over 7d; not an SLA.
- TTFT p50
- 6,000 ms
- TTFT p95
- 12,000 ms
- Throughput p50
- 200 tok/s
- Throughput average
- 86.7 tok/s
Call it now — OpenAI-compatible
curl https://api.vidman.ai/v1/chat/completions \
-H "Authorization: Bearer $VIDMAN_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "claude-opus-5-5",
"messages": [{ "role": "user", "content": "Hello" }]
}'Existing OpenAI SDK code works by changing the base URL to https://api.vidman.ai/v1 and the key.