OpenClaw 完整备份 - 2026-03-21
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"version": 1,
|
||||
"profiles": {
|
||||
"qwen-portal:default": {
|
||||
"type": "oauth",
|
||||
"provider": "qwen-portal",
|
||||
"access": "ZeEtVmIMLvnGaKxKYylZs3C8vG_PTpV-iZib9KBaCk5CZ4qQMeiTuYmgkAhYJ-3kbcZqAIox4L45Yghgr7OCeQ",
|
||||
"refresh": "nFONPJGOF6LXP6L7sqzwhjGn_OZOy-TipHpT7cRGJQn0ySvDXhTw20uZsX1y4S9gugdnHxbCv8uVUFWsScJ1Fg",
|
||||
"expires": 1773791169398
|
||||
},
|
||||
"minimax:cn": {
|
||||
"type": "api_key",
|
||||
"provider": "minimax",
|
||||
"key": "sk-cp-oEoKXkO8k3TRWqhVMmOY7etRnvmflwpou5t6FHnthSVuGE1sJ5TdGM9MfZFtVwAbPhFbE6IDNGIf65WuPu7Ee2Vda_4-lLpFTkWKWcueMpL9qpU0Cy8jiWM"
|
||||
},
|
||||
"minimax-portal:default": {
|
||||
"type": "oauth",
|
||||
"provider": "minimax-portal",
|
||||
"access": "sk-cp-oEoKXkO8k3TRWqhVMmOY7etRnvmflwpou5t6FHnthSVuGE1sJ5TdGM9MfZFtVwAbPhFbE6IDNGIf65WuPu7Ee2Vda_4-lLpFTkWKWcueMpL9qpU0Cy8jiWM",
|
||||
"refresh": "vN2T7RKkFGEE5mgyclnRGD0gBWxmgzd5hSXirqyH7NA=",
|
||||
"expires": 1805552404601
|
||||
}
|
||||
},
|
||||
"usageStats": {
|
||||
"qwen-portal:default": {
|
||||
"errorCount": 0,
|
||||
"lastUsed": 1773769633077
|
||||
},
|
||||
"minimax-portal:default": {
|
||||
"errorCount": 0,
|
||||
"lastUsed": 1774078067690
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,323 @@
|
||||
{
|
||||
"providers": {
|
||||
"qwen-portal": {
|
||||
"baseUrl": "https://portal.qwen.ai/v1",
|
||||
"api": "openai-completions",
|
||||
"models": [
|
||||
{
|
||||
"id": "coder-model",
|
||||
"name": "Qwen Coder",
|
||||
"reasoning": false,
|
||||
"input": [
|
||||
"text"
|
||||
],
|
||||
"cost": {
|
||||
"input": 0,
|
||||
"output": 0,
|
||||
"cacheRead": 0,
|
||||
"cacheWrite": 0
|
||||
},
|
||||
"contextWindow": 128000,
|
||||
"maxTokens": 8192
|
||||
},
|
||||
{
|
||||
"id": "vision-model",
|
||||
"name": "Qwen Vision",
|
||||
"reasoning": false,
|
||||
"input": [
|
||||
"text",
|
||||
"image"
|
||||
],
|
||||
"cost": {
|
||||
"input": 0,
|
||||
"output": 0,
|
||||
"cacheRead": 0,
|
||||
"cacheWrite": 0
|
||||
},
|
||||
"contextWindow": 128000,
|
||||
"maxTokens": 8192
|
||||
}
|
||||
],
|
||||
"apiKey": "qwen-oauth"
|
||||
},
|
||||
"bailian": {
|
||||
"baseUrl": "https://coding.dashscope.aliyuncs.com/v1",
|
||||
"apiKey": "sk-sp-4e1be16d23c64d65b2a226c5b0eecfb6",
|
||||
"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,
|
||||
"api": "openai-completions"
|
||||
},
|
||||
{
|
||||
"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,
|
||||
"api": "openai-completions"
|
||||
},
|
||||
{
|
||||
"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,
|
||||
"api": "openai-completions"
|
||||
},
|
||||
{
|
||||
"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,
|
||||
"api": "openai-completions"
|
||||
},
|
||||
{
|
||||
"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,
|
||||
"api": "openai-completions"
|
||||
},
|
||||
{
|
||||
"id": "glm-5",
|
||||
"name": "glm-5",
|
||||
"reasoning": false,
|
||||
"input": [
|
||||
"text"
|
||||
],
|
||||
"cost": {
|
||||
"input": 0,
|
||||
"output": 0,
|
||||
"cacheRead": 0,
|
||||
"cacheWrite": 0
|
||||
},
|
||||
"contextWindow": 202752,
|
||||
"maxTokens": 16384,
|
||||
"api": "openai-completions"
|
||||
},
|
||||
{
|
||||
"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,
|
||||
"api": "openai-completions"
|
||||
},
|
||||
{
|
||||
"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,
|
||||
"api": "openai-completions"
|
||||
}
|
||||
]
|
||||
},
|
||||
"minimax": {
|
||||
"baseUrl": "https://api.minimaxi.com/anthropic",
|
||||
"api": "anthropic-messages",
|
||||
"authHeader": true,
|
||||
"models": [
|
||||
{
|
||||
"id": "MiniMax-M2.5",
|
||||
"name": "MiniMax M2.5",
|
||||
"reasoning": true,
|
||||
"input": [
|
||||
"text"
|
||||
],
|
||||
"cost": {
|
||||
"input": 0.3,
|
||||
"output": 1.2,
|
||||
"cacheRead": 0.03,
|
||||
"cacheWrite": 0.12
|
||||
},
|
||||
"contextWindow": 200000,
|
||||
"maxTokens": 8192,
|
||||
"api": "anthropic-messages"
|
||||
},
|
||||
{
|
||||
"id": "MiniMax-VL-01",
|
||||
"name": "MiniMax VL 01",
|
||||
"reasoning": false,
|
||||
"input": [
|
||||
"text",
|
||||
"image"
|
||||
],
|
||||
"cost": {
|
||||
"input": 0.3,
|
||||
"output": 1.2,
|
||||
"cacheRead": 0.03,
|
||||
"cacheWrite": 0.12
|
||||
},
|
||||
"contextWindow": 200000,
|
||||
"maxTokens": 8192
|
||||
},
|
||||
{
|
||||
"id": "MiniMax-M2.5-highspeed",
|
||||
"name": "MiniMax M2.5 Highspeed",
|
||||
"reasoning": true,
|
||||
"input": [
|
||||
"text"
|
||||
],
|
||||
"cost": {
|
||||
"input": 0.3,
|
||||
"output": 1.2,
|
||||
"cacheRead": 0.03,
|
||||
"cacheWrite": 0.12
|
||||
},
|
||||
"contextWindow": 200000,
|
||||
"maxTokens": 8192
|
||||
}
|
||||
],
|
||||
"apiKey": "sk-cp-oEoKXkO8k3TRWqhVMmOY7etRnvmflwpou5t6FHnthSVuGE1sJ5TdGM9MfZFtVwAbPhFbE6IDNGIf65WuPu7Ee2Vda_4-lLpFTkWKWcueMpL9qpU0Cy8jiWM"
|
||||
},
|
||||
"minimax-portal": {
|
||||
"baseUrl": "https://api.minimaxi.com/anthropic",
|
||||
"api": "anthropic-messages",
|
||||
"authHeader": true,
|
||||
"models": [
|
||||
{
|
||||
"id": "MiniMax-M2.5",
|
||||
"name": "MiniMax M2.5",
|
||||
"reasoning": false,
|
||||
"input": [
|
||||
"text"
|
||||
],
|
||||
"cost": {
|
||||
"input": 0,
|
||||
"output": 0,
|
||||
"cacheRead": 0,
|
||||
"cacheWrite": 0
|
||||
},
|
||||
"contextWindow": 200000,
|
||||
"maxTokens": 8192,
|
||||
"api": "anthropic-messages"
|
||||
},
|
||||
{
|
||||
"id": "MiniMax-M2.5-highspeed",
|
||||
"name": "MiniMax M2.5 Highspeed",
|
||||
"reasoning": true,
|
||||
"input": [
|
||||
"text"
|
||||
],
|
||||
"cost": {
|
||||
"input": 0,
|
||||
"output": 0,
|
||||
"cacheRead": 0,
|
||||
"cacheWrite": 0
|
||||
},
|
||||
"contextWindow": 200000,
|
||||
"maxTokens": 8192,
|
||||
"api": "anthropic-messages"
|
||||
},
|
||||
{
|
||||
"id": "MiniMax-M2.5-Lightning",
|
||||
"name": "MiniMax M2.5 Lightning",
|
||||
"reasoning": true,
|
||||
"input": [
|
||||
"text"
|
||||
],
|
||||
"cost": {
|
||||
"input": 0,
|
||||
"output": 0,
|
||||
"cacheRead": 0,
|
||||
"cacheWrite": 0
|
||||
},
|
||||
"contextWindow": 200000,
|
||||
"maxTokens": 8192,
|
||||
"api": "anthropic-messages"
|
||||
},
|
||||
{
|
||||
"id": "MiniMax-VL-01",
|
||||
"name": "MiniMax VL 01",
|
||||
"reasoning": false,
|
||||
"input": [
|
||||
"text",
|
||||
"image"
|
||||
],
|
||||
"cost": {
|
||||
"input": 0.3,
|
||||
"output": 1.2,
|
||||
"cacheRead": 0.03,
|
||||
"cacheWrite": 0.12
|
||||
},
|
||||
"contextWindow": 200000,
|
||||
"maxTokens": 8192
|
||||
}
|
||||
],
|
||||
"apiKey": "minimax-oauth"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user