Jelajahi dan integrasikan model AI gpt-5-4 melalui MuAPI. Dapatkan inferensi berkecepatan tinggi dan harga kompetitif.
About this model
Model gpt-5-4 menyediakan kemampuan generasi AI mutakhir di platform MuAPI.
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | $1.25/M input tokens, $9.00/M output tokens | Token-based billing. Minimum $0.00023 per call. ~71% of official input pricing, ~64% of official output pricing. Supports Prompt Caching (0.1x for hits, 1.25x for creation). |
| OpenAI (official) | ~$1.75/M input tokens, ~$14.00/M output tokens | 价格以 api.openai.com 的官方定价为准。 |
| Fal.ai | Tidak tersedia | GPT-5.4 is not available on Fal.ai. |
Token-based billing. Minimum $0.00023 per call. ~71% of official input pricing, ~64% of official output pricing. Supports Prompt Caching (0.1x for hits, 1.25x for creation).
价格以 api.openai.com 的官方定价为准。
GPT-5.4 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 | 用户消息或指令。 | Write a Python function to parse nested JSON with error handling. |
| Gambar URL | string | 多模态请求的可选Gambar URL。 | undefined |
用户消息或指令。
Write a Python function to parse nested JSON with error handling.多模态请求的可选Gambar URL。
undefinedDeveloper documentation
Panduan integrasi cepat untuk gpt-5-4. Hubungkan dengan kunci API MuAPI Anda dan mulai lakukan panggilan inferensi.
Frequently asked
按 token 计费:输入 token 每百万 $1.25,输出 token 每百万 $9.00。每次调用的最低费用为 $0.00023。实际费用会根据模型返回的 token 数量,在每次调用后扣除。
`/gpt-5-4` 是异步端点——你会收到一个 request_id,然后轮询结果。`/gpt-5-4/stream` 返回实时 SSE 流。聊天 UI 应使用流式端点;工作流和自动化应使用异步端点。
支持。在请求正文中传入 image_url,即可将图像与文本提示词一起作为多模态输入。
支持。Prompt Caching 允许你以更低费率重复使用常用文本提示词。缓存命中(重复使用先前缓存的 token)按输入成本的 0.1x 计费。新建缓存(将新 token 写入缓存以供未来重复使用)按标准输入成本的 1.25x 计费。