Skip to content

Claude Opus 4.7

Claude Opus 4.7 extends the Opus line with task budgets, an xhigh effort level, and stronger visual verification. It targets long-running asynchronous agents, multi-step knowledge work, and workflows requiring pixel-level chart transcription and high-resolution image handling.

Tool UseReasoningVision (Image)File InputExplicit CachingWeb Search
index.ts
import { streamText } from 'ai'
const result = streamText({
model: 'anthropic/claude-opus-4.7',
prompt: 'Why is the sky blue?'
})

Frequently Asked Questions

  • What does the taskBudget parameter do?

    It sets a token limit for an individual agentic turn, capping the maximum compute the model can use on open-ended autonomous work. Use it to bound runaway cost on long-running agents.

  • How is the xhigh effort level different from high?

    xhigh sits between high and max, offering deeper adaptive thinking than high without going to the max ceiling. Use it when the task warrants more depth than high provides but max would be overkill.

  • Why don't I see reasoning traces in my responses?

    Thinking content is omitted by default in Claude Opus 4.7. Configure the thinking display option (for example, 'summarized') when you want reasoning visible in the response.

  • What makes Claude Opus 4.7 better for image-heavy agents?

    High-resolution image support for computer use, screenshots, and documents, plus stronger programmatic tool-calling with image-processing libraries. The model also transcribes pixel-level data from charts and figures with higher fidelity.

  • Does Vercel AI Gateway support Zero Data Retention for Claude Opus 4.7?

    Yes, Zero Data Retention is available for this model. ZDR on AI Gateway applies to direct gateway requests; BYOK flows aren't covered. See https://vercel.com/docs/ai-gateway/capabilities/zdr for details.

  • What is the pricing for Claude Opus 4.7?

    Rates are listed on this page. They reflect the providers routing through AI Gateway and shift when providers update their pricing.

  • How do I call Claude Opus 4.7 through AI Gateway?

    Set the model to anthropic/claude-opus-4.7 in the AI SDK, Chat Completions API, Responses API, Messages API, or other API formats. AI Gateway handles authentication, retries, and failover across anthropic, bedrock, vertexAnthropic.