Skip to content

Commit 642a187

Browse files
authored
(update): Add DeepSeek V3-2 Support for Baseten Provider (#9861)
Co-authored-by: AlexKer <AlexKer@users.noreply.github.com>
1 parent 5c50160 commit 642a187

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

packages/types/src/providers/baseten.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,18 @@ export const basetenModels = {
7373
description:
7474
"Extremely capable general-purpose LLM with hybrid reasoning capabilities and advanced tool calling",
7575
},
76+
"deepseek-ai/DeepSeek-V3.2": {
77+
maxTokens: 131_072,
78+
contextWindow: 163_840,
79+
supportsImages: false,
80+
supportsPromptCache: false,
81+
inputPrice: 0.3,
82+
outputPrice: 0.45,
83+
cacheWritesPrice: 0,
84+
cacheReadsPrice: 0,
85+
description:
86+
"DeepSeek's hybrid reasoning model with efficient long context scaling with GPT-5 level performance",
87+
},
7688
"Qwen/Qwen3-235B-A22B-Instruct-2507": {
7789
maxTokens: 262_144,
7890
contextWindow: 262_144,

0 commit comments

Comments
 (0)