Claude Fable 5: AI Large Language Models

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)。

📝

Overview

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。

1复杂推理:以先进的准确度处理多步骤逻辑、深度分析和研究综合。
2创意写作:以细腻的风格控制生成长篇故事、剧本、文章和创意内容。
3编码与工程:凭借专家级理解能力,使用任意语言编写、审查、调试和重构代码。
4多模态分析:结合图像和文本paramètres d'entrée,从图表、屏幕截图和文档中提取洞察。
💰

Pricing & Value

Cost analysis

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.aiIndisponible

Claude Fable 5 is not available on Fal.ai.

** Competitor pricing is estimated based on similar model architectures and usage tiers.

⚙️

Technical Details

Configuration schema

Promptstring

用户消息或指令。

Default ValueExplain quantum entanglement in simple terms.
Image URLstring

多模态请求的可选image URL。

Default Valueundefined
系统Promptstring

可选的系统级指令,用于引导模型行为。

Default ValueYou are a concise and precise assistant.
📖

Implementation Guide

Developer documentation

标准(异步)

POST /api/v1/claude-fable-5 — 返回 request_id,通过 /api/v1/predictions/{id}/result 轮询结果。

流式传输(SSE)

POST /api/v1/claude-fable-5/stream — 返回实时 Server-Sent Events 流(Content-Type: text/event-stream)。每个数据块的格式为 data: {"choices":[{"delta":{"content":"text"}}]},以 data: [DONE] 结束。

详见流式传输文档获取完整代码示例。

Common Questions

Frequently asked

如何计算价格?

价格按 token 计算:paramètres d'entrée每百万 token $8.00,résultat每百万 token $40.00。每次调用的最低收费为 $0.001。实际费用会根据模型返回的 token 数量在每次调用后扣除。

/claude-fable-5 和 /claude-fable-5/stream 有什么区别?

/claude-fable-5 是异步端点——你会收到一个 request_id,然后轮询结果。/claude-fable-5/stream 返回实时 SSE 流。聊天 UI 适合使用流式端点;工作流和自动化适合使用异步端点。

Claude Fable 5 支持图像吗?

支持。将 image_url 传入请求体,即可在用户消息中包含图像,用于多模态分析。