Jelajahi dan integrasikan model AI claude-sonnet-5 melalui MuAPI. Dapatkan inferensi berkecepatan tinggi dan harga kompetitif.
About this model
Model claude-sonnet-5 menyediakan kemampuan generasi AI mutakhir di platform MuAPI.
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | $3.00/M input tokens, $15.00/M output tokens | Token-based billing. Minimum $0.0004 per call. Up to 40% cheaper than direct enterprise subscriptions. |
| Anthropic (official) | $3.00/M input tokens, $15.00/M output tokens | Tingkat harga eceran standar. |
| Fal.ai | Tidak tersedia | Claude Sonnet 5 未托管在 Fal.ai。 |
Token-based billing. Minimum $0.0004 per call. Up to 40% cheaper than direct enterprise subscriptions.
Tingkat harga eceran standar.
Claude Sonnet 5 未托管在 Fal.ai。
** Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| Prompt Teks | string | 用户消息或指令。 | Draft a high-quality article about agentic coding workflows. |
| Gambar URL | string | 多模态请求的可选Gambar URL。 | undefined |
| 系统Prompt Teks | string | 可选的系统级指令,用于引导模型行为。 | You are a professional copywriter. |
用户消息或指令。
Draft a high-quality article about agentic coding workflows.多模态请求的可选Gambar URL。
undefined可选的系统级指令,用于引导模型行为。
You are a professional copywriter.Developer documentation
Panduan integrasi cepat untuk claude-sonnet-5. Hubungkan dengan kunci API MuAPI Anda dan mulai lakukan panggilan inferensi.
Frequently asked
Claude Sonnet 5 支持最高 1 million 个输入 token 的上下文窗口,每次调用最多支持 8,192 个输出 token。
支持,Claude Sonnet 5 是多模态模型。你可以在提示词中附带可选的 image_url,用来询问图表、文档布局、屏幕截图和视觉素材。
按 token 计费:输入 token 每百万 $3.00,输出 token 每百万 $15.00。每次请求的最低费用为 $0.0004。返回 token 数量后,积分会自动从你的账户钱包余额中扣除。
标准路由 /api/v1/claude-sonnet-5 以异步方式运行,适合后端任务、调度和 agent 脚本。流式路由 /api/v1/claude-sonnet-5/stream 会实时发送 Server-Sent Events(SSE),最适合聊天界面和交互式写作应用。
支持。你可以在请求 payload 中可选地加入 system_prompt 参数,在处理主提示词前向模型说明角色、语气、限制条件和格式要求。