Jelajahi dan integrasikan model AI claude-sonnet-4-6 melalui MuAPI. Dapatkan inferensi berkecepatan tinggi dan harga kompetitif.
About this model
Model claude-sonnet-4-6 menyediakan kemampuan generasi AI mutakhir di platform MuAPI.
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | $1.80/M input tokens, $9.00/M output tokens | 按 Token 计费,单次调用最低 $0.00035,约为 Anthropic 官方价格的 60%。 |
| Anthropic (official) | ~$3.00/M input tokens, ~$15.00/M output tokens | 价格以 api.anthropic.com 的官方定价为准。 |
| Fal.ai | Tidak tersedia | Claude Sonnet 4.6 is not available on Fal.ai. |
按 Token 计费,单次调用最低 $0.00035,约为 Anthropic 官方价格的 60%。
价格以 api.anthropic.com 的官方定价为准。
Claude Sonnet 4.6 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 the concept of recursion with a simple example. |
| Gambar URL | string | 多模态请求的可选Gambar URL。 | undefined |
| 系统Prompt Teks | string | 可选的系统级指令,用于引导模型行为。 | You are a concise coding assistant. |
用户消息或指令。
Explain the concept of recursion with a simple example.多模态请求的可选Gambar URL。
undefined可选的系统级指令,用于引导模型行为。
You are a concise coding assistant.Developer documentation
Panduan integrasi cepat untuk claude-sonnet-4-6. Hubungkan dengan kunci API MuAPI Anda dan mulai lakukan panggilan inferensi.
Frequently asked
价格基于 token 计费:每百万输入 token $1.80、每百万输出 token $9.00。每次调用的最低费用为 $0.00035。实际费用根据模型返回的 token 数量在每次调用后扣除。
/claude-sonnet-4-6 是异步端点——你会收到 request_id,然后轮询结果。/claude-sonnet-4-6/stream 返回实时 SSE 流。聊天 UI 应使用流式端点;工作流和自动化应使用异步端点。
支持。在请求正文中传入 image_url,即可将图像作为用户消息的一部分。