GPT 5.2 是一款响应速度快且具备深度编程能力的轻量级推理模型。支持图像इनपुट、系统प्रॉम्प्ट、网络搜索功能和推理力度控制。价格为इनपुट每百万 token $1.25,आउटपुट每百万 token $9.00。
About this model
GPT 5.2 是一款响应速度快且具备深度编程能力的轻量级推理模型。它支持图像इनपुट、系统प्रॉम्प्ट、网络搜索功能和推理力度控制。价格为इनपुट每百万 token $1.25,आउटपुट每百万 token $9.00。
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 |
|---|---|---|---|
| प्रॉम्प्ट | string | 用户消息或指令。 | Solve the mathematical equation step-by-step: x^2 + 5x + 6 = 0 |
| इमेज URL | string | 多模态请求的可选इमेज URL。 | undefined |
| 系统प्रॉम्प्ट | string | 可选的系统级指令,用于引导模型行为。 | You are a helpful mathematical tutor. |
| 网页搜索开关 | boolean | 启用网页搜索能力。 | false |
| 推理तीव्रता | Enum (3 options) | 推理深度级别:low、medium 或 high。 | high |
用户消息或指令。
Solve the mathematical equation step-by-step: x^2 + 5x + 6 = 0多模态请求的可选इमेज URL。
undefined可选的系统级指令,用于引导模型行为。
You are a helpful mathematical tutor.启用网页搜索能力。
false推理深度级别:low、medium 或 high。
highDeveloper documentation
POST /api/v1/gpt-5-2 — 返回 request_id,通过 /api/v1/predictions/{id}/result 轮询结果。
POST /api/v1/gpt-5-2/stream — 返回实时 SSE 流。每个数据块:data: {"choices":[{"delta":{"content":"text"}}]},以 data: [DONE] 结束。
Frequently asked
价格按 token 计算:इनपुट每百万 token $1.25,आउटपुट每百万 token $9.00。每次调用的最低收费为 $0.00023。实际费用会根据模型返回的 token 数量在每次调用后扣除。
你可以传入 reasoning_effort 值 'low'、'medium' 或 'high',控制推理深度。默认值为 'high'。
支持。将 image_url 传入请求体,即可在用户消息中包含图像。