-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathlitellm_config.yaml
More file actions
58 lines (58 loc) · 1.63 KB
/
litellm_config.yaml
File metadata and controls
58 lines (58 loc) · 1.63 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
54
55
56
57
58
# Disable key per upstream bug https://github.com/BerriAI/litellm/issues/19773.
# general_settings:
# master_key: sk-dummy
litellm_settings:
drop_params: true
modify_params: true
model_list:
- model_name: gpt-5.2
model_info:
mode: responses
supports_vision: true
litellm_params:
model: github_copilot/gpt-5.2
drop_params: true
extra_headers:
editor-version: "vscode/1.95.0"
editor-plugin-version: "copilot-chat/0.26.7"
- model_name: gpt-5.2-codex
model_info:
mode: responses
supports_vision: true
litellm_params:
model: github_copilot/gpt-5.2-codex
drop_params: true
extra_headers:
editor-version: "vscode/1.95.0"
editor-plugin-version: "copilot-chat/0.26.7"
- model_name: gpt-5.1-codex-max
model_info:
mode: responses
supports_vision: true
litellm_params:
model: github_copilot/gpt-5.1-codex-max
drop_params: true
extra_headers:
editor-version: "vscode/1.95.0"
editor-plugin-version: "copilot-chat/0.26.7"
- model_name: claude-opus-4.6
litellm_params:
model: github_copilot/claude-opus-4.6
drop_params: true
extra_headers:
editor-version: "vscode/1.95.0"
editor-plugin-version: "copilot-chat/0.26.7"
- model_name: claude-opus-4.6-fast
litellm_params:
model: github_copilot/claude-opus-4.6-fast
drop_params: true
extra_headers:
editor-version: "vscode/1.95.0"
editor-plugin-version: "copilot-chat/0.26.7"
- model_name: "*"
litellm_params:
model: "github_copilot/*"
drop_params: true
extra_headers:
editor-version: "vscode/1.95.0"
editor-plugin-version: "copilot-chat/0.26.7"