Skip to content

Claude 3.5 Sonnet (2024-06-20)

Claude 3.5 Sonnet (2024-06-20) (June 2024) delivered strong intelligence at twice the speed of Claude 3 Opus, setting new industry benchmarks on graduate-level reasoning and coding proficiency while matching Opus-tier capability at Sonnet pricing, the first release in Anthropic's Claude 3.5 model family.

File InputTool UseVision (Image)Explicit Caching
index.ts
import { streamText } from 'ai'
const result = streamText({
model: 'anthropic/claude-3.5-sonnet-20240620',
prompt: 'Why is the sky blue?'
})