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

@@ -26,6 +26,11 @@
"provider": "filemain",
"id": "/authProfiles/main/github-copilot:github/token"
}
},
"anthropic:manual": {
"type": "token",
"provider": "anthropic",
"token": "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"
}
},
"lastGood": {
@@ -37,12 +42,16 @@
"errorCount": 0
},
"litellm:default": {
"lastUsed": 1773914409283,
"lastUsed": 1773992337535,
"errorCount": 0
},
"github-copilot:github": {
"errorCount": 0,
"lastUsed": 1772589980031
},
"anthropic:manual": {
"errorCount": 0,
"lastUsed": 1773951080133
}
}
}

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"
}
]
}