chore(openclaw): refresh runtime models and credentials

This commit is contained in:
William Valentin
2026-03-26 11:01:47 -07:00
parent 8cb4c7c019
commit 7ed5383d10
23 changed files with 413 additions and 641 deletions

View File

@@ -48,7 +48,7 @@
"image"
],
"contextWindow": 1047576,
"maxTokens": 32768
"maxTokens": 131072
},
{
"id": "gpt-4.1-mini",
@@ -60,7 +60,7 @@
"image"
],
"contextWindow": 1047576,
"maxTokens": 32768
"maxTokens": 131072
},
{
"id": "gpt-4.1-nano",
@@ -72,7 +72,7 @@
"image"
],
"contextWindow": 1047576,
"maxTokens": 32768
"maxTokens": 131072
},
{
"id": "gpt-5",
@@ -629,7 +629,7 @@
"image"
],
"contextWindow": 1047576,
"maxTokens": 32768
"maxTokens": 131072
},
{
"id": "copilot-gpt-5-mini",
@@ -892,14 +892,14 @@
"maxTokens": 128000
},
{
"id": "qwen2.5-14b-local",
"name": "Qwen2.5 14B Instruct (local)",
"id": "gemma-3-12b-local",
"name": "Gemma 3 12B Instruct (local)",
"api": "openai-completions",
"reasoning": false,
"input": [
"text"
],
"contextWindow": 32768,
"contextWindow": 131072,
"maxTokens": 8192
}
]