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-reviewcodex-auto-review
/v1/chat/completions
/v1/responses
$0.0025模型詳情
gpt-5.2Professional knowledge work; Thinking mode for deep tasks
/v1/responses
/v1/chat/completions
$0.0009模型詳情
gpt-5.2-progpt-5.2-pro
/v1/responses
$0.011模型詳情
gpt-5.3-codexSpecialized for multi-file code generation and editing
/v1/responses
/v1/chat/completions
$0.0011模型詳情
gpt-5.3-codex-sparkgpt-5.3-codex-spark
/v1/chat/completions
/v1/responses
$0.0011模型詳情
gpt-5.4Best coding + agentic workflows; industry-leading code benchmark
/v1/responses
/v1/chat/completions
$0.0025模型詳情
gpt-5.4-miniCost-effective fallback for gpt-5.4; available to Free tier
/v1/chat/completions
/v1/responses
$0.0005模型詳情
gpt-5.4-nanogpt-5.4-nano
/v1/chat/completions
/v1/responses
$0.0001模型詳情
gpt-5.4-progpt-5.4-pro
/v1/responses
$0.030模型詳情
gpt-5.5Purpose-built for long-horizon agentic tasks; best error recovery
/v1/chat/completions
/v1/responses
$0.0050模型詳情
gpt-5.5-progpt-5.5-pro
/v1/responses
$0.030模型詳情
gpt-5.6-lunaFastest, lightest GPT-5.6 tier for summaries, drafts, and everyday automation
/v1/responses
/v1/chat/completions
$0.0002模型詳情
gpt-5.6-solFlagship for the hardest tasks: complex coding, deep research, long-horizon agents
/v1/chat/completions
/v1/responses
$0.0050模型詳情
gpt-5.6-terraBalanced workhorse for high-volume tasks; near-flagship quality, cost-efficient
/v1/chat/completions
/v1/responses
$0.0020模型詳情

設定

指南端點: <endpoint>

選擇 <model-id> 後,依端點的公開輸入契約產生請求。

驗證

選擇 <model-id> 後產生驗證命令。

使用流程

  1. 1. 選擇模型 ID

    選擇公開模型 ID,並查看其端點與目前起始價格。

  2. 2. 設定 RunAPI

    為此 Agent 新增 Provider 設定。

  3. 3. 驗證結果

    執行下方 Agent 狀態與模型選擇命令。

常見問題

應該使用哪個模型 ID?

從版本表選擇公開模型 ID。每個 ID 可用的端點均列於相應資料列。

本指南會設定聊天模型嗎?

會。此 Model Line 支援面向用戶端的 LLM 協定。