codex-auto-review API
OpenAI / GPT
透過 RunAPI 使用 GPT 系列的 codex-auto-review。按次收費,無需訂閱,失敗的生成不扣費。
可正常運作
·
text
·
可商用
# Base URL
https://runapi.ai
# Endpoints
POST /v1/chat/completions
POST /v1/responses
POST /v1/messages
POST /v1beta/models/codex-auto-review:generateContent
POST /v1beta/models/codex-auto-review:streamGenerateContent
curl https://runapi.ai/v1/chat/completions \
-H "Authorization: Bearer $RUNAPI_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "codex-auto-review",
"messages": [
{
"role": "user",
"content": "Analyze this quarterly revenue data and produce a summary with key trends, anomalies, and three recommendations."
}
]
}'
from openai import OpenAI
client = OpenAI(
base_url="https://runapi.ai/v1",
api_key="your-runapi-key"
)
response = client.chat.completions.create(
model="codex-auto-review",
messages=[{"role": "user", "content": "Analyze this quarterly revenue data and produce a summary with key trends, anomalies, and three recommendations."}]
)
import OpenAI from "openai";
const client = new OpenAI({
baseURL: "https://runapi.ai/v1",
apiKey: "your-runapi-key"
});
const response = await client.chat.completions.create({
model: "codex-auto-review",
messages: [{ role: "user", content: "Analyze this quarterly revenue data and produce a summary with key trends, anomalies, and three recommendations." }]
});
切換 variant
OVERVIEW
codex-auto-review 針對 GPT 系列中品質與成本的最佳平衡點。
- 按次收費,美元計價
- 生成失敗不收費
- 如模型支援,提供串流輸出
- Model skill setup
PRICING
收費
失敗的生成不會收費
Chat completion
Input
$2.50
/ 1M tokens
Output
$15.00
/ 1M tokens
Cache read
$0.25
Responses API
Input
$2.50
/ 1M tokens
Output
$15.00
/ 1M tokens
Cache read
$0.25
規格說明
技術詳情
| 模型 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 包含 |
| 目錄狀態 | 可正常運作 |
SKILLS
快速開始 — codex-auto-review
結構一致 · variant 已固定於 model 中
| Endpoint | Protocol |
|---|---|
| /v1/chat/completions | OpenAI compatible |
| /v1/responses | OpenAI Responses |
| /v1/messages | Anthropic compatible |
| /v1beta/models/codex-auto-review:generateContent | Gemini generateContent |
| /v1beta/models/codex-auto-review:streamGenerateContent | Gemini streamGenerateContent |
運作方式
四步使用 codex-auto-review
01
安裝
為此模型系列安裝 model skill。
02
設定
將 model 欄位設為本頁顯示的完整 model ID。
03
呼叫
連同 prompt、inputs 及 callback 設定,送出一個 typed request。
04
接收
從 RunAPI 讀取 task response、webhook callback 或 cached output URL。
DIFFERENCES
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 自動生成單元測試、程式碼審查同重構建議。
FAQ
關於 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.4-nano
最平
5.4-nano
Input $0.10 / 1M tokens | Output $0.63 / 1M tokens
gpt-5.6-luna
5.6-luna
Input $0.20-$0.40 / 1M tokens | Output $1.20-$1.80 / 1M tokens
gpt-5.4-mini
5.4-mini
Input $0.45 / 1M tokens | Output $2.70 / 1M tokens
gpt-5.2
5.2
Input $0.88 / 1M tokens | Output $7.00 / 1M tokens · Input $1.75 / 1M tokens | Output $14.00 / 1M tokens
gpt-5.3-codex
5.3-codex
Input $1.05 / 1M tokens | Output $8.40 / 1M tokens
gpt-5.3-codex-spark
5.3-codex-spark
Input $1.05 / 1M tokens | Output $8.40 / 1M tokens
gpt-5.6-terra
5.6-terra
Input $2.00-$4.00 / 1M tokens | Output $12.00-$18.00 / 1M tokens
gpt-5.4
5.4
Input $2.50 / 1M tokens | Output $15.00 / 1M tokens
gpt-5.5
5.5
Input $5.00 / 1M tokens | Output $30.00 / 1M tokens
gpt-5.6-sol
5.6-sol
Input $5.00 / 1M tokens | Output $30.00 / 1M tokens
gpt-5.2-pro
高質
5.2-pro
Input $10.50 / 1M tokens | Output $84.00 / 1M tokens
gpt-5.4-pro
高質
5.4-pro
Input $30.00 / 1M tokens | Output $180.00 / 1M tokens
gpt-5.5-pro
高質
5.5-pro
Input $30.00 / 1M tokens | Output $180.00 / 1M tokens
其他模型的替代方案
立即開始