feat: add supportsReasoningBinary to DeepSeek V3.2 for thinking mode

This commit is contained in:
Roo Code 2025-12-13 23:38:37 +00:00
parent 6dce159053
commit b138557bda
2 changed files with 2 additions and 0 deletions

View file

@ -112,6 +112,7 @@ export const fireworksModels = {
supportsImages: false,
supportsPromptCache: false,
supportsNativeTools: true,
supportsReasoningBinary: true,
inputPrice: 0.56,
outputPrice: 1.68,
description:

View file

@ -235,6 +235,7 @@ describe("FireworksHandler", () => {
contextWindow: 163840,
supportsImages: false,
supportsPromptCache: false,
supportsReasoningBinary: true,
inputPrice: 0.56,
outputPrice: 1.68,
description: expect.stringContaining("DeepSeek v3.2 is the latest version"),