Skip to content

Claude Opus 4.6

Claude Opus 4.6 is the first Opus model with a context window of 1M tokens, introduces adaptive thinking for model-decided reasoning depth, supports interleaved thinking and tool calls in a single response, and delivers equal or better performance than fixed extended thinking across programming, analysis, and creative tasks.

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

Playground

Try out Claude Opus 4.6 by Anthropic. Usage is billed to your team at API rates. Free users (those who haven't made a payment) get $5 of credits every 30 days.