sandiferresnerPi agent 里面把 ClinePass/DeepSeek-V4.1-Flash 钉到 DeepSeek 官方 中发帖

参考这个配置, deepseek v4.1 flash 和 GLM 5.3 flash 不一样 
 [image] 
~/.pi/agent/models.json 
{
  "clinepass": {
    "modelOverrides": {
      "cline-pass/deepseek-v4.1-flash": {
        "maxTokens": 384000,
        "reasoning": true,
        "thinkingLevelMap": {
          "minimal": null,
          "low": "low",
          "medium": null,
          "high": "high",
          "max": "max"
        },
        ...
 
 
Back to Top