auto: sync OpenClaw config 2026-07-28 14:00
This commit is contained in:
@@ -376,7 +376,7 @@
|
||||
"models": [
|
||||
{
|
||||
"id": "qwen3.5-plus",
|
||||
"name": "qwen3.5-plus",
|
||||
"name": "Qwen 3.5 Plus",
|
||||
"reasoning": false,
|
||||
"input": [
|
||||
"text"
|
||||
@@ -392,8 +392,24 @@
|
||||
"api": "openai-completions"
|
||||
},
|
||||
{
|
||||
"id": "qwen3.6-flash",
|
||||
"name": "Qwen 3.6 Flash",
|
||||
"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"
|
||||
|
||||
Reference in New Issue
Block a user