update to 3.7 sonnet

This commit is contained in:
2025-02-25 12:56:47 +00:00
parent 227e6321bf
commit a8a3d6d1a1

View File

@@ -17,8 +17,8 @@ MODELS = {
"endpoint": "https://api.anthropic.com/v1/messages", "endpoint": "https://api.anthropic.com/v1/messages",
"models": [ "models": [
{ {
"id": "claude-3.5-sonnet", "id": "claude-3.7-sonnet",
"name": "Claude 3.5 Sonnet", "name": "Claude 3.7 Sonnet",
"default": True, "default": True,
"context_window": 200000, "context_window": 200000,
"description": "Input $3/M tokens, Output $15/M tokens", "description": "Input $3/M tokens, Output $15/M tokens",