(update): Add DeepSeek V3-2 Support for Baseten Provider (#9861)

Co-authored-by: AlexKer <AlexKer@users.noreply.github.com>
This commit is contained in:
Alex Ker 2025-12-05 12:11:08 -05:00 committed by GitHub
parent 5c501600cd
commit 642a187030
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,