Add [Unreleased] section for next cycle
This commit is contained in:
@@ -7633,7 +7633,7 @@ export const MODELS = {
|
||||
cost: {
|
||||
input: 0.27,
|
||||
output: 0.95,
|
||||
cacheRead: 0.0299999997,
|
||||
cacheRead: 0.0290000007,
|
||||
cacheWrite: 0,
|
||||
},
|
||||
contextWindow: 196608,
|
||||
@@ -11483,6 +11483,23 @@ export const MODELS = {
|
||||
contextWindow: 204800,
|
||||
maxTokens: 131000,
|
||||
} satisfies Model<"anthropic-messages">,
|
||||
"minimax/minimax-m2.5-highspeed": {
|
||||
id: "minimax/minimax-m2.5-highspeed",
|
||||
name: "MiniMax M2.5 High Speed",
|
||||
api: "anthropic-messages",
|
||||
provider: "vercel-ai-gateway",
|
||||
baseUrl: "https://ai-gateway.vercel.sh",
|
||||
reasoning: true,
|
||||
input: ["text"],
|
||||
cost: {
|
||||
input: 0.6,
|
||||
output: 2.4,
|
||||
cacheRead: 0.03,
|
||||
cacheWrite: 0.375,
|
||||
},
|
||||
contextWindow: 4096,
|
||||
maxTokens: 4096,
|
||||
} satisfies Model<"anthropic-messages">,
|
||||
"mistral/codestral": {
|
||||
id: "mistral/codestral",
|
||||
name: "Mistral Codestral",
|
||||
@@ -12194,7 +12211,7 @@ export const MODELS = {
|
||||
cacheRead: 0.25,
|
||||
cacheWrite: 0,
|
||||
},
|
||||
contextWindow: 1050000,
|
||||
contextWindow: 200000,
|
||||
maxTokens: 128000,
|
||||
} satisfies Model<"anthropic-messages">,
|
||||
"openai/gpt-5.4-pro": {
|
||||
|
||||
Reference in New Issue
Block a user