# Claude Opus 4.7 on AI Gateway

DevFeed: [Claude Opus 4.7 on AI Gateway](<https://devfeed.tech/articles/claude-opus-4-7-on-ai-gateway-1040.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/opus-4.7-on-ai-gateway>)

Author: Jerilyn Zheng

Published: 2026-04-16T07:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [Claude](<https://devfeed.tech/topics/claude.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [anthropic](<https://devfeed.tech/topics/anthropic.md>), [vercel ai sdk](<https://devfeed.tech/topics/vercel-ai-sdk.md>), [API](<https://devfeed.tech/topics/api.md>), [Vercel](<https://devfeed.tech/topics/vercel.md>)

Tags: [agentic](<https://devfeed.tech/tags/agentic.md>), [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [anthropic](<https://devfeed.tech/tags/anthropic.md>), [api](<https://devfeed.tech/tags/api.md>), [claude](<https://devfeed.tech/tags/claude.md>), [computer-use](<https://devfeed.tech/tags/computer-use.md>), [image-processing](<https://devfeed.tech/tags/image-processing.md>), [observability](<https://devfeed.tech/tags/observability.md>), [sdk](<https://devfeed.tech/tags/sdk.md>), [tokens](<https://devfeed.tech/tags/tokens.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

## AI overview

Vercel AI Gateway now offers Anthropic's Claude Opus 4.7, a model designed for long-running asynchronous agents and complex multi-step tasks. The release highlights improved visual verification, image-processing tool use, high-resolution image support, structured memory, configurable task budgets, and an xhigh effort level. AI Gateway also provides a unified API with usage and cost tracking, retries, failover, provider routing, observability, and Bring Your Own Key support.

## Source excerpt

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. The model shows gains on knowledge-worker tasks, particularly where it needs to visually verify its own outputs. Opus 4.7 is also stronger at programmatic tool-calling with image-processing libraries to analyze charts and figures, including pixel-level data transcription. It has high-resolution image support, which is useful for computer use, screenshot understanding, and document analysis workflows. Opus 4.7 now has improved memory, with agents that maintain structured memory store across turns seeing more reliable recall and fewer dropped facts without additional prompting. To use Claude Opus 4.7 set model to anthropic/claude-opus-4.7 in the AI SDK. You can also try a new effort level: 'xhigh'. Opus 4.7 also introduces the task budgets feature. Task budgets let you set a total token budget for an agentic turn via taskBudget. The model sees a countdown of remaining tokens, which it uses to prioritize work, plan ahead, and wind down gracefully as the budget is consumed. Thinking content is also now omitted by default for Opus 4.7. To receive thinking content, set display to 'summarized': AI Gateway provides a unified API for calling models, tracking usage and cost, and configuring retries, failover, and performance optimizations for higher-than-provider uptime. It includes built-in custom reporting, observability, Bring Your Own Key support, and intelligent provider routing with automatic retries. Learn more about AI Gateway, view the AI Gateway model leaderboard or try the model in our model playground. Read more