直接在回帖里发一下吧
- {
- "models": {
- "mode": "merge",
- "providers": {
- "custom": {
- "baseUrl": "https://dashscope.aliyuncs.com/compatible-mode/v1",
- "apiKey": "你的apikey",
- "api": "openai-completions",
- "models": [
- {
- "id": "kimi-k2.5",
- "name": "kimi-k2.5",
- "reasoning": false,
- "input": [
- "text"
- ],
- "cost": {
- "input": 0,
- "output": 0,
- "cacheRead": 0,
- "cacheWrite": 0
- },
- "contextWindow": 128000,
- "maxTokens": 8192
- }
- ]
- }
- }
- },
- "agents": {
- "defaults": {
- "model": {
- "primary": "custom/kimi-k2.5"
- },
- "compaction": {
- "mode": "safeguard"
- }
- }
- },
- "commands": {
- "native": "auto",
- "nativeSkills": "auto",
- "restart": true,
- "ownerDisplay": "raw"
- },
- "gateway": {
- "port": 18789,
- "mode": "local",
- "bind": "lan",
- "controlUi": {
- "dangerouslyAllowHostHeaderOriginFallback": true,
- "dangerouslyDisableDeviceAuth": true
- },
- "auth": {
- "mode": "token",
- "token": "87201c631bc78924f04697a73786406f1fa9066f98d0d58a"
- }
- },
- "meta": {
- "lastTouchedVersion": "2026.2.26",
- "lastTouchedAt": "2026-03-01T03:50:55.427Z"
- }
- }
复制代码 |