---
title: codex-auto-review API — GPT 收費詳情與規格 | RunAPI
description: 透過 RunAPI 使用 codex-auto-review，GPT 系列。按次收費，含 model ID、技術規格與開發者設定指南。
url: https://runapi.ai/zh-HK/models/gpt/codex-auto-review.md
canonical: https://runapi.ai/zh-HK/models/gpt/codex-auto-review
locale: zh-HK
site: RunAPI
image: https://runapi.ai/assets/opengraph-f702f2b1.png
alternates:
  en: https://runapi.ai/models/gpt/codex-auto-review
  zh-CN: https://runapi.ai/zh-CN/models/gpt/codex-auto-review
  es: https://runapi.ai/es/models/gpt/codex-auto-review
  ja: https://runapi.ai/ja/models/gpt/codex-auto-review
  de: https://runapi.ai/de/models/gpt/codex-auto-review
  fr: https://runapi.ai/fr/models/gpt/codex-auto-review
  pt-BR: https://runapi.ai/pt-BR/models/gpt/codex-auto-review
  ko: https://runapi.ai/ko/models/gpt/codex-auto-review
  it: https://runapi.ai/it/models/gpt/codex-auto-review
  nl: https://runapi.ai/nl/models/gpt/codex-auto-review
  pl: https://runapi.ai/pl/models/gpt/codex-auto-review
  tr: https://runapi.ai/tr/models/gpt/codex-auto-review
  zh-TW: https://runapi.ai/zh-TW/models/gpt/codex-auto-review
  zh-HK: https://runapi.ai/zh-HK/models/gpt/codex-auto-review
  ar: https://runapi.ai/ar/models/gpt/codex-auto-review
  x-default: https://runapi.ai/models/gpt/codex-auto-review
model: GPT
provider: OpenAI
variant_id: codex-auto-review
sdk_model_id: codex-auto-review
modality: text
billing_unit: 1K tokens
status: active
---

> HTML version: https://runapi.ai/zh-HK/models/gpt/codex-auto-review
> Site index for agents: https://runapi.ai/llms.txt


# codex-auto-review API

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

