Claude 3 Opus

anthropic/claude-3-opus

Claude 3 Opus is Anthropic's most powerful AI model, with state-of-the-art performance on highly complex tasks. It can navigate open-ended prompts and sight-unseen scenarios with remarkable fluency and human-like understanding. Claude 3 Opus shows us the frontier of what's possible with generative AI. Claude 3 Opus can process images and return text outputs, and features a 200K context window.

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