updating the CLI and demos to support anthropic vs. claude

This commit is contained in:
Salman Paracha 2025-09-04 15:16:21 -07:00
parent ecf453ed70
commit 412b5b450a
5 changed files with 7 additions and 8 deletions

View file

@ -526,13 +526,13 @@ static_resources:
tls_minimum_protocol_version: TLSv1_2
tls_maximum_protocol_version: TLSv1_3
- name: claude
- name: anthropic
connect_timeout: 0.5s
type: LOGICAL_DNS
dns_lookup_family: V4_ONLY
lb_policy: ROUND_ROBIN
load_assignment:
cluster_name: claude
cluster_name: anthropic
endpoints:
- lb_endpoints:
- endpoint:

View file

@ -8,12 +8,12 @@ from urllib.parse import urlparse
SUPPORTED_PROVIDERS = [
"arch",
"claude",
"deepseek",
"groq",
"mistral",
"openai",
"gemini",
"anthropic",
]