把opencode go 订阅接入 newapi 配置 问题

小匠 2026-08-05 11:09 1

把opencode go 订阅接入 newapi 配置 问题

我配置好了渠道



用 deepseek-v4-flash 模型



测试是正常的


使用的时候就不行,就直接保存,佬友们可有同样的问题


通道「opencode」已被禁用,原因:status_code=400, Error from provider (Console Go): Upstream request failed: [invalid_request_error] The `reasoning_content` in the thinking mode must be passed back to the API.

最新回复 (6)
  • frondesce 08-05 11:12
    1

    佬是不是 new api 版本比较低?

    这个报错是没有把 v4 flash 的思维链做回传

  • 小匠 楼主 08-05 11:20
    2

    我是22,现在最新的是23,就差一个版本了 ^-^

  • ssssshql 08-05 11:36
    3

    我也出现这个问题了,之前都一直没问题

  • hui xu 08-05 11:52
    4

    {

    “operations”: [

    {

    “mode”: “set”,

    “path”: “thinking”,

    “value”: {

    “type”: “disabled”

    }

    }

    ]

    } 试下覆盖

  • 雪之城 08-05 12:36
    5

    强制使用Chat Completions**模式看下, 我记得 opencode go 只支持Chat Completions, 我在sub2api 配置自动或 Responses 就不行

  • Lucky923 08-05 12:50
    6

    先套一层cpa呢,我这也是折腾好久了,能跑通,就是不稳定,经常截断,目前感觉可能和网络有关

* 帖子来源Linux.do
返回