From 65d6d0855d06ead7a93b4bfde974bac061bf0f48 Mon Sep 17 00:00:00 2001 From: Richard Wang Date: Thu, 25 Dec 2025 09:22:35 +0000 Subject: [PATCH] Update pricing.json --- pricing.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pricing.json b/pricing.json index 67a1083..c9cca7f 100644 --- a/pricing.json +++ b/pricing.json @@ -292,5 +292,18 @@ "supports_reasoning": true, "supports_response_schema": true, "supports_tool_choice": true + }, + "cloud/glm-4.7": { + "provider": "cloud", + "mode": "chat", + "input_cost_per_token": 4E-7, + "output_cost_per_token": 0.0000015, + "max_input_tokens": 202752, + "max_output_tokens": 65535, + "max_tokens": 65535, + "supports_function_calling": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_tool_choice": true } } \ No newline at end of file