Claude Opus 4.7 from Anthropic is now available on Vercel AI Gateway. Opus 4.7 is optimized for long-running, asynchronous agents and handles complex, multi-step tasks with reliable agentic execution.
Key features include:
- Gains on knowledge-worker tasks, particularly where visual verification of outputs is needed
- Stronger programmatic tool-calling with image-processing libraries for analyzing charts and figures
- High-resolution image support for computer use, screenshot understanding, and document analysis
- Improved memory for structured memory stores across turns with more reliable recall
New features:
- Task budgets: Set a total token budget for agentic turns via
taskBudget
- New effort level:
'xhigh'
- Thinking content now omitted by default; set
display to 'summarized' to receive it
Use the model by setting model to anthropic/claude-opus-4.7 in the AI SDK.