< 所有模型和价格

claude-fable-5

claude-fable-5 已列在 llmtap 的 Anthropic 路由中。以下价格单位为每 1M token 的 USD。

提供商
Anthropic
API endpoint
https://www.llmtap.dev/api/v1/chat/completions

llmtap 转售价格

输入

US$8.00

每 1M token

输出

US$40.00

每 1M token

Anthropic 官方参考

输入

US$10.00 / 1M

输出

US$50.00 / 1M

官方列表价格仅供参考。

请求示例

terminal
$ curl https://www.llmtap.dev/api/v1/chat/completions \
    -H "Authorization: Bearer sk-live-your-key" \
    -H "Content-Type: application/json" \
    -d '{"model": "claude-fable-5", "messages": [{"role": "user", "content": "hello"}]}'