---
title: "gpt-5.6-sol API — GPT 收費詳情與規格"
url: "https://runapi.ai/zh-HK/models/gpt/5.6-sol.md"
canonical: "https://runapi.ai/zh-HK/models/gpt/5.6-sol.md"
locale: "zh-HK"
model: "GPT"
provider: "OpenAI"
variant_id: "gpt-5.6-sol"
sdk_model_id: "gpt-5.6-sol"
modality: "text"
price_from_cents: 23
billing_unit: "1K tokens"
status: "active"
---

# GPT gpt-5.6-sol API

透過 RunAPI 使用 GPT 系列的 gpt-5.6-sol。按次收費，無需訂閱，失敗的生成不扣費。

## Pricing

**$0.230** per 1K tokens

失敗的生成不會收費

## Spec sheet

| Field | Value |
|---|---|
| Model ID | `gpt-5.6-sol` |
| Provider | OpenAI |
| Modality | text |
| Task type | synchronous |
| Billing unit | 1K tokens |
| API endpoint | `/v1/chat/completions` |
|  | `/v1/responses` |
|  | `/v1/messages` |
|  | `/v1beta/models/gpt-5.6-sol:generateContent` |
|  | `/v1beta/models/gpt-5.6-sol:streamGenerateContent` |
| Status | active |

## Request example

```json
{
  "model": "gpt-5.6-sol",
  "messages": [
    {
      "role": "user",
      "content": "Analyze this quarterly revenue data and produce a summary with key trends, anomalies, and three recommendations."
    }
  ]
}
```

## API endpoints

Base URL: `https://runapi.ai`

- `POST /v1/chat/completions`
- `POST /v1/responses`
- `POST /v1/messages`
- `POST /v1beta/models/gpt-5.6-sol:generateContent`
- `POST /v1beta/models/gpt-5.6-sol:streamGenerateContent`

Use the OpenAI or Anthropic SDK with your RunAPI API key and `model: "gpt-5.6-sol"`.

## FAQ

### 模型 ID 會否在不同版本之間保持穩定？

RunAPI 會保持 model ID 穩定，並處理相容的版本更新，而不需要改動你的 request 格式。

### 這個 variant 的 rate limit 係多少？

每個 key 的 rate limit 會按使用層級而定。請查看定價頁了解最新限制。

### 之後可以切換 variant 嗎？

可以——variant 只係一個旗標。只要更改 model 參數就可以切換。

### 支援 streaming 嗎？

在可用 streaming 的情況下，RunAPI 會端到端串流。

### 我應該在邊度回報品質問題？

可以在公開 GitHub repo 開 issue，或者電郵支援團隊。


## Related

Other GPT variants:

- [codex-auto-review](https://runapi.ai/zh-HK/models/gpt/codex-auto-review.md) — `codex-auto-review` · $0.150
- [gpt-5.2](https://runapi.ai/zh-HK/models/gpt/5.2.md) — `5.2` · $0.070
- [gpt-5.2-pro](https://runapi.ai/zh-HK/models/gpt/5.2-pro.md) — `5.2-pro` · $0.840
- [gpt-5.3-codex](https://runapi.ai/zh-HK/models/gpt/5.3-codex.md) — `5.3-codex` · $0.070
- [gpt-5.3-codex-spark](https://runapi.ai/zh-HK/models/gpt/5.3-codex-spark.md) — `5.3-codex-spark` · $0.070
- [gpt-5.4](https://runapi.ai/zh-HK/models/gpt/5.4.md) — `5.4` · $0.120
- [gpt-5.4-mini](https://runapi.ai/zh-HK/models/gpt/5.4-mini.md) — `5.4-mini` · $0.030
- [gpt-5.4-nano](https://runapi.ai/zh-HK/models/gpt/5.4-nano.md) — `5.4-nano` · $0.010
- [gpt-5.4-pro](https://runapi.ai/zh-HK/models/gpt/5.4-pro.md) — `5.4-pro` · $1.35
- [gpt-5.5](https://runapi.ai/zh-HK/models/gpt/5.5.md) — `5.5` · $0.230
- [gpt-5.5-pro](https://runapi.ai/zh-HK/models/gpt/5.5-pro.md) — `5.5-pro` · $1.35
- [gpt-5.6-luna](https://runapi.ai/zh-HK/models/gpt/5.6-luna.md) — `5.6-luna` · $0.050
- [gpt-5.6-terra](https://runapi.ai/zh-HK/models/gpt/5.6-terra.md) — `5.6-terra` · $0.120
