GPT 5.5 是 OpenAI 面向高复杂度问题推出的旗舰级先进推理模型。支持图像和文件上传、系统Prompt、网络搜索功能和推理力度控制。价格为Input每百万 token $2.40,Output每百万 token $16.00。
About this model
GPT 5.5 是 OpenAI 面向高复杂度问题推出的旗舰级先进推理模型。它支持图像和文件上传、系统Prompt、网络搜索功能和推理力度控制。价格为Input每百万 token $2.40,Output每百万 token $16.00。
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | $2.40/M input tokens, $16.00/M output tokens | Token-based billing. Minimum $0.00045 per call. ~68% of official input pricing. |
| OpenAI (official) | ~$3.50/M input tokens, ~$25.00/M output tokens | 价格以 api.openai.com 的官方定价为准。 |
Token-based billing. Minimum $0.00045 per call. ~68% 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 | string | 用户消息或指令。 | Provide a comprehensive analysis of the attached documents. |
| Immagine URL | string | 多模态请求的可选Immagine URL。 | undefined |
| 系统Prompt | string | 可选的系统级指令,用于引导模型行为。 | You are a professional financial analyst. |
| 网页搜索开关 | boolean | 启用网页搜索能力。 | false |
| 推理Intensità | Enum (3 options) | 推理深度级别:low、medium 或 high。 | low |
用户消息或指令。
Provide a comprehensive analysis of the attached documents.多模态请求的可选Immagine URL。
undefined可选的系统级指令,用于引导模型行为。
You are a professional financial analyst.启用网页搜索能力。
false推理深度级别:low、medium 或 high。
lowDeveloper documentation
POST /api/v1/gpt-5-5 — 返回 request_id,通过 /api/v1/predictions/{id}/result 轮询结果。
POST /api/v1/gpt-5-5/stream — 返回实时 SSE 流。每个数据块:data: {"choices":[{"delta":{"content":"text"}}]},以 data: [DONE] 结束。
Frequently asked
价格按 token 计算:Input每百万 token $2.40,Output每百万 token $16.00。每次调用的最低收费为 $0.00045。实际费用会根据模型返回的 token 数量在每次调用后扣除。
将 file_url 传入请求体,即可上传 PDF 或 Word 文档等文件。模型会解析并分析这些文件。
你可以传入 reasoning_effort 值 'low'、'medium' 或 'high',控制推理深度。默认值为 'low'。