Skip to content

Claude 3 Opus

Claude 3 Opus is the highest-capability tier in the Claude 3 family from Anthropic. It targets complex tasks with strong recall across a context window of 200K tokens and a twofold accuracy improvement over Claude 2.1 on open-ended questions.

Explicit Caching
index.ts
import { streamText } from 'ai'
const result = streamText({
model: 'anthropic/claude-3-opus',
prompt: 'Why is the sky blue?'
})
Latency

P50 time to first token (TTFT) on live AI Gateway traffic, in milliseconds. View the docs for more info.