OpenAI · Text
Hermes Agent x GPT
GPT 是 OpenAI 的前沿 LLM 系列,提供标准版和 Mini 等不同成本性能比。通过 RunAPI,所有 GPT 模型共享相同 API 和计费。
公开版本与端点
| 模型 ID | 版本 | 端点 | 起步价格 | 模型目录 |
|---|---|---|---|---|
codex-auto-review | codex-auto-review | /v1/chat/completions/v1/responses | $0.0025 | 模型详情 |
gpt-5.2 | 专业知识工作;深度任务 Thinking 模式 | /v1/responses/v1/chat/completions | $0.0009 | 模型详情 |
gpt-5.2-pro | gpt-5.2-pro | /v1/responses | $0.011 | 模型详情 |
gpt-5.3-codex | 专为多文件代码生成和编辑优化 | /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 | 最佳编码 + Agent 工作流;业界领先代码基准 | /v1/responses/v1/chat/completions | $0.0025 | 模型详情 |
gpt-5.4-mini | gpt-5.4 的经济替代;Free 用户可用 | /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 | 长时 Agent 任务专用;最佳错误恢复 | /v1/chat/completions/v1/responses | $0.0050 | 模型详情 |
gpt-5.5-pro | gpt-5.5-pro | /v1/responses | $0.030 | 模型详情 |
gpt-5.6-luna | GPT-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. 选择模型 ID
选择公开模型 ID,并查看其端点与当前起步价格。
- 2. 配置 RunAPI
为该 Agent 添加 Provider 配置。
- 3. 验证结果
运行下方 Agent 状态与模型选择命令。
常见问题
应该使用哪个模型 ID?
从版本表选择公开模型 ID。每个 ID 可使用的端点均显示在对应行。
本指南会配置聊天模型吗?
会。该 Model Line 支持面向客户端的 LLM 协议。