OpenAI · Text
OpenClaw x GPT
GPT is OpenAI's frontier LLM family, spanning standard and mini variants for different cost-performance trade-offs. Through RunAPI, all GPT models share the same API shape and billing.
公開版本與端點
| 模型 ID | 版本 | 端點 | 起始價格 | 模型目錄 |
|---|---|---|---|---|
codex-auto-review | codex-auto-review | /v1/chat/completions/v1/responses | $0.0025 | 模型詳情 |
gpt-5.2 | Professional knowledge work; Thinking mode for deep tasks | /v1/responses/v1/chat/completions | $0.0009 | 模型詳情 |
gpt-5.2-pro | gpt-5.2-pro | /v1/responses | $0.011 | 模型詳情 |
gpt-5.3-codex | Specialized for multi-file code generation and editing | /v1/responses/v1/chat/completions | $0.0011 | 模型詳情 |
gpt-5.3-codex-spark | gpt-5.3-codex-spark | /v1/chat/completions/v1/responses | $0.0011 | 模型詳情 |
gpt-5.4 | Best coding + agentic workflows; industry-leading code benchmark | /v1/responses/v1/chat/completions | $0.0025 | 模型詳情 |
gpt-5.4-mini | Cost-effective fallback for gpt-5.4; available to Free tier | /v1/chat/completions/v1/responses | $0.0005 | 模型詳情 |
gpt-5.4-nano | gpt-5.4-nano | /v1/chat/completions/v1/responses | $0.0001 | 模型詳情 |
gpt-5.4-pro | gpt-5.4-pro | /v1/responses | $0.030 | 模型詳情 |
gpt-5.5 | Purpose-built for long-horizon agentic tasks; best error recovery | /v1/chat/completions/v1/responses | $0.0050 | 模型詳情 |
gpt-5.5-pro | gpt-5.5-pro | /v1/responses | $0.030 | 模型詳情 |
gpt-5.6-luna | Fastest, lightest GPT-5.6 tier for summaries, drafts, and everyday automation | /v1/responses/v1/chat/completions | $0.0002 | 模型詳情 |
gpt-5.6-sol | Flagship for the hardest tasks: complex coding, deep research, long-horizon agents | /v1/chat/completions/v1/responses | $0.0050 | 模型詳情 |
gpt-5.6-terra | Balanced workhorse for high-volume tasks; near-flagship quality, cost-efficient | /v1/chat/completions/v1/responses | $0.0020 | 模型詳情 |
設定
指南端點: <endpoint>
選擇 <model-id> 後,依端點的公開輸入契約產生請求。驗證
選擇 <model-id> 後產生驗證命令。使用流程
- 1. 選擇模型 ID
選擇公開模型 ID,並查看其端點與目前起始價格。
- 2. 設定 RunAPI
為此 Agent 新增 Provider 設定。
- 3. 驗證結果
執行下方 Agent 狀態與模型選擇命令。
常見問題
應該使用哪個模型 ID?
從版本表選擇公開模型 ID。每個 ID 可用的端點都列在對應資料列。
本指南會設定聊天模型嗎?
會。此 Model Line 支援面向用戶端的 LLM 協定。