Anthropic: Claude Opus 4.1

Pricing, context window and lifecycle for anthropic/claude-opus-4.1, tracked from what the vendor publishes.

2026-08-05 - this model has a published shutdown date. If your product calls it, you have a migration deadline.

2027-01-08 - this model is still served on AWS Bedrock after its vendor stopped serving it. Which date applies to you depends on where you call it, not on which one is newer.

To find every place that calls it before then:

curl -sO https://neosignal-ai.vercel.app/check.py
python check.py .

It names every model your repository calls that is already gone, and exits non-zero so the next one fails the build instead of production.

Price per million tokens

Input$15.00
Output$75.00
Cache read$1.50
Cache write$18.75

Facts

Model IDanthropic/claude-opus-4.1
VendorAnthropic
Context window200,000 tokens
Knowledge cutoff2025-01-31
End of life2026-08-05
Date fromvendor deprecation page
Also served onAWS Bedrock
AWS Bedrock end of life2027-01-08

Supported parameters

include_reasoning, max_completion_tokens, max_tokens, reasoning, response_format, stop, structured_outputs, temperature, tool_choice, tools, top_k, top_p

Other Anthropic models