Regenerate models after rebase
This commit is contained in:
@@ -3325,13 +3325,13 @@ export const MODELS = {
|
|||||||
reasoning: true,
|
reasoning: true,
|
||||||
input: ["text"],
|
input: ["text"],
|
||||||
cost: {
|
cost: {
|
||||||
input: 0.224,
|
input: 0.25,
|
||||||
output: 0.32,
|
output: 0.38,
|
||||||
cacheRead: 0,
|
cacheRead: 0,
|
||||||
cacheWrite: 0,
|
cacheWrite: 0,
|
||||||
},
|
},
|
||||||
contextWindow: 163840,
|
contextWindow: 163840,
|
||||||
maxTokens: 4096,
|
maxTokens: 65536,
|
||||||
} satisfies Model<"openai-completions">,
|
} satisfies Model<"openai-completions">,
|
||||||
"deepseek/deepseek-v3.2-exp": {
|
"deepseek/deepseek-v3.2-exp": {
|
||||||
id: "deepseek/deepseek-v3.2-exp",
|
id: "deepseek/deepseek-v3.2-exp",
|
||||||
@@ -6249,8 +6249,8 @@ export const MODELS = {
|
|||||||
reasoning: true,
|
reasoning: true,
|
||||||
input: ["text"],
|
input: ["text"],
|
||||||
cost: {
|
cost: {
|
||||||
input: 0.3,
|
input: 0.25,
|
||||||
output: 1.2,
|
output: 0.85,
|
||||||
cacheRead: 0,
|
cacheRead: 0,
|
||||||
cacheWrite: 0,
|
cacheWrite: 0,
|
||||||
},
|
},
|
||||||
@@ -6266,8 +6266,8 @@ export const MODELS = {
|
|||||||
reasoning: true,
|
reasoning: true,
|
||||||
input: ["text"],
|
input: ["text"],
|
||||||
cost: {
|
cost: {
|
||||||
input: 0.3,
|
input: 0.25,
|
||||||
output: 1.2,
|
output: 0.85,
|
||||||
cacheRead: 0,
|
cacheRead: 0,
|
||||||
cacheWrite: 0,
|
cacheWrite: 0,
|
||||||
},
|
},
|
||||||
@@ -6978,9 +6978,10 @@ export const MODELS = {
|
|||||||
"glm-4.5": {
|
"glm-4.5": {
|
||||||
id: "glm-4.5",
|
id: "glm-4.5",
|
||||||
name: "GLM-4.5",
|
name: "GLM-4.5",
|
||||||
api: "anthropic-messages",
|
api: "openai-completions",
|
||||||
provider: "zai",
|
provider: "zai",
|
||||||
baseUrl: "https://api.z.ai/api/anthropic",
|
baseUrl: "https://api.z.ai/api/coding/paas/v4",
|
||||||
|
compat: {"supportsDeveloperRole":false},
|
||||||
reasoning: true,
|
reasoning: true,
|
||||||
input: ["text"],
|
input: ["text"],
|
||||||
cost: {
|
cost: {
|
||||||
@@ -6991,13 +6992,14 @@ export const MODELS = {
|
|||||||
},
|
},
|
||||||
contextWindow: 131072,
|
contextWindow: 131072,
|
||||||
maxTokens: 98304,
|
maxTokens: 98304,
|
||||||
} satisfies Model<"anthropic-messages">,
|
} satisfies Model<"openai-completions">,
|
||||||
"glm-4.5-air": {
|
"glm-4.5-air": {
|
||||||
id: "glm-4.5-air",
|
id: "glm-4.5-air",
|
||||||
name: "GLM-4.5-Air",
|
name: "GLM-4.5-Air",
|
||||||
api: "anthropic-messages",
|
api: "openai-completions",
|
||||||
provider: "zai",
|
provider: "zai",
|
||||||
baseUrl: "https://api.z.ai/api/anthropic",
|
baseUrl: "https://api.z.ai/api/coding/paas/v4",
|
||||||
|
compat: {"supportsDeveloperRole":false},
|
||||||
reasoning: true,
|
reasoning: true,
|
||||||
input: ["text"],
|
input: ["text"],
|
||||||
cost: {
|
cost: {
|
||||||
@@ -7008,13 +7010,14 @@ export const MODELS = {
|
|||||||
},
|
},
|
||||||
contextWindow: 131072,
|
contextWindow: 131072,
|
||||||
maxTokens: 98304,
|
maxTokens: 98304,
|
||||||
} satisfies Model<"anthropic-messages">,
|
} satisfies Model<"openai-completions">,
|
||||||
"glm-4.5-flash": {
|
"glm-4.5-flash": {
|
||||||
id: "glm-4.5-flash",
|
id: "glm-4.5-flash",
|
||||||
name: "GLM-4.5-Flash",
|
name: "GLM-4.5-Flash",
|
||||||
api: "anthropic-messages",
|
api: "openai-completions",
|
||||||
provider: "zai",
|
provider: "zai",
|
||||||
baseUrl: "https://api.z.ai/api/anthropic",
|
baseUrl: "https://api.z.ai/api/coding/paas/v4",
|
||||||
|
compat: {"supportsDeveloperRole":false},
|
||||||
reasoning: true,
|
reasoning: true,
|
||||||
input: ["text"],
|
input: ["text"],
|
||||||
cost: {
|
cost: {
|
||||||
@@ -7025,7 +7028,7 @@ export const MODELS = {
|
|||||||
},
|
},
|
||||||
contextWindow: 131072,
|
contextWindow: 131072,
|
||||||
maxTokens: 98304,
|
maxTokens: 98304,
|
||||||
} satisfies Model<"anthropic-messages">,
|
} satisfies Model<"openai-completions">,
|
||||||
"glm-4.5v": {
|
"glm-4.5v": {
|
||||||
id: "glm-4.5v",
|
id: "glm-4.5v",
|
||||||
name: "GLM-4.5V",
|
name: "GLM-4.5V",
|
||||||
@@ -7047,9 +7050,10 @@ export const MODELS = {
|
|||||||
"glm-4.6": {
|
"glm-4.6": {
|
||||||
id: "glm-4.6",
|
id: "glm-4.6",
|
||||||
name: "GLM-4.6",
|
name: "GLM-4.6",
|
||||||
api: "anthropic-messages",
|
api: "openai-completions",
|
||||||
provider: "zai",
|
provider: "zai",
|
||||||
baseUrl: "https://api.z.ai/api/anthropic",
|
baseUrl: "https://api.z.ai/api/coding/paas/v4",
|
||||||
|
compat: {"supportsDeveloperRole":false},
|
||||||
reasoning: true,
|
reasoning: true,
|
||||||
input: ["text"],
|
input: ["text"],
|
||||||
cost: {
|
cost: {
|
||||||
@@ -7060,7 +7064,7 @@ export const MODELS = {
|
|||||||
},
|
},
|
||||||
contextWindow: 204800,
|
contextWindow: 204800,
|
||||||
maxTokens: 131072,
|
maxTokens: 131072,
|
||||||
} satisfies Model<"anthropic-messages">,
|
} satisfies Model<"openai-completions">,
|
||||||
"glm-4.6v": {
|
"glm-4.6v": {
|
||||||
id: "glm-4.6v",
|
id: "glm-4.6v",
|
||||||
name: "GLM-4.6V",
|
name: "GLM-4.6V",
|
||||||
@@ -7082,9 +7086,10 @@ export const MODELS = {
|
|||||||
"glm-4.7": {
|
"glm-4.7": {
|
||||||
id: "glm-4.7",
|
id: "glm-4.7",
|
||||||
name: "GLM-4.7",
|
name: "GLM-4.7",
|
||||||
api: "anthropic-messages",
|
api: "openai-completions",
|
||||||
provider: "zai",
|
provider: "zai",
|
||||||
baseUrl: "https://api.z.ai/api/anthropic",
|
baseUrl: "https://api.z.ai/api/coding/paas/v4",
|
||||||
|
compat: {"supportsDeveloperRole":false},
|
||||||
reasoning: true,
|
reasoning: true,
|
||||||
input: ["text"],
|
input: ["text"],
|
||||||
cost: {
|
cost: {
|
||||||
@@ -7095,6 +7100,6 @@ export const MODELS = {
|
|||||||
},
|
},
|
||||||
contextWindow: 204800,
|
contextWindow: 204800,
|
||||||
maxTokens: 131072,
|
maxTokens: 131072,
|
||||||
} satisfies Model<"anthropic-messages">,
|
} satisfies Model<"openai-completions">,
|
||||||
},
|
},
|
||||||
} as const;
|
} as const;
|
||||||
|
|||||||
Reference in New Issue
Block a user