2026-03-15 16:09:21 -07:00
|
|
|
{
|
|
|
|
|
"id": "minimax",
|
2026-03-16 02:26:11 +00:00
|
|
|
"providers": ["minimax", "minimax-portal"],
|
2026-03-15 20:02:24 -07:00
|
|
|
"providerAuthEnvVars": {
|
|
|
|
|
"minimax": ["MINIMAX_API_KEY"],
|
|
|
|
|
"minimax-portal": ["MINIMAX_OAUTH_TOKEN", "MINIMAX_API_KEY"]
|
|
|
|
|
},
|
2026-03-15 16:09:21 -07:00
|
|
|
"configSchema": {
|
|
|
|
|
"type": "object",
|
|
|
|
|
"additionalProperties": false,
|
|
|
|
|
"properties": {}
|
|
|
|
|
}
|
|
|
|
|
}
|