From 2b79d37e39603cdceb38cbd2f3f5c5e432396151 Mon Sep 17 00:00:00 2001 From: Cesar Garcia <128240629+Chesars@users.noreply.github.com> Date: Wed, 14 Jan 2026 00:45:02 -0300 Subject: [PATCH] feat: Add Cerebras zai-glm-4.7 model support and deprecate zai-glm-4.6 (#18864) - Add cerebras/zai-glm-4.7 with same specs as 4.6 (128K context, $2.25/M input, $2.75/M output) - Mark cerebras/zai-glm-4.6 with deprecation_date: 2026-01-20 - Both models support function calling, reasoning, and tool choice --- model_prices_and_context_window.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index 39008d802b..cf2ee10c6e 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -6616,6 +6616,20 @@ "supports_tool_choice": true }, "cerebras/zai-glm-4.6": { + "deprecation_date": "2026-01-20", + "input_cost_per_token": 2.25e-06, + "litellm_provider": "cerebras", + "max_input_tokens": 128000, + "max_output_tokens": 128000, + "max_tokens": 128000, + "mode": "chat", + "output_cost_per_token": 2.75e-06, + "source": "https://www.cerebras.ai/pricing", + "supports_function_calling": true, + "supports_reasoning": true, + "supports_tool_choice": true + }, + "cerebras/zai-glm-4.7": { "input_cost_per_token": 2.25e-06, "litellm_provider": "cerebras", "max_input_tokens": 128000,