We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c50160 commit e7737a6Copy full SHA for e7737a6
packages/types/src/providers/baseten.ts
@@ -73,6 +73,18 @@ export const basetenModels = {
73
description:
74
"Extremely capable general-purpose LLM with hybrid reasoning capabilities and advanced tool calling",
75
},
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
+ },
88
"Qwen/Qwen3-235B-A22B-Instruct-2507": {
89
maxTokens: 262_144,
90
contextWindow: 262_144,
0 commit comments