From 642a187030658cf9db7016d5a53cd4bd4d9543c3 Mon Sep 17 00:00:00 2001 From: Alex Ker Date: Fri, 5 Dec 2025 12:11:08 -0500 Subject: [PATCH] (update): Add DeepSeek V3-2 Support for Baseten Provider (#9861) Co-authored-by: AlexKer --- packages/types/src/providers/baseten.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages/types/src/providers/baseten.ts b/packages/types/src/providers/baseten.ts index be8131abd7..b206faf60e 100644 --- a/packages/types/src/providers/baseten.ts +++ b/packages/types/src/providers/baseten.ts @@ -73,6 +73,18 @@ export const basetenModels = { description: "Extremely capable general-purpose LLM with hybrid reasoning capabilities and advanced tool calling", }, + "deepseek-ai/DeepSeek-V3.2": { + maxTokens: 131_072, + contextWindow: 163_840, + supportsImages: false, + supportsPromptCache: false, + inputPrice: 0.3, + outputPrice: 0.45, + cacheWritesPrice: 0, + cacheReadsPrice: 0, + description: + "DeepSeek's hybrid reasoning model with efficient long context scaling with GPT-5 level performance", + }, "Qwen/Qwen3-235B-A22B-Instruct-2507": { maxTokens: 262_144, contextWindow: 262_144,