← All Models
Claude Fable 5.1
Anthropic's strongest model for long-running agentic coding, multistep research, document work, and difficult reasoning, with always-on adaptive thinking and a 1M token context window.
Web Search
Web Fetch
Code Execution
Specifications
| Provider | Anthropic |
| Category | Text |
| Context window | 1M tokens |
Pricing (Starter tier)
1,300.00 credits / 1M input tokens
6,500.00 credits / 1M output tokens
Higher tiers get volume discounts. See tiers
Quick Start
curl -N https://query.genx.sh/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"claude-fable-5-1","messages":[{"role":"user","content":"Plan and implement this migration across the codebase"}],"max_tokens":8192,"reasoning_effort":"high","stream":true}'
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
prompt |
string | required | — | The input text prompt |
system_prompt |
string | optional | — | System instructions for the model |
max_tokens |
number | optional | 128000 |
Maximum tokens to generate (up to 128K) |
effort |
string | optional | high |
Reasoning/token effort: low, medium, high, xhigh, or max |
image_url |
string | optional | — | URL of an image to analyze |
tools |
array | optional | — | Function tools or built-in web_search, web_fetch, and code_execution tools. OpenAI-format tool continuations must echo the assistant message anthropic_thinking extension unchanged. |
Availability
Claude Fable 5.1 is available in the GenX Pro App and via the GenX Router API.