[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live)

[Announcements](/c/announcements/27)

# Claude Opus 4.5 now available in Vercel AI Gateway

201 views · 2 likes · 3 posts


Pauline P. Narvas (@pawlean) · 2025-11-24 · ♥ 2

<p>You can now access Anthropic's latest model, Claude Opus 4.5, via Vercel's <a href="https://vercel.com/ai-gateway">AI Gateway</a> with no other provider accounts required.</p><p>Claude Opus 4.5 is suited for demanding reasoning tasks and complex problem solving. This model has improvements in general intelligence and vision compared to previous iterations. It excels at difficult coding tasks and agentic workflows, especially those with computer use and tool use, and can effectively handle context usage and external memory files. Frontend coding and design are established strengths, particularly for developing real-world web applications.</p><p>To use Claude Opus 4.5, set <code>model</code> to <code>anthropic/claude-opus-4.5</code> in the <a href="https://ai-sdk.dev/">AI SDK</a>. There is a new <code>effort</code> parameter for this model. This parameter affects all types of tokens and controls the level of token usage when responding to a request. By default, <code>effort</code> is set to high and is independent of the thinking budget. To use it in AI Gateway with the AI SDK, set <code>effort</code> for the provider in <code>providerOptions</code>, as seen below in the example.</p>

Read the full changelog → 

https://vercel.com/changelog/claude-opus-4-5-now-available-in-vercel-ai-gateway


qaaq (@dkc1011) · 2025-11-25

Why was Gemini removed though


Pauline P. Narvas (@pawlean) · 2026-01-06

What do you mean? It's still in the Gateway!