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

@@ -715,21 +715,72 @@
}
},
{
"id": "qwen2.5-14b-local",
"name": "Qwen2.5 14B Instruct (local)",
"api": "openai-completions",
"id": "anthropic-sub/claude-sonnet-4-6",
"name": "anthropic-sub/claude-sonnet-4-6",
"reasoning": false,
"input": [
"text"
],
"contextWindow": 32768,
"maxTokens": 8192,
"contextWindow": 200000,
"maxTokens": 64000,
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
}
},
"api": "openai-completions"
},
{
"id": "anthropic-sub/claude-opus-4-6",
"name": "anthropic-sub/claude-opus-4-6",
"reasoning": false,
"input": [
"text"
],
"contextWindow": 200000,
"maxTokens": 32000,
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
},
"api": "openai-completions"
},
{
"id": "anthropic-sub/claude-haiku-4-5",
"name": "anthropic-sub/claude-haiku-4-5",
"reasoning": false,
"input": [
"text"
],
"contextWindow": 200000,
"maxTokens": 64000,
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
},
"api": "openai-completions"
},
{
"id": "anthropic-sub/claude-sonnet-4-6-test",
"name": "anthropic-sub/claude-sonnet-4-6-test",
"reasoning": false,
"input": [
"text"
],
"contextWindow": 200000,
"maxTokens": 64000,
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
},
"api": "openai-completions"
},
{
"id": "gemini-3-pro-preview",
@@ -1362,72 +1413,21 @@
"api": "openai-completions"
},
{
"id": "anthropic-sub/claude-sonnet-4-6",
"name": "anthropic-sub/claude-sonnet-4-6",
"id": "gemma-3-12b-local",
"name": "Gemma 3 12B Instruct (local)",
"api": "openai-completions",
"reasoning": false,
"input": [
"text"
],
"contextWindow": 200000,
"maxTokens": 64000,
"contextWindow": 131072,
"maxTokens": 8192,
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
},
"api": "openai-completions"
},
{
"id": "anthropic-sub/claude-opus-4-6",
"name": "anthropic-sub/claude-opus-4-6",
"reasoning": false,
"input": [
"text"
],
"contextWindow": 200000,
"maxTokens": 32000,
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
},
"api": "openai-completions"
},
{
"id": "anthropic-sub/claude-haiku-4-5",
"name": "anthropic-sub/claude-haiku-4-5",
"reasoning": false,
"input": [
"text"
],
"contextWindow": 200000,
"maxTokens": 64000,
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
},
"api": "openai-completions"
},
{
"id": "anthropic-sub/claude-sonnet-4-6-test",
"name": "anthropic-sub/claude-sonnet-4-6-test",
"reasoning": false,
"input": [
"text"
],
"contextWindow": 200000,
"maxTokens": 64000,
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
},
"api": "openai-completions"
}
}
]
}