返回列表 发布新帖

[其他应用] openclaw配置百炼codingPlan,简单配置,亲测可用。

563 1
发表于 2026-3-18 22:15:33 | 查看全部 阅读模式 IP:–湖南

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?立即注册

×

把下面的YOUR_API_KEY换成自己百炼的KEY。然后复制到webUI的配置的raw中保存就行了。


{
  meta: {
    lastTouchedVersion: '2026.3.11',
    lastTouchedAt: '2026-03-14T05:26:26.484Z',
  },
  agents: {
    defaults: {
      compaction: {
        mode: 'safeguard',
      },
      model: {
        primary: 'bailian/qwen3.5-plus',
      },
      imageModel: {
        primary: 'default/MiniMax-M2.1',
      },
      workspace: '/root/.openclaw/workspace',
      models: {
        'bailian/qwen3.5-plus': {},
        'bailian/qwen3-max-2026-01-23': {},
        'bailian/qwen3-coder-next': {},
        'bailian/qwen3-coder-plus': {},
        'bailian/MiniMax-M2.5': {},
        'bailian/glm-5': {},
        'bailian/glm-4.7': {},
        'bailian/kimi-k2.5': {},
      },
      sandbox: {
        mode: 'off',
      },
    },
  },
  commands: {
    native: 'auto',
    nativeSkills: 'auto',
    restart: true,
    ownerDisplay: 'raw',
  },
  discovery: {
    mdns: {
      mode: 'off',
    },
  },
  plugins: {
    entries: {
      'dingtalk-connector': {
        enabled: true,
      },
      'openclaw-qqbot': {
        enabled: true,
      },
      'wecom-openclaw-plugin': {
        enabled: true,
      },
    },
    installs: {
      'dingtalk-connector': {
        source: 'npm',
        spec: '@dingtalk-real-ai/dingtalk-connector',
        installPath: '/root/.openclaw/extensions/dingtalk-connector',
        version: '0.7.6',
        resolvedName: '@dingtalk-real-ai/dingtalk-connector',
        resolvedVersion: '0.7.6',
        resolvedSpec: '@dingtalk-real-ai/[email protected]',
        integrity: 'sha512-a7X80qDo1IBGVDU76C+epzbRDBfpTKSBbF+LiZ1ZqfQWGzscMEI5nJQb21eIUcxxb4Iny/i+16NxrPjqzHcW1Q==',
        shasum: 'ad8343064a9cb147c2d2cf52017cab7397fcd9e1',
        resolvedAt: '2026-03-12T05:05:51.854Z',
        installedAt: '2026-03-12T05:06:21.821Z',
      },
      'openclaw-qqbot': {
        source: 'npm',
        spec: '@tencent-connect/openclaw-qqbot@latest',
        installPath: '/root/.openclaw/extensions/openclaw-qqbot',
        version: '1.5.7',
        resolvedName: '@tencent-connect/openclaw-qqbot',
        resolvedVersion: '1.5.7',
        resolvedSpec: '@tencent-connect/[email protected]',
        integrity: 'sha512-L7FmpZFRCPE8rx5T4QXeAKfoOv+UTkOBIyIcur4VPR4WVfEWAN+GMCa88VZYUf89zy834BaNzJNkHbYdasMqIg==',
        shasum: 'e9ecfe9edd661bad52c78d01abd4f0817f3cbfae',
        resolvedAt: '2026-03-12T05:06:26.897Z',
        installedAt: '2026-03-12T05:08:51.964Z',
      },
      'wecom-openclaw-plugin': {
        source: 'npm',
        spec: '@wecom/wecom-openclaw-plugin',
        installPath: '/root/.openclaw/extensions/wecom-openclaw-plugin',
        version: '1.0.8',
        resolvedName: '@wecom/wecom-openclaw-plugin',
        resolvedVersion: '1.0.8',
        resolvedSpec: '@wecom/[email protected]',
        integrity: 'sha512-0PvERa10wrP9KrhC19YjFX1M2WxybqdjVfM3mN9XbFGDm0BOEnhWCbyXtpVMIKqLD+f2hoj0NrTpf8RCXneKMQ==',
        shasum: '6ab3466f91b793bfdf587c2a0516e2b51e87ae16',
        resolvedAt: '2026-03-12T05:08:57.364Z',
        installedAt: '2026-03-12T05:09:04.608Z',
      },
    },
    enabled: true,
    allow: [
      'dingtalk-connector',
      'openclaw-qqbot',
      'wecom-openclaw-plugin',
    ],
  },
  models: {
    providers: {
      default: {
        apiKey: '__OPENCLAW_REDACTED__',
        baseUrl: 'http://127.0.0.1:19099',
        api: 'openai-completions',
        models: [
          {
            id: 'MiniMax-M2.1',
            name: 'MiniMax-M2.1',
            reasoning: true,
            input: [
              'text',
            ],
            cost: {
              input: 0,
              output: 0,
              cacheRead: 0,
              cacheWrite: 0,
            },
            contextWindow: 200000,
            maxTokens: 8192,
          },
        ],
      },
      bailian: {
        baseUrl: 'https://coding.dashscope.aliyuncs.com/v1',
        apiKey: 'YOUR_API_KEY',
        api: 'openai-completions',
        models: [
          {
            id: 'qwen3.5-plus',
            name: 'qwen3.5-plus',
            reasoning: false,
            input: ['text', 'image'],
            cost: { input: 0, output: 0, cacheRead: 0, cacheWrite: 0 },
            contextWindow: 1000000,
            maxTokens: 65536,
            compat: {
              thinkingFormat: 'qwen',
            },
          },
          {
            id: 'qwen3-max-2026-01-23',
            name: 'qwen3-max-2026-01-23',
            reasoning: false,
            input: ['text'],
            cost: { input: 0, output: 0, cacheRead: 0, cacheWrite: 0 },
            contextWindow: 262144,
            maxTokens: 65536,
            compat: {
              thinkingFormat: 'qwen',
            },
          },
          {
            id: 'qwen3-coder-next',
            name: 'qwen3-coder-next',
            reasoning: false,
            input: ['text'],
            cost: { input: 0, output: 0, cacheRead: 0, cacheWrite: 0 },
            contextWindow: 262144,
            maxTokens: 65536,
          },
          {
            id: 'qwen3-coder-plus',
            name: 'qwen3-coder-plus',
            reasoning: false,
            input: ['text'],
            cost: { input: 0, output: 0, cacheRead: 0, cacheWrite: 0 },
            contextWindow: 1000000,
            maxTokens: 65536,
          },
          {
            id: 'MiniMax-M2.5',
            name: 'MiniMax-M2.5',
            reasoning: false,
            input: ['text'],
            cost: { input: 0, output: 0, cacheRead: 0, cacheWrite: 0 },
            contextWindow: 196608,
            maxTokens: 32768,
          },
          {
            id: 'glm-5',
            name: 'glm-5',
            reasoning: false,
            input: ['text'],
            cost: { input: 0, output: 0, cacheRead: 0, cacheWrite: 0 },
            contextWindow: 202752,
            maxTokens: 16384,
            compat: {
              thinkingFormat: 'qwen',
            },
          },
          {
            id: 'glm-4.7',
            name: 'glm-4.7',
            reasoning: false,
            input: ['text'],
            cost: { input: 0, output: 0, cacheRead: 0, cacheWrite: 0 },
            contextWindow: 202752,
            maxTokens: 16384,
            compat: {
              thinkingFormat: 'qwen',
            },
          },
          {
            id: 'kimi-k2.5',
            name: 'kimi-k2.5',
            reasoning: false,
            input: ['text', 'image'],
            cost: { input: 0, output: 0, cacheRead: 0, cacheWrite: 0 },
            contextWindow: 262144,
            maxTokens: 32768,
            compat: {
              thinkingFormat: 'qwen',
            },
          },
        ],
      },
    },
  },
  tools: {
    profile: 'full',
    sessions: {
      visibility: 'all',
    },
    fs: {
      workspaceOnly: true,
    },
  },
  channels: {},
  gateway: {
    port: 18799,
    bind: 'lan',
    mode: 'local',
    controlUi: {
      allowInsecureAuth: true,
      dangerouslyDisableDeviceAuth: true,
      allowedOrigins: ['*'],
    },
    auth: {
      token: '__OPENCLAW_REDACTED__',
      mode: 'token',
    },
  },
  update: {
    checkOnStart: false,
    auto: {
      enabled: false,
    },
  },
}



image.png
image.png
image.png

评论1

混迹于东一环Lv.1 发表于 2026-3-19 00:15:53 来自手机 | 查看全部 IP:–湖北 /全省通用
直接复制这条发给 OpenClaw 机器人就行:
@SkillHub install minimax-coding-plan-usage

评论

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Copyright © 2026 绿联NAS私有云社区 版权所有 All Rights Reserved. 粤公网安备44030002002555号| 粤ICP备12028978号
关灯 在本版发帖
联系技术支持
返回顶部
快速回复 返回顶部 返回列表