You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
1.2 KiB
53 lines
1.2 KiB
{ |
|
"meta": { |
|
"lastTouchedVersion": "2026.2.19-2", |
|
"lastTouchedAt": "2026-02-20T08:45:00.000Z" |
|
}, |
|
"env": { |
|
"TAVILY_API_KEY": "${TAVILY_API_KEY}" |
|
}, |
|
"wizard": { |
|
"lastRunAt": "2026-02-20T03:54:18.096Z", |
|
"lastRunVersion": "2026.2.17", |
|
"lastRunAt": "2026.2.17", |
|
"lastRunCommand": "doctor", |
|
"lastRunMode": "local" |
|
}, |
|
"auth": { |
|
"profiles": { |
|
"minimax-cn:default": { |
|
"provider": "minimax-cn", |
|
"mode": "api_key" |
|
}, |
|
"qwen-portal:default": { |
|
"provider": "qwen-portal", |
|
"mode": "oauth" |
|
} |
|
} |
|
}, |
|
"models": { |
|
"mode": "merge", |
|
"providers": { |
|
"minimax-cn": { |
|
"baseUrl": "https://api.minimaxi.com/anthropic", |
|
"api": "anthropic-messages", |
|
"models": [ |
|
{ |
|
"id": "MiniMax-M2.5", |
|
"name": "MiniMax M2.5", |
|
"reasoning": true, |
|
"input": ["text"], |
|
"cost": { |
|
"input": 15, |
|
"output": 60, |
|
"cacheRead": 2, |
|
"cacheWrite": 10 |
|
}, |
|
"contextWindow": 200000, |
|
"maxTokens": 8192 |
|
} |
|
] |
|
} |
|
} |
|
} |
|
}
|
|
|