Claude Haiku 4.5 是 Anthropic 速度最快且最具性价比的模型,专为高频查询、简单任务和近乎即时的响应而设计。支持文本和图像इनपुट。按 token 计费:इनपुट每百万 token $0.60,आउटपुट每百万 token $3.00。提供两个端点:标准异步端点 (/claude-haiku-4-5) 和通过 SSE 提供实时流式传输的端点 (/claude-haiku-4-5/stream)。
About this model
Claude Haiku 4.5 是 Anthropic 速度最快且最具性价比的模型,专为高频查询、简单任务和近乎即时的响应而设计。它擅长数据解析、分类、内容审核和短文本生成。价格为इनपुट每百万 token $0.60,आउटपुट每百万 token $3.00。
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | $0.60/M input tokens, $3.00/M output tokens | Token-based billing. Minimum $0.0001 per call. ~60% of official Anthropic pricing. |
| Anthropic (official) | ~$1.00/M input tokens, ~$5.00/M output tokens | 价格以 api.anthropic.com 的官方定价为准。 |
| Fal.ai | उपलब्ध नहीं | Claude Haiku 4.5 is not available on Fal.ai. |
Token-based billing. Minimum $0.0001 per call. ~60% of official Anthropic pricing.
价格以 api.anthropic.com 的官方定价为准。
Claude Haiku 4.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 |
|---|---|---|---|
| प्रॉम्प्ट | string | 用户消息或指令。 | Review this code and suggest improvements for performance and readability. |
| इमेज URL | string | 多模态请求的可选इमेज URL。 | undefined |
| 系统प्रॉम्प्ट | string | 可选的系统级指令,用于引导模型行为。 | You are an expert software architect. |
用户消息或指令。
Review this code and suggest improvements for performance and readability.多模态请求的可选इमेज URL。
undefined可选的系统级指令,用于引导模型行为。
You are an expert software architect.Developer documentation
POST /api/v1/claude-haiku-4-5 — 返回 request_id,通过 /api/v1/predictions/{id}/result 轮询结果。
POST /api/v1/claude-haiku-4-5/stream — 返回实时 SSE 流。每个数据块:data: {"choices":[{"delta":{"content":"text"}}]},以 data: [DONE] 结束。
详见流式传输文档获取完整代码示例。
Frequently asked
价格按 token 计算:इनपुट每百万 token $0.60,आउटपुट每百万 token $3.00。每次调用的最低收费为 $0.0001。实际费用会根据模型返回的 token 数量在每次调用后扣除。
支持。将 image_url 传入请求体,即可在用户消息中包含图像。