fix: reasoner max token

This commit is contained in:
07akioni
2026-03-17 15:01:13 +08:00
parent eb6eefd940
commit 4f57cbe9e0

View File

@@ -27,7 +27,7 @@ export const DEEPSEEK_MODEL_CATALOG: ModelDefinitionConfig[] = [
reasoning: true,
input: ["text"],
contextWindow: 131072,
maxTokens: 8192,
maxTokens: 65536,
cost: DEEPSEEK_DEFAULT_COST,
},
];