feat: add cloud/minimax-m2.5

Amp-Thread-ID: https://ampcode.com/threads/T-019c509f-39d4-72ca-a037-51c081f5e32d
Co-authored-by: Amp <amp@ampcode.com>
This commit is contained in:
2026-02-13 11:03:46 +08:00
parent ea0d18daf2
commit 2941b8cbb9

View File

@@ -360,6 +360,21 @@
"supports_response_schema": true, "supports_response_schema": true,
"supports_tool_choice": true "supports_tool_choice": true
}, },
"cloud/minimax-m2.5": {
"provider": "cloud",
"mode": "chat",
"input_cost_per_token": 3E-7,
"output_cost_per_token": 0.0000012,
"max_input_tokens": 1000000,
"max_output_tokens": 8192,
"max_tokens": 8192,
"cache_creation_input_token_cost": 3.75E-7,
"cache_read_input_token_cost": 3E-8,
"supports_function_calling": true,
"supports_reasoning": true,
"supports_response_schema": true,
"supports_tool_choice": true
},
"cloud/glm-4.7": { "cloud/glm-4.7": {
"provider": "cloud", "provider": "cloud",
"mode": "chat", "mode": "chat",