---
title: "gpt-5.6-terra API — GPT 價格與規格"
url: "https://runapi.ai/zh-TW/models/gpt/5.6-terra.md"
canonical: "https://runapi.ai/zh-TW/models/gpt/5.6-terra.md"
locale: "zh-TW"
model: "GPT"
provider: "OpenAI"
variant_id: "gpt-5.6-terra"
sdk_model_id: "gpt-5.6-terra"
modality: "text"
price_from_cents: 12
billing_unit: "1K tokens"
status: "active"
---

# GPT gpt-5.6-terra API

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

## Pricing

**$0.120** per 1K tokens

失敗的生成不收費

## Spec sheet

| Field | Value |
|---|---|
| Model ID | `gpt-5.6-terra` |
| 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-terra:generateContent` |
|  | `/v1beta/models/gpt-5.6-terra:streamGenerateContent` |
| Status | active |

## Request example

```json
{
  "model": "gpt-5.6-terra",
  "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-terra:generateContent`
- `POST /v1beta/models/gpt-5.6-terra:streamGenerateContent`

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

## FAQ

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

RunAPI 會維持 model ID 穩定，並在不改變請求格式的情況下處理相容版本更新。

### 這個 variant 的速率限制是多少？

每個金鑰的速率限制會依使用方案而調整。請查看定價頁面以了解目前限制。

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

可以——variant 只是旗標。只要變更 model 參數即可切換。

### 它支援串流嗎？

只要支援串流，RunAPI 就會端到端串流。

### 我該在哪裡回報品質問題？

請在公開 GitHub repo 提交 issue，或寄信給支援。


## Related

Other GPT variants:

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