Jelajahi dan integrasikan model AI grok-4-3 melalui MuAPI. Dapatkan inferensi berkecepatan tinggi dan harga kompetitif.
About this model
Model grok-4-3 menyediakan kemampuan generasi AI mutakhir di platform MuAPI.
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | $2.50/M input tokens, $5.00/M output tokens | 按 Token 计费,单次调用最低 $0.0001,比直接企业订阅最多便宜 50%。 |
| xAI (official) | $2.50/M input tokens, $5.00/M output tokens | Tingkat harga eceran standar. |
按 Token 计费,单次调用最低 $0.0001,比直接企业订阅最多便宜 50%。
Tingkat harga eceran standar.
** Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| Prompt Teks | string | 用户消息或指令。 | Solve this complex math puzzle step by step. |
| Gambar URL | string | 多模态请求的可选Gambar URL。 | undefined |
| 系统Prompt Teks | string | 可选的系统级指令,用于引导模型行为。 | You are an expert tutor. |
| 推理Kekuatan / Intensitas | Enum (4 options) | 推理强度级别。数值越高,推理越深入。 | low |
| 网页搜索 | boolean | 启用网页搜索工具以获取实时信息。 | false |
用户消息或指令。
Solve this complex math puzzle step by step.多模态请求的可选Gambar URL。
undefined可选的系统级指令,用于引导模型行为。
You are an expert tutor.推理强度级别。数值越高,推理越深入。
low启用网页搜索工具以获取实时信息。
falseDeveloper documentation
Panduan integrasi cepat untuk grok-4-3. Hubungkan dengan kunci API MuAPI Anda dan mulai lakukan panggilan inferensi.
Frequently asked
支持,Grok 4.3 是多模态模型。你可以在请求 payload 中提供可选的 image_url,以分析屏幕截图、图表或照片。
按 token 计费:输入 token 每百万 $2.50,输出 token 每百万 $5.00。每次请求的最低费用为 $0.0001。费用会自动从你的账户钱包余额中扣除。
可以。如果在 payload 中将 web_search 设置为 true,Grok 4.3 就会使用内置搜索工具从网络获取最新的实时信息。
标准路由以异步方式运行并返回 request ID,适合后台处理和脚本。流式路由会实时发送 Server-Sent Events(SSE),最适合对话式聊天界面。