feat: add anthropic model profiles for main and automation

This commit is contained in:
William Valentin
2026-03-20 10:33:14 -07:00
parent 4b1afb1073
commit 8c6b54b827
5 changed files with 280 additions and 251 deletions

View File

@@ -1360,6 +1360,74 @@
"cacheWrite": 0
},
"api": "openai-completions"
},
{
"id": "anthropic-sub/claude-sonnet-4-6",
"name": "anthropic-sub/claude-sonnet-4-6",
"reasoning": false,
"input": [
"text"
],
"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"
}
]
}