刚刚发现 pi 的 dsv4f 思考强度一直是 high

geebos 2026-08-11 13:07 1

pi 在配置 anthropic-messages provider 的时候没有配置 forceAdaptiveThinking=true 就不会设置 output_config.effort 并且还会设置思考预算,而官方默认的思考强度是 high,所以我用了一个星期的 high 强度的 dsv4f ^-^




完整配置

{

“providers”: {

“custom”: {

“baseUrl”: “http://127.0.0.1:3000”,

“api”: “anthropic-messages”,

“compat”: {

“allowEmptySignature”: true,

“forceAdaptiveThinking”: true

},

“models”: [

{

“id”: “deepseek-v4-flash”,

“name”: “deepseek-v4-flash”,

“reasoning”: true,

“contextWindow”: 1000000,

“maxTokens”: 128000,

“thinkingLevelMap”: {

“xhigh”: “max”

}

}

]

}

}


最新回复 (5)
  • 挨个搞 08-11 13:10
    1

    /settings 里面可是设置思考强度

  • geebos 楼主 08-11 13:13
    2

    模型配置里没设置 “forceAdaptiveThinking”: true 的话 settings 里设置的思考强度不会设置到接口里

  • geekjam 08-11 13:13
    3

    high个人感觉也还可以,目前没用过max,暂不知道差距有多大

  • 事在人为 08-11 13:29
    4

    我也一直用的pi默认的思考强度,这个对于一个flash模型来说差距很大吗

  • kuviki 08-11 13:47
    5



    大致消耗差不多的 token,智力只有80%

* 帖子来源Linux.do
返回