Skip to content

Claude Fable 5

Claude Fable 5 is a Mythos-class model with robust safeguards. It can handle long-running, complex, and asynchronous tasks where previous models would have needed more frequent check-ins.

ReasoningTool UseExplicit CachingFile InputVision (Image)
index.ts
import { streamText } from 'ai'
const result = streamText({
model: 'anthropic/claude-fable-5',
prompt: 'Why is the sky blue?'
})

Playground

Try out Claude Fable 5 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.