Back
AnthropicClaude API
We've launched Claude Opus 4.7, our most capable widely released model for complex reasoning and agentic…
AI summary
Written by AI from the official notes. Check them for exact details.Claude Opus 4.7 has been released with improvements for complex reasoning, new features, and API changes.
- Claude Opus 4.7 is now available for complex reasoning and agentic coding.
- Task budgets in beta allow for better management of agentic loops.
- High-resolution image input increased to 2576 pixels for improved analysis.
- New
xhigheffort level supports long-running tasks with large token budgets.
Why it matters: Developers and users of AI tools should consider upgrading to leverage new capabilities and features.
Full release notes5 changes
- We've launched Claude Opus 4.7, our most capable widely released model for complex reasoning and agentic coding, at the same $5 / $25 per MTok pricing as Opus 4.6. See What's new in Claude Opus 4.7 for capability improvements, new features, and the updated tokenizer. Opus 4.7 includes API breaking changes versus Opus 4.6; see the migration guide before upgrading.
- Claude in Amazon Bedrock is now open to all Amazon Bedrock customers. Claude Opus 4.7 and Claude Haiku 4.5 are available self-serve from the Bedrock console through the Messages API endpoint at
/anthropic/v1/messages, in 27 AWS regions with global and regional endpoints. - We've launched task budgets in beta on Claude Opus 4.7. Give Claude an advisory token budget for a full agentic loop (thinking, tool calls, tool results, and output) and the model sees a running countdown, using it to prioritize work and finish gracefully as the budget is consumed. Include the
task-budgets-2026-03-13beta header in your requests. - Claude Opus 4.7 supports high-resolution image input, raising the maximum image resolution from 1568 to 2576 pixels on the long edge for improved performance on computer use, screenshot understanding, and document analysis. High-resolution support is automatic and requires no beta header; images may use up to approximately 3x more image tokens than on prior models.
- We've added the
xhigheffort level on Claude Opus 4.7.xhighsits betweenhighandmaxand is tuned for long-running agentic and coding tasks (over 30 minutes) with token budgets in the millions. No beta header is required.