> ## Documentation Index
> Fetch the complete documentation index at: https://docs.laozhang.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# GPT-5.6 Sol API price cut: rates and billing

> Compare GPT-5.6 Sol API rates before and after OpenAI's August 21, 2026 price cut, which LaoZhang API applied on September 10, and check your charges.

OpenAI cut GPT-5.6 Sol (`gpt-5.6-sol`) API prices, and LaoZhang API applied the new rates on September 10, 2026: standard requests now cost \$4.00 per 1M input tokens and \$20.00 per 1M output tokens. No code changes are needed.

* **Published**: September 24, 2026
* **Last verified**: September 24, 2026
* **Status**: In effect. OpenAI says this promotional pricing lasts at least through November 21, 2026.

## Key facts

| Item                     | Details                                                                                                                                                |
| ------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Model ID                 | `gpt-5.6-sol`                                                                                                                                          |
| Price change             | Input down 20%, output down 33% ([OpenAI API changelog](https://developers.openai.com/api/docs/changelog)); long-context and cache rates are lower too |
| OpenAI effective date    | August 21, 2026                                                                                                                                        |
| LaoZhang API update date | September 10, 2026                                                                                                                                     |
| Promotional period       | At least through November 21, 2026, per OpenAI                                                                                                         |
| Long-context threshold   | More than 272K input tokens per request                                                                                                                |
| Billing on LaoZhang API  | Usage-based (per token)                                                                                                                                |
| Code changes             | None required: your API key, the `https://api.laozhang.ai/v1` base URL, the model ID, and your request parameters stay the same                        |

## GPT-5.6 Sol rates before and after the cut

Prices are in US dollars per 1M tokens, and each cell shows the old rate followed by the new one. **Standard** rates apply to requests with 272K input tokens or fewer. **Long-context** rates apply to requests with more than 272K input tokens.

| Rate                       |              Standard |          Long context |   Change |
| -------------------------- | --------------------: | --------------------: | -------: |
| Input                      |   \$5.00 → **\$4.00** |  \$10.00 → **\$8.00** | Down 20% |
| Output                     | \$30.00 → **\$20.00** | \$45.00 → **\$30.00** | Down 33% |
| Cache reads (cached input) |   \$0.50 → **\$0.40** |   \$1.00 → **\$0.80** | Down 20% |
| Cache writes               |   \$6.25 → **\$5.00** | \$12.50 → **\$10.00** | Down 20% |

The table shows OpenAI's rates before and after August 21, 2026. As of September 24, 2026, LaoZhang API's public pricing for `gpt-5.6-sol` matches these new rates, with usage-based billing; see the [model and pricing catalog](/en/models). OpenAI bills cache writes at 1.25× the uncached input rate.

Long-context pricing covers the whole request, not only the tokens above 272K.

According to OpenAI's [GPT-5.6 Sol model page](https://developers.openai.com/api/docs/models/gpt-5.6-sol), a prompt with more than 272K input tokens is priced at 2× input and 1.5× output for the full request. On LaoZhang API, a request with more than 272K input tokens is billed at the long-context rates for everything in it: input, output, cache reads, and cache writes.

## Who is affected

**Affected:** anyone who calls `gpt-5.6-sol` through LaoZhang API. Requests have been billed at the new rates since the September 10, 2026 update. Requests sent before that update were billed at the rates in effect at the time.

**Not affected:** `gpt-5.6-luna` and `gpt-5.6-terra`, which keep the rates set on July 30, 2026. The [July 30 notice on the GPT-5.6 Luna and Terra price cut](/en/announcements/gpt-5-6-pricing-2026-07) described Sol pricing as unchanged, which was accurate when it was published; this notice covers the later Sol change.

## What you need to do

1. **Keep your integration as it is.** The price change needs no code changes.
2. **Update your cost estimates.** Use the new standard rates for requests with 272K input tokens or fewer. If a request can exceed 272K input tokens, estimate the whole request at the long-context rates. OpenAI describes this pricing as promotional through at least November 21, 2026, so check the current rate again before you plan costs beyond that date.
3. **Verify your charges.** Confirm the `gpt-5.6-sol` rates for your account on the [console pricing page](https://api.laozhang.ai/account/pricing), then review recent requests in [call logs](https://api.laozhang.ai/log).

## Frequently asked questions

### When did LaoZhang API start billing the new rates?

On September 10, 2026, when LaoZhang API updated its `gpt-5.6-sol` pricing. OpenAI's new prices took effect on August 21, 2026. Requests sent to LaoZhang API before the September 10 update were billed at the rates in effect at the time, which were still the previous rates.

Your [call logs](https://api.laozhang.ai/log) show the actual charge for each request. If you have a question about a specific charge, email [hi@laozhang.ai](mailto:hi@laozhang.ai) with the request time and the call-log details. Do not include your API key.

### Will these rates continue after November 21, 2026?

OpenAI has not published pricing for after November 21, 2026. Its changelog says only that GPT-5.6 Sol's promotional pricing is available at least through that date. Before you budget beyond that date, check the [OpenAI API changelog](https://developers.openai.com/api/docs/changelog), [LaoZhang API announcements](/en/changelog), and the current rate in the [model and pricing catalog](/en/models).

### Is only the part above 272K tokens billed at the long-context rate?

No. Once a single request has more than 272K input tokens, LaoZhang API bills the whole request, including output, cache reads, and cache writes, at the long-context rates in the table above. OpenAI likewise applies 2× input and 1.5× output pricing to the full request.

### Do I need to change my code, model ID, or API key?

No. Keep your API key, the `https://api.laozhang.ai/v1` base URL, the `gpt-5.6-sol` model ID, and your request parameters. For client setup, see [Use OpenAI models with LaoZhang API](/en/api-reference/openai).

### How can I confirm that my requests use the new rates?

Work out the expected charge for one recent request and compare it with the actual charge:

1. Pick a `gpt-5.6-sol` request sent after September 10, 2026 in your [call logs](https://api.laozhang.ai/log).
2. Work out its expected charge from its token counts and the rates on the [console pricing page](https://api.laozhang.ai/account/pricing). Use the long-context rates if the request had more than 272K input tokens.
3. Compare the result with the actual charge.

If they do not match, email [hi@laozhang.ai](mailto:hi@laozhang.ai) with the request time and the call-log details.

## Sources and related links

### OpenAI

* [OpenAI API changelog](https://developers.openai.com/api/docs/changelog): the August 21, 2026 entry on GPT-5.6 Sol's new prices and promotional period
* [OpenAI API pricing](https://developers.openai.com/api/docs/pricing): standard and long-context rates for GPT-5.6 Sol
* [OpenAI GPT-5.6 Sol model page](https://developers.openai.com/api/docs/models/gpt-5.6-sol): long-context and cache-write billing rules

### LaoZhang API

* [Model and pricing catalog](/en/models): current `gpt-5.6-sol` rates, including the long-context tier
* [Console pricing page](https://api.laozhang.ai/account/pricing): the rates that apply to your account
* [Call logs](https://api.laozhang.ai/log): token counts and the actual charge for each request
* [July 30 GPT-5.6 Luna and Terra price cut](/en/announcements/gpt-5-6-pricing-2026-07)
* [Use OpenAI models with LaoZhang API](/en/api-reference/openai)
* [Latest announcements](/en/changelog)
* Billing questions: [hi@laozhang.ai](mailto:hi@laozhang.ai)
