Claude Fable 5 是 Anthropic 最新的旗舰模型,支持文本和图像paramètres d'entrée,具备先进的推理与创作能力。按 token 计费:paramètres d'entrée每百万 token $8.00,résultat每百万 token $40.00。提供两个端点:标准异步端点 (/claude-fable-5) 和通过 SSE 提供实时流式传输的端点 (/claude-fable-5/stream)。
About this model
Claude Fable 5 是 Anthropic 最新的旗舰模型,提供顶级的推理、创意写作和多模态分析能力。它同时支持文本和图像paramètres d'entrée,擅长复杂的多步骤任务、技术工作和长篇内容生成。价格按 token 计算:paramètres d'entrée每百万 token $8.00,résultat每百万 token $40.00。
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | $8.00/M input tokens, $40.00/M output tokens | 按 Token 计费,每次调用最低 $0.001。 |
| Anthropic (official) | ~$15.00/M input tokens, ~$75.00/M output tokens | Official pricing via api.anthropic.com. Muapiapp pricing is significantly lower. |
| Fal.ai | Indisponible | Claude Fable 5 is not available on Fal.ai. |
按 Token 计费,每次调用最低 $0.001。
Official pricing via api.anthropic.com. Muapiapp pricing is significantly lower.
Claude Fable 5 is not available on Fal.ai.
** Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| Prompt | string | 用户消息或指令。 | Explain quantum entanglement in simple terms. |
| Image URL | string | 多模态请求的可选image URL。 | undefined |
| 系统Prompt | string | 可选的系统级指令,用于引导模型行为。 | You are a concise and precise assistant. |
用户消息或指令。
Explain quantum entanglement in simple terms.多模态请求的可选image URL。
undefined可选的系统级指令,用于引导模型行为。
You are a concise and precise assistant.Developer documentation
POST /api/v1/claude-fable-5 — 返回 request_id,通过 /api/v1/predictions/{id}/result 轮询结果。
POST /api/v1/claude-fable-5/stream — 返回实时 Server-Sent Events 流(Content-Type: text/event-stream)。每个数据块的格式为 data: {"choices":[{"delta":{"content":"text"}}]},以 data: [DONE] 结束。
详见流式传输文档获取完整代码示例。
Frequently asked
价格按 token 计算:paramètres d'entrée每百万 token $8.00,résultat每百万 token $40.00。每次调用的最低收费为 $0.001。实际费用会根据模型返回的 token 数量在每次调用后扣除。
/claude-fable-5 是异步端点——你会收到一个 request_id,然后轮询结果。/claude-fable-5/stream 返回实时 SSE 流。聊天 UI 适合使用流式端点;工作流和自动化适合使用异步端点。
支持。将 image_url 传入请求体,即可在用户消息中包含图像,用于多模态分析。