We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f4e7bf commit 991e8acCopy full SHA for 991e8ac
gptme/llm/models.py
@@ -88,6 +88,15 @@ class _ModelDictMeta(TypedDict):
88
"openai": OPENAI_MODELS,
89
# https://docs.anthropic.com/en/docs/about-claude/models
90
"anthropic": {
91
+ "claude-sonnet-4-5": {
92
+ "context": 200_000,
93
+ "max_output": 64_000,
94
+ "price_input": 3,
95
+ "price_output": 15,
96
+ "supports_vision": True,
97
+ "supports_reasoning": True,
98
+ "knowledge_cutoff": datetime(2025, 7, 1),
99
+ },
100
"claude-opus-4-1-20250805": {
101
"context": 200_000,
102
"max_output": 32_000,
0 commit comments