···11model_list:
22- # Claude Opus 4.5 - primary model for this project
22+ # Claude Opus 4.5 - the only model for this project
33 # Routes through auth-adapter -> anthropic-proxy for OAuth-based auth
44 - model_name: claude-opus-4-5-20251101
55 litellm_params:
66 model: anthropic/claude-opus-4-5-20251101
77- api_base: http://auth-adapter:4002
88- api_key: os.environ/ANTHROPIC_PROXY_SESSION_ID
99-1010- # Additional Claude models for flexibility
1111- - model_name: claude-sonnet-4-20250514
1212- litellm_params:
1313- model: anthropic/claude-sonnet-4-20250514
147 api_base: http://auth-adapter:4002
158 api_key: os.environ/ANTHROPIC_PROXY_SESSION_ID
169