From 2941b8cbb9cc64e78bb19ed0f10cc07616dde3b8 Mon Sep 17 00:00:00 2001 From: Richard Wang Date: Fri, 13 Feb 2026 11:03:46 +0800 Subject: [PATCH] feat: add cloud/minimax-m2.5 Amp-Thread-ID: https://ampcode.com/threads/T-019c509f-39d4-72ca-a037-51c081f5e32d Co-authored-by: Amp --- pricing.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/pricing.json b/pricing.json index 4248160..b75f417 100644 --- a/pricing.json +++ b/pricing.json @@ -360,6 +360,21 @@ "supports_response_schema": 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": { "provider": "cloud", "mode": "chat",