anthropic/claude-fable-5
リリース日: 2026-06-09
1,000,000 context · $10.00/M input tokens · $50.00/M output tokens
Claude Fable 5 is Anthropic’s generally available Mythos-class model for autonomous knowledge work, advanced reasoning, and long-horizon coding. It supports text, image, and file inputs with text output, a 1M-token context window, up to 128K output tokens, always-on adaptive thinking, tool use, and structured outputs. Built from the same underlying model family as Claude Mythos 5 with stronger public-release safeguards, it is suited for complex software engineering, multi-step agent workflows, enterprise research, document analysis, and professional tasks that require sustained reasoning and reliability.
従量課金
初期費用なし、使った分だけお支払い
以下のコード例を使用して API と連携してください:
from openai import OpenAI
client = OpenAI(
api_key="YOUR_API_KEY",
base_url="https://llm.wavespeed.ai/v1"
)
response = client.chat.completions.create(
model="anthropic/claude-fable-5",
messages=[
{"role": "user", "content": "Hello!"}
]
)
print(response.choices[0].message.content)Claude Fable 5 is Anthropic’s generally available Mythos-class model for autonomous knowledge work, advanced reasoning, and long-horizon coding. It supports text, image, and file inputs with text output, a 1M-token context window, always-on adaptive thinking, tool use, and structured outputs.
| Specification | Value |
|---|---|
| Provider | anthropic |
| Model Type | Chat Completions model |
| Model Class | Mythos |
| Architecture | text+image+file->text |
| Context Window | 1,000,000 tokens |
| Max Input | 872,000 tokens |
| Max Output | 128,000 tokens |
| Input | Text, Image, File |
| Output | Text |
| Vision | Supported |
| File Input | Supported |
| Function Calling | Supported |
| Structured Outputs | Supported |
| Adaptive Thinking | Supported, always on |
| Release | June 9, 2026 |
Base URL: https://llm.wavespeed.ai/v1
API Endpoint: chat/completions
Model ID: anthropic/claude-fable-5
from openai import OpenAI
client = OpenAI(
api_key="YOUR_API_KEY",
base_url="https://llm.wavespeed.ai/v1"
)
response = client.chat.completions.create(
model="anthropic/claude-fable-5",
messages=[{"role": "user", "content": "Hello!"}]
)
print(response.choices[0].message.content)
curl https://llm.wavespeed.ai/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"model": "anthropic/claude-fable-5",
"messages": [{"role": "user", "content": "Hello!"}]
}'
anthropic/claude-fable-5
Claude Fable 5 is Anthropic’s generally available Mythos-class model for autonomous knowledge work, advanced reasoning, and long-horizon coding. It supports text, image, and file inputs with text output, a 1M-token context window, up to 128K output tokens, always-on adaptive thinking, tool use, and structured outputs. Built from the same underlying model family as Claude Mythos 5 with stronger public-release safeguards, it is suited for complex software engineering, multi-step agent workflows, enterprise research, document analysis, and professional tasks that require sustained reasoning and reliability.
入力
$10 /M
出力
$50 /M
コンテキスト
1000K
最大出力
128K
Vision
対応
ツール利用
対応
統合APIを通じてClaude Fable 5にアクセス — OpenAI互換、コールドスタートなし、透明な料金。
WaveSpeedAI の料金: 入力 100 万トークンあたり $10.00、出力 100 万トークンあたり $50.00。プロンプトキャッシュとバッチ処理は別途料金で、長く反復的なワークロードでは実効コストを下げられます。
Claude Fable 5 はリクエストあたり最大 1000K のコンテキストトークンと最大 128K の出力トークンをサポートします。
はい。WaveSpeedAI は OpenAI 互換エンドポイント https://llm.wavespeed.ai/v1 で Claude Fable 5 を提供します。公式 OpenAI SDK のベース URL をこちらに変更し WaveSpeedAI の API キーを設定するだけで利用可能です。
WaveSpeedAI にサインインし、Access Keys で API キーを作成して、上に表示されているモデル ID を指定して https://llm.wavespeed.ai/v1/chat/completions にリクエストを送信してください。新規アカウントには Claude Fable 5 を試用できる無料クレジットが付与されます。