OpenAI gpt-5-4 API | MuAPI: AI Large Language Models

Jelajahi dan integrasikan model AI gpt-5-4 melalui MuAPI. Dapatkan inferensi berkecepatan tinggi dan harga kompetitif.

📝

Overview

About this model

Model gpt-5-4 menyediakan kemampuan generasi AI mutakhir di platform MuAPI.

1Aplikasi produksi dengan gpt-5-4
2Aplikasi produksi dengan gpt-5-4
3Aplikasi produksi dengan gpt-5-4
4Aplikasi produksi dengan gpt-5-4
💰

Pricing & Value

Cost analysis

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.aiTidak tersedia

GPT-5.4 is not available on Fal.ai.

** Competitor pricing is estimated based on similar model architectures and usage tiers.

⚙️

Technical Details

Configuration schema

Prompt Teksstring

用户消息或指令。

Default ValueWrite a Python function to parse nested JSON with error handling.
Gambar URLstring

多模态请求的可选Gambar URL。

Default Valueundefined
📖

Implementation Guide

Developer documentation

Panduan integrasi cepat untuk gpt-5-4. Hubungkan dengan kunci API MuAPI Anda dan mulai lakukan panggilan inferensi.

Common Questions

Frequently asked

如何计算价格?

按 token 计费:输入 token 每百万 $1.25,输出 token 每百万 $9.00。每次调用的最低费用为 $0.00023。实际费用会根据模型返回的 token 数量,在每次调用后扣除。

`/gpt-5-4` 和 `/gpt-5-4/stream` 有什么区别?

`/gpt-5-4` 是异步端点——你会收到一个 request_id,然后轮询结果。`/gpt-5-4/stream` 返回实时 SSE 流。聊天 UI 应使用流式端点;工作流和自动化应使用异步端点。

GPT-5.4 支持图像吗?

支持。在请求正文中传入 image_url,即可将图像与文本提示词一起作为多模态输入。

该模型支持 Prompt Caching 吗?

支持。Prompt Caching 允许你以更低费率重复使用常用文本提示词。缓存命中(重复使用先前缓存的 token)按输入成本的 0.1x 计费。新建缓存(将新 token 写入缓存以供未来重复使用)按标准输入成本的 1.25x 计费。