**OpenAI / [GPT](https://runapi.ai/zh-HK/models/gpt.md)**
**可正常運作 · text · 可商用**

codex-auto-review 針對 GPT 系列中品質與成本的最佳平衡點。

- 按次收費，美元計價
- 生成失敗不收費
- 如模型支援，提供串流輸出
- Model skill setup

## 收費

### `chat_completion`

- Input: $2.50 / 1M tokens
- Output: $15.00 / 1M tokens
- Cache read: $0.25 / 1M tokens

### `response`

- Input: $2.50 / 1M tokens
- Output: $15.00 / 1M tokens
- Cache read: $0.25 / 1M tokens


失敗的生成不會收費

## 技術詳情

| Field | Value |
|---|---|
| 模型 ID | `codex-auto-review` |
| 供應商 | OpenAI |
| 模式 | text |
| 任務類型 | synchronous |
| 計費單位 | 1K tokens |
| API endpoint | `/v1/chat/completions` |
|  | `/v1/responses` |
|  | `/v1/messages` |
|  | `/v1beta/models/codex-auto-review:generateContent` |
|  | `/v1beta/models/codex-auto-review:streamGenerateContent` |
| 商業授權 | 是 — 已透過 API 包含 |
| 目錄狀態 | 可正常運作 |

**Request example**

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

## 快速開始 — codex-auto-review

結構一致 · variant 已固定於 model 中

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

| Endpoint | Protocol |
|---|---|
| `POST /v1/chat/completions` | OpenAI compatible |
| `POST /v1/responses` | OpenAI Responses |
| `POST /v1/messages` | Anthropic compatible |
| `POST /v1beta/models/codex-auto-review:generateContent` | Gemini generateContent |
| `POST /v1beta/models/codex-auto-review:streamGenerateContent` | Gemini streamGenerateContent |

Use the OpenAI or Anthropic SDK with your RunAPI API key and `model: "codex-auto-review"`.

## 四步使用 codex-auto-review

1. **安裝** — 為此模型系列安裝 model skill。
2. **設定** — 將 model 欄位設為本頁顯示的完整 model ID。
3. **呼叫** — 連同 prompt、inputs 及 callback 設定，送出一個 typed request。
4. **接收** — 從 RunAPI 讀取 task response、webhook callback 或 cached output URL。

## codex-auto-review 有咩不同

- **VS GPT-5.2: codex-auto-review** — Professional knowledge work; Thinking mode for deep tasks
- **VS GPT-5.2-PRO: codex-auto-review** — gpt-5.2-pro
- **VS GPT-5.3-CODEX: codex-auto-review** — Specialized for multi-file code generation and editing

## 最適合

- **客戶支援** — 從私有知識庫回答客戶問題，減少工單數量。
- **文件分析** — 草擬合約摘要，並標示重點條款供律師審閱。
- **程式碼生成** — 在 CI 自動生成單元測試、程式碼審查同重構建議。

## 關於 codex-auto-review 的常見問題

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

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

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

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

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

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

### 支援 streaming 嗎？

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

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

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


### GPT 的其他 variant

- [gpt-5.2](https://runapi.ai/zh-HK/models/gpt/5.2.md) — `gpt-5.2` · Input $0.88 / 1M tokens | Output $7.00 / 1M tokens · Input $1.75 / 1M tokens | Output $14.00 / 1M tokens
- [gpt-5.2-pro](https://runapi.ai/zh-HK/models/gpt/5.2-pro.md) — `gpt-5.2-pro` · Input $10.50 / 1M tokens | Output $84.00 / 1M tokens
- [gpt-5.3-codex](https://runapi.ai/zh-HK/models/gpt/5.3-codex.md) — `gpt-5.3-codex` · Input $1.05 / 1M tokens | Output $8.40 / 1M tokens
- [gpt-5.3-codex-spark](https://runapi.ai/zh-HK/models/gpt/5.3-codex-spark.md) — `gpt-5.3-codex-spark` · Input $1.05 / 1M tokens | Output $8.40 / 1M tokens
- [gpt-5.4](https://runapi.ai/zh-HK/models/gpt/5.4.md) — `gpt-5.4` · Input $2.50 / 1M tokens | Output $15.00 / 1M tokens
- [gpt-5.4-mini](https://runapi.ai/zh-HK/models/gpt/5.4-mini.md) — `gpt-5.4-mini` · Input $0.45 / 1M tokens | Output $2.70 / 1M tokens
- [gpt-5.4-nano](https://runapi.ai/zh-HK/models/gpt/5.4-nano.md) — `gpt-5.4-nano` · Input $0.10 / 1M tokens | Output $0.63 / 1M tokens
- [gpt-5.4-pro](https://runapi.ai/zh-HK/models/gpt/5.4-pro.md) — `gpt-5.4-pro` · Input $30.00 / 1M tokens | Output $180.00 / 1M tokens
- [gpt-5.5](https://runapi.ai/zh-HK/models/gpt/5.5.md) — `gpt-5.5` · Input $5.00 / 1M tokens | Output $30.00 / 1M tokens
- [gpt-5.5-pro](https://runapi.ai/zh-HK/models/gpt/5.5-pro.md) — `gpt-5.5-pro` · Input $30.00 / 1M tokens | Output $180.00 / 1M tokens
- [gpt-5.6-luna](https://runapi.ai/zh-HK/models/gpt/5.6-luna.md) — `gpt-5.6-luna` · Input $0.20-$0.40 / 1M tokens | Output $1.20-$1.80 / 1M tokens
- [gpt-5.6-sol](https://runapi.ai/zh-HK/models/gpt/5.6-sol.md) — `gpt-5.6-sol` · Input $5.00 / 1M tokens | Output $30.00 / 1M tokens
- [gpt-5.6-terra](https://runapi.ai/zh-HK/models/gpt/5.6-terra.md) — `gpt-5.6-terra` · Input $2.00-$4.00 / 1M tokens | Output $12.00-$18.00 / 1M tokens

### 其他模型的替代方案

- [Claude](https://runapi.ai/zh-HK/models/claude.md) — Anthropic's LLM for complex reasoning, code, analysis, and extended-context tasks.
- [DeepSeek](https://runapi.ai/zh-HK/models/deepseek.md) — Reasoning-first LLMs via RunAPI — flash for fast, low-cost work; pro for complex agentic tasks.
- [Embedding](https://runapi.ai/zh-HK/models/embedding.md) — OpenAI 文字嵌入，用於語意搜尋、檢索、分群同排序 workflow。

## 開始用 GPT 建立產品。

- [建立免費帳戶](https://runapi.ai/zh-HK/login)
- [閱讀快速開始 →](https://runapi.ai/docs/api/openai/chat-completions)

---

## More from RunAPI

- [Home](https://runapi.ai/zh-HK/.md)
- [模型](https://runapi.ai/zh-HK/models.md)
- [AI 影片 API 對比](https://runapi.ai/zh-HK/ai-video-api-comparison.md)
- [OpenClaw 整合](https://runapi.ai/zh-HK/openclaw.md)
- [OpenClaw 最佳 API](https://runapi.ai/zh-HK/best-api-for-openclaw.md)
- [OpenClaw 圖片生成](https://runapi.ai/zh-HK/openclaw-image-generation.md)
- [Hermes Agent 整合](https://runapi.ai/zh-HK/hermes-agent.md)
- [收費](https://runapi.ai/zh-HK/pricing.md)
- [Claude API 定價](https://runapi.ai/zh-HK/claude-api-pricing.md)
- [ChatGPT API 定價](https://runapi.ai/zh-HK/chatgpt-api-pricing.md)
- [OpenAI API 定價](https://runapi.ai/zh-HK/openai-api-pricing.md)
- [Gemini API 定價](https://runapi.ai/zh-HK/gemini-api-pricing.md)
- [Claude Code 定價](https://runapi.ai/zh-HK/claude-code-pricing.md)
- [Claude Code API](https://runapi.ai/zh-HK/claude-code-api.md)
- [Claude Code 對比 Cursor](https://runapi.ai/zh-HK/claude-code-vs-cursor.md)
- [Claude Max 對比 API](https://runapi.ai/zh-HK/claude-max-vs-api.md)
- [Requesty 替代方案](https://runapi.ai/zh-HK/requesty-alternative.md)
- [文件](https://runapi.ai/zh-HK/docs/guides)
- [SDK](https://runapi.ai/zh-HK/sdk.md)
- [Skills](https://runapi.ai/zh-HK/skills.md)
- [MCP Server](https://runapi.ai/zh-HK/mcp.md)
- [CLI](https://runapi.ai/zh-HK/cli.md)
- [意見](https://runapi.makethisbetter.dev)
- [聯絡](mailto:support@runapi.ai)
- [條款](https://runapi.ai/zh-HK/terms.md)
- [私隱](https://runapi.ai/zh-HK/privacy.md)
- [Site index for agents](https://runapi.ai/llms.txt)

Contact: contact@runapi.ai

## Structured data

```json
[
  {
    "@context": "https://schema.org",
    "inLanguage": "zh-HK",
    "@type": "WebSite",
    "name": "RunAPI",
    "url": "https://runapi.ai/zh-HK",
    "potentialAction": {
      "@type": "SearchAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://runapi.ai/zh-HK/models?q={search_term_string}"
      },
      "query-input": "required name=search_term_string"
    }
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "zh-HK",
    "@type": "Organization",
    "name": "RunAPI",
    "url": "https://runapi.ai/zh-HK",
    "logo": {
      "@type": "ImageObject",
      "url": "https://runapi.ai/zh-HKicon.svg"
    },
    "sameAs": [
      "https://github.com/runapi-ai"
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "zh-HK",
    "@type": "SoftwareApplication",
    "name": "GPT codex-auto-review",
    "applicationCategory": "DeveloperApplication"
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "zh-HK",
    "@type": "BreadcrumbList",
    "itemListElement": [
      {
        "@type": "ListItem",
        "position": 1,
        "name": "Home",
        "item": "https://runapi.ai/zh-HK"
      },
      {
        "@type": "ListItem",
        "position": 2,
        "name": "Models",
        "item": "https://runapi.ai/zh-HK/models"
      },
      {
        "@type": "ListItem",
        "position": 3,
        "name": "GPT",
        "item": "https://runapi.ai/zh-HK/models/gpt"
      },
      {
        "@type": "ListItem",
        "position": 4,
        "name": "codex-auto-review",
        "item": "https://runapi.ai/zh-HK/models/gpt/codex-auto-review"
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "zh-HK",
    "@type": "HowTo",
    "name": "四步使用 codex-auto-review",
    "description": "透過 RunAPI 使用 codex-auto-review，GPT 系列。按次收費，含 model ID、技術規格與開發者設定指南。",
    "totalTime": "PT5M",
    "step": [
      {
        "@type": "HowToStep",
        "position": 1,
        "name": "安裝",
        "text": "為此模型系列安裝 model skill。",
        "url": "https://runapi.ai/zh-HK/models/gpt/codex-auto-review#how-step-1"
      },
      {
        "@type": "HowToStep",
        "position": 2,
        "name": "設定",
        "text": "將 model 欄位設為本頁顯示的完整 model ID。",
        "url": "https://runapi.ai/zh-HK/models/gpt/codex-auto-review#how-step-2"
      },
      {
        "@type": "HowToStep",
        "position": 3,
        "name": "呼叫",
        "text": "連同 prompt、inputs 及 callback 設定，送出一個 typed request。",
        "url": "https://runapi.ai/zh-HK/models/gpt/codex-auto-review#how-step-3"
      },
      {
        "@type": "HowToStep",
        "position": 4,
        "name": "接收",
        "text": "從 RunAPI 讀取 task response、webhook callback 或 cached output URL。",
        "url": "https://runapi.ai/zh-HK/models/gpt/codex-auto-review#how-step-4"
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "zh-HK",
    "@type": "FAQPage",
    "mainEntity": [
      {
        "@type": "Question",
        "name": "模型 ID 會否在不同版本之間保持穩定？",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "RunAPI 會保持 model ID 穩定，並處理相容的版本更新，而不需要改動你的 request 格式。"
        }
      },
      {
        "@type": "Question",
        "name": "這個 variant 的 rate limit 係多少？",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "每個 key 的 rate limit 會按使用層級而定。請查看定價頁了解最新限制。"
        }
      },
      {
        "@type": "Question",
        "name": "之後可以切換 variant 嗎？",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "可以——variant 只係一個旗標。只要更改 model 參數就可以切換。"
        }
      },
      {
        "@type": "Question",
        "name": "支援 streaming 嗎？",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "在可用 streaming 的情況下，RunAPI 會端到端串流。"
        }
      },
      {
        "@type": "Question",
        "name": "我應該在邊度回報品質問題？",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "可以在公開 GitHub repo 開 issue，或者電郵支援團隊。"
        }
      }
    ]
  }
]
```
