-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
53 lines (44 loc) · 1.48 KB
/
config.yaml
File metadata and controls
53 lines (44 loc) · 1.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# LiteLLM Proxy Configuration
# Documentation: https://docs.litellm.ai/docs/proxy/configs
model_list:
# AWS Bedrock - Claude 4.5 Models (Latest)
- model_name: claude-sonnet-4-5
litellm_params:
model: bedrock/anthropic.claude-sonnet-4-5-20250929-v1:0
aws_region_name: us-east-1
- model_name: claude-opus-4-5
litellm_params:
model: bedrock/anthropic.claude-opus-4-5-20251101-v1:0
aws_region_name: us-east-1
- model_name: claude-haiku-4-5
litellm_params:
model: bedrock/anthropic.claude-haiku-4-5-20251001-v1:0
aws_region_name: us-east-1
# AWS Bedrock - Claude 4 Models
- model_name: claude-sonnet-4
litellm_params:
model: bedrock/anthropic.claude-sonnet-4-20250514-v1:0
aws_region_name: us-east-1
- model_name: claude-opus-4-1
litellm_params:
model: bedrock/anthropic.claude-opus-4-1-20250805-v1:0
aws_region_name: us-east-1
# AWS Bedrock - Claude 3.5 Haiku
- model_name: claude-3-5-haiku
litellm_params:
model: bedrock/anthropic.claude-3-5-haiku-20241022-v1:0
aws_region_name: us-east-1
# AWS Bedrock - Claude 3 Haiku (Legacy but Active)
- model_name: claude-3-haiku
litellm_params:
model: bedrock/anthropic.claude-3-haiku-20240307-v1:0
aws_region_name: us-east-1
# General settings
general_settings:
master_key: os.environ/LITELLM_MASTER_KEY
# Logging settings
litellm_settings:
drop_params: True
set_verbose: False
success_callback: []
failure_callback: []