佬们,你们CPA出来的Gemini都是用什么agent呢

DanielWw333 2026-09-24 17:42 1

用dsh是不是没有思考等级可以选择?我接中转没有思考等级 ^-^

最新回复 (8)
  • 随时购 09-24 17:47
    1

    我记得CPA反代出来的GEMINI 3.8 FLASH是写死HIGH的

  • luckxingkj 09-24 17:48
    2

    hermes agent, 是的,代出来就加了个high的后缀。

  • mikss-beep 09-24 17:50
    3





    反代在Pi裏使用,ccswtich可以裏配置的,可以開思考 high

  • rainoffallingstar 09-24 17:52
    4

    cursor吧 用cursor++

    反正可以写死就是high的思考等级

  • lanvent 09-24 17:55
    5

    并不是,只是预设是high,传effort为其它的会覆盖。

  • lanvent 09-24 17:59
    6

    我用pi来接codex和claude以外的模型,模型配置如下:


            {
    "id": "gemini-3.8-flash-high",
    "name": "gemini-3.8-flash",
    "api": "google-generative-ai",
    "baseUrl": "http://localhost:xxx/v1beta",
    "reasoning": true,
    "input": [
    "text",
    "image"
    ],
    "contextWindow": 1048576,
    "maxTokens": 65536,
    "thinkingLevelMap": {
    "off": "none"
    },
    "cost": {
    "input": 0.75,
    "output": 3.75,
    "cacheRead": 0.075,
    "cacheWrite": 0
    }
    },
  • 醒梦 09-24 18:01
    7

    只要能设置思考度都没问题啊,我用在opencode,codex,zcode都试过思考度都没问题

  • DanielWw333 楼主 09-24 21:40
    8

    我还没试过在dsh里面接入command code或者opencode,不知道能不能设置思考等级,我现在暂时是试过中转,是不可以的

* 帖子来源Linux.do
返回