fix(ai): refresh generated model catalogs

This commit is contained in:
Armin Ronacher
2026-07-10 01:16:27 +02:00
parent 1775fe4c52
commit 5b4bda305e
2 changed files with 10 additions and 10 deletions
@@ -1878,9 +1878,9 @@ export const OPENROUTER_MODELS = {
reasoning: true,
input: ["text", "image"],
cost: {
input: 0.65,
input: 0.66,
output: 3.41,
cacheRead: 0.14,
cacheRead: 0.15,
cacheWrite: 0,
},
contextWindow: 262144,
@@ -4687,13 +4687,13 @@ export const OPENROUTER_MODELS = {
thinkingLevelMap: {"xhigh":"xhigh"},
input: ["text"],
cost: {
input: 0.54,
output: 1.76,
cacheRead: 0.1,
input: 0.532,
output: 1.672,
cacheRead: 0.0988,
cacheWrite: 0,
},
contextWindow: 1048576,
maxTokens: 101376,
maxTokens: 131072,
} satisfies Model<"openai-completions">,
"z-ai/glm-5v-turbo": {
id: "z-ai/glm-5v-turbo",
@@ -4831,9 +4831,9 @@ export const OPENROUTER_MODELS = {
reasoning: true,
input: ["text", "image"],
cost: {
input: 0.65,
input: 0.66,
output: 3.41,
cacheRead: 0.14,
cacheRead: 0.15,
cacheWrite: 0,
},
contextWindow: 262144,
@@ -945,7 +945,7 @@ export const VERCEL_AI_GATEWAY_MODELS = {
cost: {
input: 0.14,
output: 0.28,
cacheRead: 0.0028,
cacheRead: 0.028,
cacheWrite: 0,
},
contextWindow: 1000000,
@@ -1400,7 +1400,7 @@ export const VERCEL_AI_GATEWAY_MODELS = {
provider: "vercel-ai-gateway",
baseUrl: "https://ai-gateway.vercel.sh",
reasoning: true,
input: ["text"],
input: ["text", "image"],
cost: {
input: 1.25,
output: 4.25,