You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -116,6 +116,25 @@
116
116
"minimum": 0,
117
117
"description": "Maximum number of output tokens per request. Set to 0 to use the API default (no limit). Useful for controlling costs."
118
118
},
119
+
"deepseek-copilot.modelIdOverrides": {
120
+
"type": "object",
121
+
"default": {
122
+
"deepseek-v4-flash": "deepseek-v4-flash",
123
+
"deepseek-v4-pro": "deepseek-v4-pro"
124
+
},
125
+
"description": "Override the API model ID sent for each DeepSeek model. Defaults are prefilled with official DeepSeek IDs; change them only when using a compatible third-party API that uses different model names.",
126
+
"additionalProperties": false,
127
+
"properties": {
128
+
"deepseek-v4-flash": {
129
+
"type": "string",
130
+
"description": "API model ID for DeepSeek V4 Flash"
0 commit comments