Skip to content

Commit 94067ad

Browse files
committed
fix: restore the "disable" reasoning effort option
1 parent 2f8ca36 commit 94067ad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/types/src/providers/deepseek.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const deepSeekModels = {
1414
contextWindow: 1_000_000,
1515
supportsImages: true,
1616
supportsPromptCache: true,
17-
supportsReasoningEffort: ["low", "high", "max"], // Updated 2026-08-01
17+
supportsReasoningEffort: ["disable", "low", "high", "max"], // Updated 2026-08-01
1818
preserveReasoning: true,
1919
reasoningEffort: "high",
2020
inputPrice: 0, // the inputs are priced as cache read/write, so `inputPrice` should be 0
@@ -29,7 +29,7 @@ export const deepSeekModels = {
2929
contextWindow: 1_000_000,
3030
supportsImages: true,
3131
supportsPromptCache: true,
32-
supportsReasoningEffort: ["high", "max"], // Updated 2026-08-01
32+
supportsReasoningEffort: ["disable", "high", "max"], // Updated 2026-08-01
3333
preserveReasoning: true,
3434
reasoningEffort: "high",
3535
inputPrice: 0, // the inputs are priced as cache read/write, so `inputPrice` should be 0

0 commit comments

Comments
 (0)