fix(ai): prevent removed xAI models regenerating, closes #6736

This commit is contained in:
Armin Ronacher
2026-07-16 20:07:36 +02:00
parent 78ff249436
commit c1b7856e26
11 changed files with 41 additions and 160 deletions
@@ -4706,9 +4706,9 @@ export const OPENROUTER_MODELS = {
thinkingLevelMap: {"xhigh":"xhigh"},
input: ["text"],
cost: {
input: 0.9212,
output: 2.8952,
cacheRead: 0.17108,
input: 0.9198,
output: 2.8908,
cacheRead: 0.17082,
cacheWrite: 0,
},
contextWindow: 1048576,