GPT-5.5
gpt-5.5by OpenAI · gpt series
Default frontier GPT for coding, computer use, research, and knowledge work
Capabilities
函数工具推理强度档位JSON Schema 输出
Declarations match gateway routing: unsupported parameters are rejected before the request runs, at no cost
Pricing
USD / 1M tokens · the listed price is the settled price; streaming and non-streaming cost the same, failed requests are auto-refunded
| Billing item | UnioAPI price | List price |
|---|---|---|
| Standard | ||
| Uncached input | $0.30 | $5.00 |
| Cache read | $0.03 | $0.50 |
| Cache creation30 min | $0.375 | $6.25 |
| Output | $1.80 | $30.00 |
| Priority · OpenAI expedited lane | ||
| Uncached input | $0.60 | $10.00 |
| Cache read | $0.06 | $1.00 |
| Cache creation30 min | $0.75 | $12.50 |
| Output | $3.60 | $60.00 |
Long-context tiered pricing
When a single request's total input exceeds 272K tokens, the whole request is billed at input ×2 and output ×1.5 (i.e. input $0.60, output $2.70 per 1M).
Quick start
OpenAI-compatible protocol — point your SDK's base URL at UnioAPI, no code changes
curl https://api.unioapi.com/v1/chat/completions \
-H "Authorization: Bearer $UNIO_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"gpt-5.5","messages":[{"role":"user","content":"Hello"}]}'FAQ
Do these prices match my actual bill?
Yes. This page reads the same data source as the billing system, so the listed price is the settled price. Price changes apply immediately and only to subsequent requests.
What is the Priority tier?
Priority is OpenAI's expedited lane and is only available on OpenAI models. Shorter queues and faster first tokens, billed at its own rates. Select it with service_tier: "priority".
How is this different from the official API?
Fully protocol-compatible with identical capabilities. The difference: lower prices, and failed requests are automatically refunded.
Start calling GPT-5.5
Create an API key after signing up — pay per token, no minimum spend, failed requests refunded.