{
  "$schema": "https://opencode.ai/config.json",
  "plugin": [
    "OContinue"
  ],
  "permission": {
    "*": "allow"
  },
  "mode": {
    "build": {
      "temperature": 0,
      "permission": {
        "*": "allow"
      },
      "options": {}
    },
    "plan": {
      "temperature": 0,
      "permission": {
        "*": "allow"
      },
      "options": {}
    }
  },
  "agent": {
    "build": {
      "mode": "primary",
      "temperature": 0,
      "permission": {
        "*": "allow"
      },
      "description": "构建主代理,负责执行构建任务",
      "options": {}
    },
    "plan": {
      "mode": "primary",
      "temperature": 0,
      "permission": {
        "*": "allow"
      },
      "description": "计划主代理,负责制定执行计划",
      "options": {}
    },
    "sisyphus": {
      "mode": "primary",
      "temperature": 0,
      "permission": {
        "*": "allow"
      },
      "description": "西西弗斯主代理,执行持续性任务",
      "options": {}
    },
    "general": {
      "mode": "subagent",
      "temperature": 0,
      "description": "通用子代理,用于复杂搜索和多步任务",
      "permission": {
        "*": "allow"
      },
      "options": {}
    },
    "explore": {
      "mode": "subagent",
      "temperature": 0,
      "description": "探索子代理,用于快速代码库探索",
      "permission": {
        "*": "allow"
      },
      "options": {}
    }
  },
  "disabled_providers": [],
  "model": "volcengine-plan/ark-code-latest",
  "provider": {
    "volcengine-plan": {
      "npm": "@ai-sdk/openai-compatible",
      "name": "Volcano Engine",
      "options": {
        "baseURL": "https://ark.cn-beijing.volces.com/api/coding/v3",
        "apiKey": ""
      },
      "models": {
        "ark-code-latest": {
          "name": "Auto",
          "limit": {
            "context": 256000,
            "output": 4096
          },
          "modalities": {
            "input": ["text", "image"],
            "output": ["text"]
          },
          "options": {
            "thinking": { "type": "enabled" }
          },
          "variants": {
            "max": {
              "reasoningEffort": "max",
              "textVerbosity": "low",
              "reasoningSummary": "auto"
            },
            "high": {
              "reasoningEffort": "high",
              "textVerbosity": "low",
              "reasoningSummary": "auto"
            },
            "xhigh": {
              "reasoningEffort": "high",
              "textVerbosity": "low",
              "reasoningSummary": "auto"
            }
          }
        },
        "doubao-seed-code": {
          "name": "Doubao-Seed-Code",
          "limit": {
            "context": 256000,
            "output": 4096
          },
          "modalities": {
            "input": ["text", "image"],
            "output": ["text"]
          },
          "options": {
            "thinking": { "type": "enabled" }
          },
          "variants": {
            "max": {
              "reasoningEffort": "max",
              "textVerbosity": "low",
              "reasoningSummary": "auto"
            },
            "high": {
              "reasoningEffort": "high",
              "textVerbosity": "low",
              "reasoningSummary": "auto"
            },
            "xhigh": {
              "reasoningEffort": "high",
              "textVerbosity": "low",
              "reasoningSummary": "auto"
            }
          }
        },
        "glm-5.1": {
          "name": "GLM-5.1",
          "limit": {
            "context": 200000,
            "output": 4096
          },
          "modalities": {
            "input": ["text"],
            "output": ["text"]
          },
          "options": {
            "thinking": { "type": "enabled" }
          },
          "variants": {
            "max": {
              "reasoningEffort": "max",
              "textVerbosity": "low",
              "reasoningSummary": "auto"
            },
            "high": {
              "reasoningEffort": "high",
              "textVerbosity": "low",
              "reasoningSummary": "auto"
            },
            "xhigh": {
              "reasoningEffort": "high",
              "textVerbosity": "low",
              "reasoningSummary": "auto"
            }
          }
        },
        "glm-4.7": {
          "name": "GLM-4.7",
          "limit": {
            "context": 200000,
            "output": 4096
          },
          "modalities": {
            "input": ["text"],
            "output": ["text"]
          },
          "options": {
            "thinking": { "type": "enabled" }
          },
          "variants": {
            "max": {
              "reasoningEffort": "max",
              "textVerbosity": "low",
              "reasoningSummary": "auto"
            },
            "high": {
              "reasoningEffort": "high",
              "textVerbosity": "low",
              "reasoningSummary": "auto"
            },
            "xhigh": {
              "reasoningEffort": "high",
              "textVerbosity": "low",
              "reasoningSummary": "auto"
            }
          }
        },
        "deepseek-v3.2": {
          "name": "DeepSeek V3.2",
          "limit": {
            "context": 128000,
            "output": 4096
          },
          "options": {
            "thinking": { "type": "enabled" }
          },
          "variants": {
            "max": {
              "reasoningEffort": "max",
              "textVerbosity": "low",
              "reasoningSummary": "auto"
            },
            "high": {
              "reasoningEffort": "high",
              "textVerbosity": "low",
              "reasoningSummary": "auto"
            },
            "xhigh": {
              "reasoningEffort": "high",
              "textVerbosity": "low",
              "reasoningSummary": "auto"
            }
          }
        },
        "doubao-seed-2.0-code": {
          "name": "Doubao-Seed-2.0-Code",
          "limit": {
            "context": 256000,
            "output": 4096
          },
          "modalities": {
            "input": ["text", "image"],
            "output": ["text"]
          },
          "options": {
            "thinking": { "type": "enabled" }
          },
          "variants": {
            "max": {
              "reasoningEffort": "max",
              "textVerbosity": "low",
              "reasoningSummary": "auto"
            },
            "high": {
              "reasoningEffort": "high",
              "textVerbosity": "low",
              "reasoningSummary": "auto"
            },
            "xhigh": {
              "reasoningEffort": "high",
              "textVerbosity": "low",
              "reasoningSummary": "auto"
            }
          }
        },
        "doubao-seed-2.0-pro": {
          "name": "Doubao-Seed-2.0-Pro",
          "limit": {
            "context": 256000,
            "output": 4096
          },
          "modalities": {
            "input": ["text", "image"],
            "output": ["text"]
          },
          "options": {
            "thinking": { "type": "enabled" }
          },
          "variants": {
            "max": {
              "reasoningEffort": "max",
              "textVerbosity": "low",
              "reasoningSummary": "auto"
            },
            "high": {
              "reasoningEffort": "high",
              "textVerbosity": "low",
              "reasoningSummary": "auto"
            },
            "xhigh": {
              "reasoningEffort": "high",
              "textVerbosity": "low",
              "reasoningSummary": "auto"
            }
          }
        },
        "doubao-seed-2.0-lite": {
          "name": "Doubao-Seed-2.0-Lite",
          "limit": {
            "context": 256000,
            "output": 4096
          },
          "modalities": {
            "input": ["text", "image"],
            "output": ["text"]
          },
          "options": {
            "thinking": { "type": "enabled" }
          },
          "variants": {
            "max": {
              "reasoningEffort": "max",
              "textVerbosity": "low",
              "reasoningSummary": "auto"
            },
            "high": {
              "reasoningEffort": "high",
              "textVerbosity": "low",
              "reasoningSummary": "auto"
            },
            "xhigh": {
              "reasoningEffort": "high",
              "textVerbosity": "low",
              "reasoningSummary": "auto"
            }
          }
        },
        "minimax-latest": {
          "name": "MiniMax-M2.7",
          "limit": {
            "context": 200000,
            "output": 4096
          },
          "modalities": {
            "input": ["text"],
            "output": ["text"]
          },
          "options": {
            "thinking": { "type": "enabled" }
          },
          "variants": {
            "max": {
              "reasoningEffort": "max",
              "textVerbosity": "low",
              "reasoningSummary": "auto"
            },
            "high": {
              "reasoningEffort": "high",
              "textVerbosity": "low",
              "reasoningSummary": "auto"
            },
            "xhigh": {
              "reasoningEffort": "high",
              "textVerbosity": "low",
              "reasoningSummary": "auto"
            }
          }
        },
        "kimi-k2.6": {
          "name": "Kimi-K2.6",
          "limit": {
            "context": 256000,
            "output": 4096
          },
          "modalities": {
            "input": ["text", "image"],
            "output": ["text"]
          },
          "options": {
            "thinking": { "type": "enabled" }
          },
          "variants": {
            "max": {
              "reasoningEffort": "max",
              "textVerbosity": "low",
              "reasoningSummary": "auto"
            },
            "high": {
              "reasoningEffort": "high",
              "textVerbosity": "low",
              "reasoningSummary": "auto"
            },
            "xhigh": {
              "reasoningEffort": "high",
              "textVerbosity": "low",
              "reasoningSummary": "auto"
            }
          }
        },
        "kimi-k2.5": {
          "name": "Kimi-K2.5",
          "limit": {
            "context": 256000,
            "output": 4096
          },
          "modalities": {
            "input": ["text", "image"],
            "output": ["text"]
          },
          "options": {
            "thinking": { "type": "enabled" }
          },
          "variants": {
            "max": {
              "reasoningEffort": "max",
              "textVerbosity": "low",
              "reasoningSummary": "auto"
            },
            "high": {
              "reasoningEffort": "high",
              "textVerbosity": "low",
              "reasoningSummary": "auto"
            },
            "xhigh": {
              "reasoningEffort": "high",
              "textVerbosity": "low",
              "reasoningSummary": "auto"
            }
          }
        }
      }
    },
    "cucloud-cn": {
      "name": "Unicom",
      "npm": "@ai-sdk/openai-compatible",
      "options": {
        "baseURL": "https://aigw-gzgy2.cucloud.cn:8443/v1",
        "apiKey": ""
      },
      "models": {
        "DeepSeek-V4-Flash": {
          "name": "DeepSeek V4 Flash",
          "options": {
            "thinking": { "type": "enabled" }
          },
          "limit": {
            "context": 1000000,
            "output": 393216
          },
          "modalities": {
            "input": ["text", "image"],
            "output": ["text"]
          },
          "variants": {
            "max": {
              "reasoningEffort": "max",
              "textVerbosity": "low",
              "reasoningSummary": "auto"
            },
            "high": {
              "reasoningEffort": "high",
              "textVerbosity": "low",
              "reasoningSummary": "auto"
            },
            "xhigh": {
              "reasoningEffort": "high",
              "textVerbosity": "low",
              "reasoningSummary": "auto"
            }
          }
        },
        "DeepSeek-V4-Pro": {
          "name": "DeepSeek V4 Pro",
          "options": {
            "thinking": { "type": "enabled" }
          },
          "limit": {
            "context": 1000000,
            "output": 393216
          },
          "modalities": {
            "input": ["text", "image"],
            "output": ["text"]
          },
          "variants": {
            "max": {
              "reasoningEffort": "max",
              "textVerbosity": "low",
              "reasoningSummary": "auto"
            },
            "high": {
              "reasoningEffort": "high",
              "textVerbosity": "low",
              "reasoningSummary": "auto"
            },
            "xhigh": {
              "reasoningEffort": "high",
              "textVerbosity": "low",
              "reasoningSummary": "auto"
            }
          }
        },
        "glm-5": {
          "name": "GLM-5",
          "options": {
            "thinking": {
              "type": "enabled",
              "reasoningEffort": "high",
              "textVerbosity": "low"
            }
          },
          "limit": {
            "context": 200000,
            "output": 131072
          },
          "modalities": {
            "input": ["text", "image"],
            "output": ["text"]
          },
          "variants": {
            "max": {
              "reasoningEffort": "max",
              "textVerbosity": "low",
              "reasoningSummary": "auto"
            },
            "high": {
              "reasoningEffort": "high",
              "textVerbosity": "low",
              "reasoningSummary": "auto"
            },
            "xhigh": {
              "reasoningEffort": "high",
              "textVerbosity": "low",
              "reasoningSummary": "auto"
            }
          }
        },
        "glm-5.1": {
          "name": "GLM-5.1",
          "options": {
            "thinking": { "type": "enabled" }
          },
          "limit": {
            "context": 200000,
            "output": 131072
          },
          "modalities": {
            "input": ["text", "image"],
            "output": ["text"]
          },
          "variants": {
            "max": {
              "reasoningEffort": "max",
              "textVerbosity": "low",
              "reasoningSummary": "auto"
            },
            "high": {
              "reasoningEffort": "high",
              "textVerbosity": "low",
              "reasoningSummary": "auto"
            },
            "xhigh": {
              "reasoningEffort": "high",
              "textVerbosity": "low",
              "reasoningSummary": "auto"
            }
          }
        },
        "Qwen3.5-397B-A17B": {
          "name": "Qwen3.5-397B-A17B",
          "options": {
            "thinking": { "type": "enabled" }
          },
          "limit": {
            "context": 262144,
            "output": 131072
          },
          "modalities": {
            "input": ["text", "image"],
            "output": ["text"]
          },
          "variants": {
            "max": {
              "reasoningEffort": "max",
              "textVerbosity": "low",
              "reasoningSummary": "auto"
            },
            "high": {
              "reasoningEffort": "high",
              "textVerbosity": "low",
              "reasoningSummary": "auto"
            },
            "xhigh": {
              "reasoningEffort": "high",
              "textVerbosity": "low",
              "reasoningSummary": "auto"
            }
          }
        },
        "MiniMax-M2.5": {
          "name": "MiniMax M2.5",
          "options": {
            "thinking": { "type": "enabled" }
          },
          "limit": {
            "context": 200000,
            "output": 131072
          },
          "modalities": {
            "input": ["text"],
            "output": ["text"]
          },
          "variants": {
            "max": {
              "reasoningEffort": "max",
              "textVerbosity": "low",
              "reasoningSummary": "auto"
            },
            "high": {
              "reasoningEffort": "high",
              "textVerbosity": "low",
              "reasoningSummary": "auto"
            },
            "xhigh": {
              "reasoningEffort": "high",
              "textVerbosity": "low",
              "reasoningSummary": "auto"
            }
          }
        },
        "kimi-k2.5": {
          "name": "Kimi K2.5",
          "options": {
            "thinking": { "type": "enabled" }
          },
          "limit": {
            "context": 262144,
            "output": 262144
          },
          "modalities": {
            "input": ["text"],
            "output": ["text"]
          },
          "variants": {
            "max": {
              "reasoningEffort": "max",
              "textVerbosity": "low",
              "reasoningSummary": "auto"
            },
            "high": {
              "reasoningEffort": "high",
              "textVerbosity": "low",
              "reasoningSummary": "auto"
            },
            "xhigh": {
              "reasoningEffort": "high",
              "textVerbosity": "low",
              "reasoningSummary": "auto"
            }
          }
        },
        "Qwen3-235B-A22B": {
          "name": "Qwen3-235B-A22B",
          "options": {
            "thinking": { "type": "enabled" }
          },
          "limit": {
            "context": 262144,
            "output": 262144
          },
          "modalities": {
            "input": ["text"],
            "output": ["text"]
          },
          "variants": {
            "max": {
              "reasoningEffort": "max",
              "textVerbosity": "low",
              "reasoningSummary": "auto"
            },
            "high": {
              "reasoningEffort": "high",
              "textVerbosity": "low",
              "reasoningSummary": "auto"
            },
            "xhigh": {
              "reasoningEffort": "high",
              "textVerbosity": "low",
              "reasoningSummary": "auto"
            }
          }
        }
      }
    }
  }
}
Logo

欢迎加入DeepSeek 技术社区。在这里,你可以找到志同道合的朋友,共同探索AI技术的奥秘。

更多推荐