Skip to content
Dashboard

Claude Fable 5 now available on AI Gateway

import { streamText } from 'ai';
const result = streamText({
model: 'anthropic/claude-fable-5',
prompt: 'Investigate why p99 latency regressed and propose a fix.',
providerOptions: {
anthropic: {
thinking: { type: 'adaptive' },
effort: 'high',
},
},
});

Ready to deploy?