fix(model-settings): enable DeepSeek reasoning effort

This commit is contained in:
acamq
2026-05-10 10:12:22 -06:00
parent c5e89f1eea
commit fd670a8169
2 changed files with 46 additions and 1 deletions
@@ -73,6 +73,12 @@ export const HEURISTIC_MODEL_FAMILY_REGISTRY: ReadonlyArray<HeuristicModelFamily
family: "deepseek",
includes: ["deepseek"],
variants: ["low", "medium", "high"],
reasoningEfforts: ["high", "max"],
reasoningEffortAliases: {
low: "high",
medium: "high",
xhigh: "max",
},
},
{
family: "mistral",