Skip to content

Claude Opus 4.5

Claude Opus 4.5 adds an effort parameter for token-usage control and excels at difficult coding, agentic workflows with computer use and tool use, frontend coding, and real-world web app development, with improvements in general intelligence and vision over previous Opus iterations.

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