From 7aa061260a92f20e88e47502304de952d7a5410f Mon Sep 17 00:00:00 2001 From: Richard Wang Date: Mon, 27 Apr 2026 20:00:15 +0800 Subject: [PATCH] Add crof/glm-5.1-precision and crof/kimi-k2.6-precision pricing Amp-Thread-ID: https://ampcode.com/threads/T-019dce63-75e3-72bf-aa93-614d879dbcaa Co-authored-by: Amp --- pricing.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/pricing.json b/pricing.json index dd2881d..84498fa 100644 --- a/pricing.json +++ b/pricing.json @@ -1489,5 +1489,34 @@ "supports_function_calling": true, "supports_tool_choice": true, "supports_reasoning": true + }, + "crof/glm-5.1-precision": { + "provider": "crof", + "mode": "chat", + "input_cost_per_token": 0.0000014, + "output_cost_per_token": 0.0000044, + "max_input_tokens": 202752, + "max_output_tokens": 131072, + "max_tokens": 131072, + "cache_read_input_token_cost": 2.6E-7, + "supports_function_calling": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_tool_choice": true + }, + "crof/kimi-k2.6-precision": { + "provider": "crof", + "mode": "chat", + "input_cost_per_token": 9.5E-7, + "output_cost_per_token": 0.000004, + "max_input_tokens": 262144, + "max_output_tokens": 262144, + "max_tokens": 262144, + "cache_read_input_token_cost": 1.6E-7, + "supports_function_calling": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_tool_choice": true, + "supports_vision": true } }