fix(ai): refresh generated model catalogs
This commit is contained in:
@@ -1878,9 +1878,9 @@ export const OPENROUTER_MODELS = {
|
|||||||
reasoning: true,
|
reasoning: true,
|
||||||
input: ["text", "image"],
|
input: ["text", "image"],
|
||||||
cost: {
|
cost: {
|
||||||
input: 0.65,
|
input: 0.66,
|
||||||
output: 3.41,
|
output: 3.41,
|
||||||
cacheRead: 0.14,
|
cacheRead: 0.15,
|
||||||
cacheWrite: 0,
|
cacheWrite: 0,
|
||||||
},
|
},
|
||||||
contextWindow: 262144,
|
contextWindow: 262144,
|
||||||
@@ -4687,13 +4687,13 @@ export const OPENROUTER_MODELS = {
|
|||||||
thinkingLevelMap: {"xhigh":"xhigh"},
|
thinkingLevelMap: {"xhigh":"xhigh"},
|
||||||
input: ["text"],
|
input: ["text"],
|
||||||
cost: {
|
cost: {
|
||||||
input: 0.54,
|
input: 0.532,
|
||||||
output: 1.76,
|
output: 1.672,
|
||||||
cacheRead: 0.1,
|
cacheRead: 0.0988,
|
||||||
cacheWrite: 0,
|
cacheWrite: 0,
|
||||||
},
|
},
|
||||||
contextWindow: 1048576,
|
contextWindow: 1048576,
|
||||||
maxTokens: 101376,
|
maxTokens: 131072,
|
||||||
} satisfies Model<"openai-completions">,
|
} satisfies Model<"openai-completions">,
|
||||||
"z-ai/glm-5v-turbo": {
|
"z-ai/glm-5v-turbo": {
|
||||||
id: "z-ai/glm-5v-turbo",
|
id: "z-ai/glm-5v-turbo",
|
||||||
@@ -4831,9 +4831,9 @@ export const OPENROUTER_MODELS = {
|
|||||||
reasoning: true,
|
reasoning: true,
|
||||||
input: ["text", "image"],
|
input: ["text", "image"],
|
||||||
cost: {
|
cost: {
|
||||||
input: 0.65,
|
input: 0.66,
|
||||||
output: 3.41,
|
output: 3.41,
|
||||||
cacheRead: 0.14,
|
cacheRead: 0.15,
|
||||||
cacheWrite: 0,
|
cacheWrite: 0,
|
||||||
},
|
},
|
||||||
contextWindow: 262144,
|
contextWindow: 262144,
|
||||||
|
|||||||
@@ -945,7 +945,7 @@ export const VERCEL_AI_GATEWAY_MODELS = {
|
|||||||
cost: {
|
cost: {
|
||||||
input: 0.14,
|
input: 0.14,
|
||||||
output: 0.28,
|
output: 0.28,
|
||||||
cacheRead: 0.0028,
|
cacheRead: 0.028,
|
||||||
cacheWrite: 0,
|
cacheWrite: 0,
|
||||||
},
|
},
|
||||||
contextWindow: 1000000,
|
contextWindow: 1000000,
|
||||||
@@ -1400,7 +1400,7 @@ export const VERCEL_AI_GATEWAY_MODELS = {
|
|||||||
provider: "vercel-ai-gateway",
|
provider: "vercel-ai-gateway",
|
||||||
baseUrl: "https://ai-gateway.vercel.sh",
|
baseUrl: "https://ai-gateway.vercel.sh",
|
||||||
reasoning: true,
|
reasoning: true,
|
||||||
input: ["text"],
|
input: ["text", "image"],
|
||||||
cost: {
|
cost: {
|
||||||
input: 1.25,
|
input: 1.25,
|
||||||
output: 4.25,
|
output: 4.25,
|
||||||
|
|||||||
Reference in New Issue
Block a user