vscod的copilot里配置minimax-m2.7

0 阅读1分钟

安装插件:OEvortex.better-copilot-chat 配置文件:

  "chp.providerOverrides": {
    "minimax": {
      "models": [
        {
          "id": "MiniMax-M2.7",
          "name": "MiniMax-M2.7",
          "baseUrl": "https://api.minimaxi.com/anthropic",
          "outputThinking": true,
          "maxInputTokens": 128000,
          "maxOutputTokens": 64000,
          "capabilities": { "imageInput": true, "toolCalling": true },
          "customHeader": {},
          "model": "MiniMax-M2.7",
          "sdkMode": "anthropic",
          "extraBody": {},
        },
      ],
    },
  },

imageInput + toolCalling 需要配置官方的: 图片理解 & 网络搜索 MCP

530a154c0960a20fcb39333dfd4eaefc.png

🎁 MiniMax 跨年福利来袭!邀好友享 Token Plan 双重好礼,助力开发体验! 好友立享 9折 专属优惠 + Builder 权益,你赢返利 + 社区特权! 👉 立即参与:platform.minimaxi.com/subscribe/t…

image.png

image.png