OpenAI · Text

OpenClaw x GPT

GPT 是 OpenAI 的前沿 LLM 系列,提供标准版和 Mini 等不同成本性能比。通过 RunAPI,所有 GPT 模型共享相同 API 和计费。

公开版本与端点

模型 ID版本端点起步价格模型目录
codex-auto-reviewcodex-auto-review
/v1/chat/completions
/v1/responses
$0.0025模型详情
gpt-5.2专业知识工作;深度任务 Thinking 模式
/v1/responses
/v1/chat/completions
$0.0009模型详情
gpt-5.2-progpt-5.2-pro
/v1/responses
$0.011模型详情
gpt-5.3-codex专为多文件代码生成和编辑优化
/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.4最佳编码 + Agent 工作流;业界领先代码基准
/v1/responses
/v1/chat/completions
$0.0025模型详情
gpt-5.4-minigpt-5.4 的经济替代;Free 用户可用
/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.5长时 Agent 任务专用;最佳错误恢复
/v1/chat/completions
/v1/responses
$0.0050模型详情
gpt-5.5-progpt-5.5-pro
/v1/responses
$0.030模型详情
gpt-5.6-lunaGPT-5.6 最快最轻档;摘要、草拟与日常自动化
/v1/responses
/v1/chat/completions
$0.0002模型详情
gpt-5.6-sol旗舰档,攻坚最难任务:复杂编码、深度研究、长时 Agent
/v1/chat/completions
/v1/responses
$0.0050模型详情
gpt-5.6-terra均衡主力,高量任务性价比之选;接近旗舰的质量
/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 协议。