GPT-5.5 API pricing
A higher-spec GPT-5.x model for complex tasks and higher-quality output.
Pricing details
The table shows the lowest group-discounted price in USD per 1 million tokens. It uses the lowest multiplier among this model’s enabled groups: gpt纯血pro at 0.2×. Available groups: gpt混池 / gpt纯血pro. If your account belongs to a different group, your charge will differ. Always use the current price shown in the console as the billing authority.
Scroll horizontally to view the full table.
| Item | Price (lowest group) | Description |
|---|---|---|
| Input (prompt) | $1 / 1M tokens and up | Includes the gpt纯血pro group multiplier |
| Output (completion) | $6 / 1M tokens and up | Includes the gpt纯血pro group multiplier |
| Billing group | gpt纯血pro | 0.2×, the lowest multiplier available for this model |
| Context window | 256,000 tokens | Common published specification; the model’s actual upstream limit applies. |
| Model ID | gpt-5.5 | |
API example
Call GPT-5.5 with the OpenAI-compatible API format:
curl https://qionggeme.com/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $YOUR_API_KEY" \
-d '{
"model": "gpt-5.5",
"messages": [
{"role": "user", "content": "Hello"}
]
}'Frequently asked questions
How much does the GPT-5.5 API cost?
GPT-5.5 (gpt-5.5) is displayed at the lowest enabled group rate: about $1 per 1 million input tokens and $6 per 1 million output tokens through group gpt纯血pro at 0.2×. Your actual charge depends on your account’s current group; check the console for the billing price.
What context window does GPT-5.5 support?
GPT-5.5 commonly supports a context window of about 256,000 tokens. The actual upstream model limit applies.
How do I connect to the GPT-5.5 API?
Create an API key in qionggeme, set the API Base to https://qionggeme.com—usually https://qionggeme.com/v1 in OpenAI-compatible clients—and use model ID gpt-5.5. Do not use the content-site URL https://qionggeme.com/docs.