- 上下文視窗
- 1M
- 最大輸出
- 8K
- 輸入模態
- text · image
- 輸出模態
- text
- 功能
- Vision · Reasoning · Tool Calling · Coding · Cache
- 上游發布
- 2026-09-01
- RouteMux 名稱
- anthropic/claude-fable-5-1
直接試用 Claude Fable 5.1
調整請求參數、查看目前的費用上限,並直接在模型介紹頁查看實際結果。
請先登入,再將圖片上傳至此視覺模型。
結果會顯示在這裡
在左側填寫輸入。這裡與 RouteMux 完整 Playground 共用同一條執行與計費鏈路。
Claude Fable 5.1 API 定價
來源:anthropic_x0.28 · 核驗於 2026-09-02
快取讀取 $0.07/M · 快取寫入 $3.5/M
本幣價格按固定匯率換算(1 美元 = 32.3 TWD),匯率更新於 2026-08-02,僅供參考;計費一律以美元結算。
成本估算
限時首次儲值加送 20%,最高加送 200 Credit
註冊後 72 小時內完成首次儲值即可享有。滿 $20 起,每個帳戶限一次。
功能亮點
介面與通訊協定
API 呼叫時使用任一 ID 皆可。
anthropic/claude-fable-5-1把 ROUTEMUX_KEY 佔位符替換為你的 API Key。 建立 →
from anthropic import Anthropic
client = Anthropic(
base_url="https://api.routemux.com/anthropic",
api_key="<ROUTEMUX_KEY>",
)
message = client.messages.create(
model="anthropic/claude-fable-5-1",
max_tokens=1024,
messages=[{"role": "user", "content": "What is the meaning of life?"}],
)
print(message.content[0].text)效能數據(近 30 天)
Claude Fable 5.1 常見問題
›Claude Fable 5.1 是什麼?
Anthropic 最強模型——Mythos 級,快取讀取僅 2.5%。
›Claude Fable 5.1 的上下文視窗有多大?
Claude Fable 5.1 支援最多 1M tokens 的上下文視窗,單次最多輸出 8K tokens。
›Claude Fable 5.1 的 API 價格是多少?
透過 RouteMux 呼叫 Claude Fable 5.1:輸入 $2.8、輸出 $14(USD / 1M tokens),低於官方定價。
›如何透過 API 呼叫 Claude Fable 5.1?
Claude Fable 5.1 相容 OpenAI 介面:把 base URL 換成 RouteMux、model 填 anthropic/claude-fable-5-1 即可,無需改程式碼。
›Claude Fable 5.1 支援哪些輸入輸出模態?
Claude Fable 5.1 的輸入模態:text, image;輸出模態:text。
›Claude Fable 5.1 是什麼時候發布的?
Claude Fable 5.1 發布於 2026年9月1日。