fix(ai): regenerate model catalog

Includes updated Xiaomi MiMo pricing from models.dev. Closes #6138
This commit is contained in:
Vegard Stikbakke
2026-06-30 08:33:18 +02:00
parent 927e98068c
commit 3d6acb37b9
17 changed files with 218 additions and 179 deletions
@@ -14,9 +14,9 @@ export const XIAOMI_TOKEN_PLAN_CN_MODELS = {
reasoning: true,
input: ["text", "image"],
cost: {
input: 0.4,
output: 2,
cacheRead: 0.08,
input: 0.14,
output: 0.28,
cacheRead: 0.0028,
cacheWrite: 0,
},
contextWindow: 262144,
@@ -32,9 +32,9 @@ export const XIAOMI_TOKEN_PLAN_CN_MODELS = {
reasoning: true,
input: ["text"],
cost: {
input: 1,
output: 3,
cacheRead: 0.2,
input: 0.435,
output: 0.87,
cacheRead: 0.0036,
cacheWrite: 0,
},
contextWindow: 1048576,
@@ -50,9 +50,9 @@ export const XIAOMI_TOKEN_PLAN_CN_MODELS = {
reasoning: true,
input: ["text", "image"],
cost: {
input: 0.4,
output: 2,
cacheRead: 0.08,
input: 0.14,
output: 0.28,
cacheRead: 0.0028,
cacheWrite: 0,
},
contextWindow: 1048576,
@@ -68,9 +68,9 @@ export const XIAOMI_TOKEN_PLAN_CN_MODELS = {
reasoning: true,
input: ["text"],
cost: {
input: 1,
output: 3,
cacheRead: 0.2,
input: 0.435,
output: 0.87,
cacheRead: 0.0036,
cacheWrite: 0,
},
contextWindow: 1048576,