auto: sync OpenClaw config 2026-07-29 20:01

This commit is contained in:
2026-07-29 20:01:59 +08:00
parent 3e2d257da5
commit a4589f06c8
9 changed files with 49 additions and 31 deletions
+33 -1
View File
@@ -7,7 +7,7 @@
"models": [
{
"id": "qwen3.5-plus",
"name": "qwen3.5-plus",
"name": "Qwen 3.5 Plus",
"reasoning": false,
"input": [
"text"
@@ -21,6 +21,38 @@
"contextWindow": 131072,
"maxTokens": 8192,
"api": "openai-completions"
},
{
"id": "deepseek-v4-flash",
"name": "DeepSeek V4 Flash",
"reasoning": false,
"input": [
"text"
],
"cost": {
"input": 1,
"output": 2,
"cacheRead": 0,
"cacheWrite": 0
},
"contextWindow": 1000000,
"maxTokens": 384000
},
{
"id": "qwen3.7-plus",
"name": "Qwen 3.7 Plus",
"reasoning": false,
"input": [
"text"
],
"cost": {
"input": 1,
"output": 2,
"cacheRead": 0,
"cacheWrite": 0
},
"contextWindow": 1000000,
"maxTokens": 384000
}
]
}