Models

claude-fable-5 β€” API, Pricing & Context Window | Vivgrid

Run Anthropic's claude-fable-5 on Vivgrid: the first Fable-tier Claude model, with a 1M-token context window, 128K max output, and geo-distributed acceleration.

claude-fable-5 opened Anthropic's Fable tier β€” the frontier above Opus β€” for demanding reasoning and long-running agentic workloads. It offers a 1M-token context window, 128K-token max output, and always-on adaptive thinking, at the same per-token price as its successor claude-fable-5-1.

On Vivgrid, claude-fable-5 is served through the native Messages API (/messages) with geo-distributed acceleration across AMER, EMEA, and APAC, reachable with the same unified API key as the rest of the catalog.

Specifications

ProviderAnthropic
Model IDclaude-fable-5
Best forCoding
Context window1,000,000 tokens
Max output128,000 tokens
ModalitiesText, Image
Tool / function callingYes
Knowledge cutoff2026-06
Acceleration⚑ Geo-Distributed β€” AMER, EMEA, APAC

Pricing

Pricing in USD per 1M tokens, matching the provider's rates.

InputCached inputOutput
$10.00$1.25$50.00

Quick start

Call claude-fable-5 through Vivgrid's unified, OpenAI-compatible endpoint. Get an API key from the Vivgrid Console.

curl https://api.vivgrid.com/v1/messages \
  -H "Authorization: Bearer $VIVGRID_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "claude-fable-5",
    "max_tokens": 1024,
    "messages": [
      { "role": "user", "content": "Say hello in English, Chinese and Spanish." }
    ],
    "stream": true
  }'

Prompt caching is billed at $12.50 per 1M cache-write tokens on the 5-minute TTL and $20.00 per 1M on the 1-hour TTL, with cached reads at $1.25.

Ideal use cases

  • Frontier coding agents and autonomous software development
  • Long-context analysis and refactoring within a 1M-token budget
  • Complex planning and reasoning across long agent sessions
  • Workloads already tuned for Fable-tier behavior

On this page