add deepseek v3.2 models
This commit is contained in:
parent
f5c264554c
commit
1dc28c971b
@ -83,6 +83,70 @@ export const NANOGPT_MODEL_CATALOG = [
|
||||
contextWindow: 200000,
|
||||
maxTokens: 131072,
|
||||
},
|
||||
{
|
||||
id: "deepseek-v3.2-original",
|
||||
name: "DeepSeek V3.2 Original",
|
||||
reasoning: false,
|
||||
input: ["text"],
|
||||
contextWindow: 128000,
|
||||
maxTokens: 65536,
|
||||
},
|
||||
{
|
||||
id: "deepseek-v3.2-thinking-original",
|
||||
name: "DeepSeek V3.2 Thinking Original",
|
||||
reasoning: true,
|
||||
input: ["text"],
|
||||
contextWindow: 128000,
|
||||
maxTokens: 65536,
|
||||
},
|
||||
{
|
||||
id: "deepseek-v3.2-speciale-original",
|
||||
name: "DeepSeek V3.2 Speciale Original",
|
||||
reasoning: true,
|
||||
input: ["text"],
|
||||
contextWindow: 128000,
|
||||
maxTokens: 128000,
|
||||
},
|
||||
{
|
||||
id: "deepseek-ai/deepseek-v3.2-exp",
|
||||
name: "DeepSeek V3.2 Exp",
|
||||
reasoning: false,
|
||||
input: ["text"],
|
||||
contextWindow: 163840,
|
||||
maxTokens: 65536,
|
||||
},
|
||||
{
|
||||
id: "deepseek-ai/deepseek-v3.2-exp-thinking",
|
||||
name: "DeepSeek V3.2 Exp Thinking",
|
||||
reasoning: true,
|
||||
input: ["text"],
|
||||
contextWindow: 163840,
|
||||
maxTokens: 65536,
|
||||
},
|
||||
{
|
||||
id: "deepseek/deepseek-v3.2-speciale",
|
||||
name: "DeepSeek V3.2 Speciale",
|
||||
reasoning: true,
|
||||
input: ["text"],
|
||||
contextWindow: 163000,
|
||||
maxTokens: 65536,
|
||||
},
|
||||
{
|
||||
id: "deepseek/deepseek-v3.2",
|
||||
name: "DeepSeek V3.2",
|
||||
reasoning: false,
|
||||
input: ["text"],
|
||||
contextWindow: 163000,
|
||||
maxTokens: 65536,
|
||||
},
|
||||
{
|
||||
id: "deepseek/deepseek-v3.2:thinking",
|
||||
name: "DeepSeek V3.2 Thinking",
|
||||
reasoning: true,
|
||||
input: ["text"],
|
||||
contextWindow: 163000,
|
||||
maxTokens: 65536,
|
||||
},
|
||||
{
|
||||
id: "Qwen/Qwen3-VL-235B-A22B-Instruct",
|
||||
name: "Qwen3 VL 235B A22B Instruct",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user