Claude Opus 4.7 (April 16, 2026): /ultrareview, Auto Mode for Max, xhigh Effort Level, and a Better SWE Score
Anthropic released Claude Opus 4.7 on April 16, 2026. Pricing is unchanged at $5/$25 MTok; the model improves SWE-bench-class coding, ships a new /ultrareview slash command in Claude Code, extends auto mode to Max users, and introduces xhigh as the new default effort level.
Editorial Team
The AI Coding Tools Directory editorial team researches and reviews AI-powered development tools to help developers find the best solutions for their workflows.
Anthropic released Claude Opus 4.7 on April 16, 2026 at the same $5 / $25 per MTok price as Opus 4.6. The headline isn't a price cut — it's a coding-quality bump plus three workflow changes inside Claude Code: a new /ultrareview slash command, auto mode extended to Max users, and a new xhigh effort level that becomes the default across all plans.
Anthropic's terminal-based AI coding agent with Claude Opus 4.7, /ultrareview, Routines, /ultraplan, and 80.9% SWE-bench
TL;DR
- Released: April 16, 2026. API model ID:
claude-opus-4-7. Pricing: $5 / $25 per MTok (unchanged from 4.6).- Coding: notable improvement on Opus 4.6 in advanced software engineering; ~13% gain on one 93-task internal benchmark (cited in the announcement), with four tasks no prior Opus or Sonnet 4.6 could solve.
- Vision: images up to 2,576 px on the long edge (~3.75 MP), more than 3× prior capacity.
- Memory: improved file system-based memory for multi-session work.
- Claude Code adds:
/ultrareviewslash command, auto mode for Max users,xhighas the new default effort level.- Available on: Claude.ai, Anthropic API, Amazon Bedrock, Google Cloud Vertex AI, Microsoft Foundry.
Quick Answer
If you're already on Opus 4.6, the upgrade math is simple: same price, better software engineering, better long-multimodal handling, better instruction following. The Claude Code surface changes are the part most worth your attention — /ultrareview plus the v2.1.120 non-interactive claude ultrareview subcommand means cloud code review can now run in CI on top of a sharper model. xhigh becoming the default effort level means baseline output quality on Claude Code is going up even if you change nothing.
What's New in Opus 4.7
Software-engineering gains
Anthropic's framing is that Opus 4.7 has a "notable improvement on Opus 4.6 in advanced software engineering." The headline number cited in the launch is from a partner benchmark — ~13% gain on a 93-task internal coding suite, including four tasks no prior Opus or Sonnet 4.6 could solve. SWE-bench-style numbers from the official model card and benchmark partners will fill in the broader picture, but the direction is clear: 4.7 is meaningfully stronger on long-horizon coding work.
Vision: 2,576 px long edge (~3.75 MP)
Vision capacity jumps from prior 800-ish-px maxes to 2,576 pixels on the long edge — about 3.75 megapixels — more than 3× the prior limit. For developer workflows, that's the difference between giving Claude a screenshot of an entire architecture diagram or design system and giving it a thumbnail.
Better instruction following and file-system memory
Two quieter but high-leverage changes:
- Substantially better instruction following — tighter adherence to constraints, especially in multi-step plans.
- Improved file system-based memory for multi-session work — better at maintaining context across long-running projects when memory is rooted in real files rather than a transcript.
Pricing
Pricing is unchanged from Opus 4.6: $5 per million input tokens / $25 per million output tokens. Opus 4.7 is a same-price upgrade, which is the friendliest possible release shape for teams already running Opus 4.6 in production.
Claude Code Adds /ultrareview, Auto Mode for Max, and xhigh Default
The model launch lands with three Claude Code workflow additions:
/ultrareview slash command
/ultrareview is a dedicated cloud code-review session — the interactive counterpart to the non-interactive claude ultrareview CI subcommand. Run it inside Claude Code to spawn a focused review pass on the current branch or a PR target. With Opus 4.7 underneath, the review side now has a sharper model than the day-to-day claude session — a standard "use a stronger model for review than for the first draft" pattern.
Auto mode extended to Max users
Auto mode lets Claude make routine decisions on its own — choosing tools, accepting low-risk changes, advancing through plans without prompting at every step — and was previously gated to a narrower audience. With Opus 4.7, Claude Max users get auto mode in Claude Code. If you've been bouncing between explicit-prompt mode and full agent mode, auto sits in the middle.
xhigh is the new default effort level
xhigh ("extra high") slots between high and max and becomes the default effort level across all plans with Opus 4.7. Practically:
- You get higher baseline reasoning depth on Claude Code without changing your config.
maxis still available when you explicitly want it for a hard problem.- Skills can branch on the active effort via
${CLAUDE_EFFORT}(added in v2.1.120) — useful if you have skills that should behave differently atxhighvslow.
Availability
| Surface | Available at launch |
|---|---|
| Claude.ai | Yes |
Anthropic API (claude-opus-4-7) |
Yes |
| Amazon Bedrock | Yes |
| Google Cloud Vertex AI | Yes |
| Microsoft Foundry | Yes |
How Opus 4.7 Compares to Opus 4.6
| Capability | Opus 4.6 | Opus 4.7 |
|---|---|---|
| API model ID | claude-opus-4-6 |
claude-opus-4-7 |
| Pricing per MTok (in / out) | $5 / $25 | $5 / $25 (unchanged) |
| Context window | 1M tokens | 1M tokens |
| Software-engineering quality | Strong | Notably improved |
| Vision long-edge cap | ~800 px-class | 2,576 px (~3.75 MP) |
| File-system memory across sessions | Supported | Improved |
| Default effort level (Claude Code) | high |
xhigh |
| Auto mode in Claude Code | Limited audiences | Extended to Max users |
/ultrareview slash command |
n/a | Yes |
For a side-by-side that includes other frontier models, see our Opus 4.5 vs GPT-5.1 Codex Max vs Gemini 3 Pro comparison and Opus 4.6 vs Opus 4.5.
OpenAI's first unified reasoning model: 70.1% SWE-bench, 400K context, and $1.25/$10 per MTok
Migration Notes
- Code changes: drop-in. Switch the model ID to
claude-opus-4-7in your Anthropic SDK calls; pricing math stays the same as 4.6. - Claude Code users: run
claude updateto pick up/ultrareview, auto mode availability changes, and thexhighdefault. Combine with the v2.1.120–v2.1.123 release for the full late-April surface. - Effort budgeting: if you have cost-sensitive workloads, note that
xhighas the new default may use more output tokens thanhigh. Pineffort: high(orlow) where cost matters more than ceiling quality.
Sources
- Anthropic news — Claude Opus 4.7: anthropic.com/news/claude-opus-4-7
- Claude Code changelog (for
/ultrareview, auto mode,xhigh): code.claude.com/docs/en/changelog - Claude Code v2.1.120–v2.1.123 update: /blog/claude-code-2-1-120-april-2026-update
For broader model context, see our beginner's guide to top AI models, Claude vs GPT for coding, and how to use Claude Opus 4.5.
Tools Mentioned in This Article
Free Resource
2026 AI Coding Tools Comparison Chart
Side-by-side comparison of features, pricing, and capabilities for every major AI coding tool.
No spam, unsubscribe anytime.
Workflow Resources
Cookbook
AI-Powered Code Review & Quality
Automate code review and enforce quality standards using AI-powered tools and agentic workflows.
Cookbook
Building AI-Powered Applications
Build applications powered by LLMs, RAG, and AI agents using Claude Code, Cursor, and modern AI frameworks.
Cookbook
Building APIs & Backends with AI Agents
Design and build robust APIs and backend services with AI coding agents, from REST to GraphQL.
Cookbook
Debugging with AI Agents
Systematically debug complex issues using AI coding agents with structured workflows and MCP integrations.
MCP Server
AWS MCP Server
Interact with AWS services including S3, Lambda, CloudWatch, and ECS from your AI coding assistant.
MCP Server
Context7 MCP Server
Fetch up-to-date library documentation and code examples directly into your AI coding assistant.
MCP Server
Docker MCP Server
Manage Docker containers, images, and builds directly from your AI coding assistant.
MCP Server
Figma MCP Server
Access Figma designs, extract design tokens, and generate code from your design files.
Frequently Asked Questions
When was Claude Opus 4.7 released?
What is the API model ID?
How does Opus 4.7 compare to Opus 4.6 for coding?
What is the new /ultrareview slash command?
What is xhigh effort?
What is auto mode and who gets it?
Related Articles
Gemini API April 2026 Update: Flex/Priority Tiers, Deep Research with MCP, embedding-2 GA, gemini-3.1-flash-tts-preview
April 2026 in the Gemini API: new Flex and Priority inference tiers (Apr 1), gemini-3.1-flash-tts-preview (Apr 15), Deep Research updates with MCP server integration and File Search (Apr 21), gemini-embedding-2 GA (Apr 22), and the gemini-robotics-er-1.5-preview shutdown (Apr 30).
Read more →NewsCursor SDK (April 29, 2026): Build Programmatic Agents with the Same Runtime That Powers Cursor
Cursor launched a TypeScript SDK on April 29, 2026 that exposes the same agent runtime, harness, and models that power the Cursor IDE. Run agents locally or on Cursor's cloud, integrate them into your own apps, and reach for any frontier model behind a single interface.
Read more →NewsClaude Code v2.1.120 → v2.1.123 (April 28–29, 2026): claude ultrareview in CI, Windows Without Git Bash, MCP alwaysLoad, plugin prune
Claude Code's late-April 2026 point releases (v2.1.120–v2.1.123) make /ultrareview runnable from CI as a non-interactive subcommand, drop the Git Bash requirement on Windows in favor of PowerShell, add an alwaysLoad option for MCP servers, and ship claude plugin prune for orphaned plugin dependencies.
Read more →