fix(ai): regenerate model catalogues
This commit is contained in:
@@ -10,6 +10,7 @@ export const MINIMAX_MODELS = {
|
||||
api: "anthropic-messages",
|
||||
provider: "minimax",
|
||||
baseUrl: "https://api.minimax.io/anthropic",
|
||||
compat: {"maxTokensSharesContextWindow":true},
|
||||
reasoning: true,
|
||||
input: ["text"],
|
||||
cost: {
|
||||
@@ -27,6 +28,7 @@ export const MINIMAX_MODELS = {
|
||||
api: "anthropic-messages",
|
||||
provider: "minimax",
|
||||
baseUrl: "https://api.minimax.io/anthropic",
|
||||
compat: {"maxTokensSharesContextWindow":true},
|
||||
reasoning: true,
|
||||
input: ["text"],
|
||||
cost: {
|
||||
@@ -44,6 +46,7 @@ export const MINIMAX_MODELS = {
|
||||
api: "anthropic-messages",
|
||||
provider: "minimax",
|
||||
baseUrl: "https://api.minimax.io/anthropic",
|
||||
compat: {"maxTokensSharesContextWindow":true},
|
||||
reasoning: true,
|
||||
input: ["text", "image"],
|
||||
cost: {
|
||||
|
||||
Reference in New Issue
Block a user