Jelajahi dan integrasikan model AI claude-fable-5 melalui MuAPI. Dapatkan inferensi berkecepatan tinggi dan harga kompetitif.
About this model
Model claude-fable-5 menyediakan kemampuan generasi AI mutakhir di platform MuAPI.
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 | Tidak tersedia | 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 Teks | string | 用户消息或指令。 | Explain quantum entanglement in simple terms. |
| Gambar URL | string | 多模态请求的可选Gambar URL。 | undefined |
| 系统Prompt Teks | string | 可选的系统级指令,用于引导模型行为。 | You are a concise and precise assistant. |
用户消息或指令。
Explain quantum entanglement in simple terms.多模态请求的可选Gambar URL。
undefined可选的系统级指令,用于引导模型行为。
You are a concise and precise assistant.Developer documentation
Panduan integrasi cepat untuk claude-fable-5. Hubungkan dengan kunci API MuAPI Anda dan mulai lakukan panggilan inferensi.
Frequently asked
价格按 token 计算:输入每百万 token $8.00,输出每百万 token $40.00。每次调用的最低收费为 $0.001。实际费用会根据模型返回的 token 数量在每次调用后扣除。
/claude-fable-5 是异步端点——你会收到一个 request_id,然后轮询结果。/claude-fable-5/stream 返回实时 SSE 流。聊天 UI 适合使用流式端点;工作流和自动化适合使用异步端点。
支持。将 image_url 传入请求体,即可在用户消息中包含图像,用于多模态分析。