Jelajahi dan integrasikan model AI gpt-5-2 melalui MuAPI. Dapatkan inferensi berkecepatan tinggi dan harga kompetitif.
About this model
Model gpt-5-2 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. |
| OpenAI (official) | ~$1.75/M input tokens, ~$14.00/M output tokens | 价格以 api.openai.com 的官方定价为准。 |
Token-based billing. Minimum $0.00023 per call. ~71% of official input pricing.
价格以 api.openai.com 的官方定价为准。
** Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| Prompt Teks | string | 用户消息或指令。 | Solve the mathematical equation step-by-step: x^2 + 5x + 6 = 0 |
| Gambar URL | string | 多模态请求的可选Gambar URL。 | undefined |
| 系统Prompt Teks | string | 可选的系统级指令,用于引导模型行为。 | You are a helpful mathematical tutor. |
| 网页搜索开关 | boolean | 启用网页搜索能力。 | false |
| 推理Kekuatan / Intensitas | Enum (3 options) | 推理深度级别:low、medium 或 high。 | high |
用户消息或指令。
Solve the mathematical equation step-by-step: x^2 + 5x + 6 = 0多模态请求的可选Gambar URL。
undefined可选的系统级指令,用于引导模型行为。
You are a helpful mathematical tutor.启用网页搜索能力。
false推理深度级别:low、medium 或 high。
highDeveloper documentation
Panduan integrasi cepat untuk gpt-5-2. Hubungkan dengan kunci API MuAPI Anda dan mulai lakukan panggilan inferensi.
Frequently asked
价格按 token 计算:输入每百万 token $1.25,输出每百万 token $9.00。每次调用的最低收费为 $0.00023。实际费用会根据模型返回的 token 数量在每次调用后扣除。
你可以传入 reasoning_effort 值 'low'、'medium' 或 'high',控制推理深度。默认值为 'high'。
支持。将 image_url 传入请求体,即可在用户消息中包含图像。