Claude Fable 5.1 在 NextModel 中是什麼?
香港團隊可用的 NextModel 目錄中的 Anthropic 模型,常用於 圖像理解、multimodal chat 工作負載。當前展示價格為 $10 / 1M tokens、輸出 $50 / 1M tokens,上下文視窗為 1M token。
適用場景
- 圖像理解
- multimodal chat
OpenAI 相容呼叫範例
request.sh
curl https://api.nextmodel.app/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $NEXTMODEL_API_KEY" \
-d '{"model":"anthropic/claude-fable-5.1","messages":[{"role":"user","content":"Reply with OK."}]}'换模型只改 model 字段。
相似替代項
Google目錄
Gemini 3.8 Flash 是现阶段综合性能最为出色的主力模型。相较 Gemini 3.7 Flash,该模型在软件工程、智能代理任务以及专业领域复杂多步骤核心推理能力方面,均实现全方位大幅升级。
適用場景圖像理解, multimodal chat
路由已設定
串流輸出工具呼叫JSON 模式視覺
平台整理NextModel gateway catalog (Go origin)
Anthropic目錄
Anthropic Claude 4.5 Haiku,极速低成本模型。性能接近 Claude Sonnet 4,适合大规模部署、多智能体协作和对延迟敏感的场景。支持视觉理解和函数调用。
適用場景圖像理解, multimodal chat
路由已設定
串流輸出工具呼叫JSON 模式視覺
平台整理NextModel gateway catalog (Go origin)
Anthropic目錄
Anthropic Claude 4.5 Opus,强大推理能力。支持最高 1M token 上下文窗口(特殊模式),擅长处理整个代码库、长文档和多日对话历史。扩展思考模式下可进行深度推理。
適用場景圖像理解, multimodal chat
路由已設定
串流輸出工具呼叫JSON 模式視覺
平台整理NextModel gateway catalog (Go origin)
參考
Claude Fable 5.1 相關文章
上線前如何估算 AI API 成本
Listed price only tells you the unit cost. This walkthrough turns that into a traffic estimate.
Lin Qiming
LLM Gateway: Compare Options and Alternatives
Same OpenAI-compatible base URL, with routing and billing sitting in front of the model.
Zhao Yu'an
給開發者的 OpenRouter 替代方案:當團隊還需要 AI API 成本治理時
If the buying question is cost control rather than one model, start here.
Zhao Yu'an
常見問題