V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
LemonLeon
V2EX  ›  OpenAI

GPT-5 API 请求参数调整,避坑指南(汇总)

  •  
  •   LemonLeon · 41 天前 · 2164 次点击
    这是一个创建于 41 天前的主题,其中的信息可能已经有所发展或是发生改变。

    奥特曼试了一把 GPT-5 ,瘫痪在地,大喊:我的 API 怎么跑不通了?

    本篇文章来捋一下 GPT-5 系列模型的 API 参数都有哪些变化,新增的参数,以及注意事项。

    欢迎补充,本帖持续更新。

    省流概览

    reasoning_effort

    可用参数 reasoning_effort,控制 GPT‑5 的推理耗时, 调高参数值可以优化输出质量,而降低参数值可以提升响应速度。

    支持的参数值:minimal( GPT-5 新增)、lowmediumhigh

    支持的模型:除gpt-5-chat-latest,其余均支持。

    verbosity

    新增参数 verbosity,帮助控制控制回答是简短扼要还是详尽全面,调控 GPT‑5 回答的默认长度。

    支持的参数值:lowmediumhigh

    支持的模型:除gpt-5-chat-latest,其余均支持。

    temperature

    需要注意,GPT-5 的 temperature 参数,除了 gpt-5-chat-latest,其他均需要置为空或者设置为 1,不支持其他值。

    web_search

    无法使用,阅读了官方文档以及相关讨论帖,推断目前 GPT-5 系列模型不支持内置的 Web Search 功能。

    查看推理内容

    只有使用 Responses API (v1/responses),并将 store 参数设置为 true ,才能在上下文中保留推理内容。

    此功能在 Chat Completions API (v1/chat/completions)中不支持。

    案例演示

    这里以 Poixe AI 提供的免费 GPT-5 模型 API 接口做演示,调试工具使用 Apifox

    此处仅测试 OpenAI 的 Chat Completions 接口协议(/v1/chat/completions)。

    参数 1:reasoning_effort 成功演示

    截屏 2025-08-08 17.37.25|568x500

    参数 2:verbosity 成功演示

    截屏 2025-08-08 17.45.28|555x499

    参数 3:temperature 失败演示

    截屏 2025-08-08 17.48.49|638x500

    参数 4:web_search 失败演示

    截屏 2025-08-08 17.51.15|578x500

    参考文档

    OpenAI 官方文档:

    https://openai.com/zh-Hans-CN/index/introducing-gpt-5-for-developers/

    https://platform.openai.com/docs/guides/reasoning

    https://platform.openai.com/docs/guides/latest-model?lang=python&verbosity-mode=chat&reasoning-effort-mode=chat&custom-tools-mode=chat

    https://platform.openai.com/docs/guides/tools-web-search?api-mode=chat

    Stackoverflow 讨论帖:

    https://stackoverflow.com/questions/79598009/getting-web-search-is-not-supported-in-o4-mini-even-though-it-is-supported-and

    写在最后

    以上。

    image|500x500

    1 条回复    2025-08-09 21:29:33 +08:00
    xw
        1
    xw  
       40 天前
    谢谢避坑,确实有些变动了
    关于   ·   帮助文档   ·   自助推广系统   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   959 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 24ms · UTC 19:26 · PVG 03:26 · LAX 12:26 · JFK 15:26
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.