Anthropic's Claude Fable 5 is now available through Netlify's AI Gateway as of June 9, 2026 — zero configuration required. Use the Anthropic SDK directly in Netlify Functions without managing API keys or authentication; the gateway handles everything automatically.

How to use it

Import @anthropic-ai/sdk, instantiate Anthropic() without manual key setup in a Netlify Function, and call messages.create with model: 'claude-fable-5'. The gateway proxies requests with Netlify-managed credentials.

Example pattern

A typical Function accepts a user prompt, calls Fable 5 with max_tokens (e.g. 4096), and returns the JSON response — suitable for serverless agents, chat backends, or coding assistants deployed on Netlify.

Included infrastructure

  • Available for all Netlify Function types
  • Automatic caching
  • Rate limiting
  • Authentication infrastructure
  • No separate Anthropic API key management in your repo

See Netlify's AI Gateway documentation for billing, regional availability, and integration with Deploy Previews and Agent Runners.