From e5bab80227ed8066599f11d917c64072e223d950 Mon Sep 17 00:00:00 2001 From: Richard Wang Date: Thu, 7 May 2026 18:15:48 +0800 Subject: [PATCH] Add zenmux/deepseek-v4-pro pricing Amp-Thread-ID: https://ampcode.com/threads/T-019e01a1-bd46-72f3-b485-bad50519d0ba Co-authored-by: Amp --- pricing.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pricing.json b/pricing.json index 936d66b..8e9c61f 100644 --- a/pricing.json +++ b/pricing.json @@ -1547,6 +1547,19 @@ "supports_tool_choice": true, "supports_vision": true }, + "zenmux/deepseek-v4-pro": { + "provider": "zenmux", + "mode": "chat", + "input_cost_per_token": 0.00000174, + "output_cost_per_token": 0.00000348, + "cache_read_input_token_cost": 1.45E-8, + "max_input_tokens": 1048576, + "max_output_tokens": 384000, + "max_tokens": 384000, + "supports_function_calling": true, + "supports_tool_choice": true, + "supports_reasoning": true + }, "wafer/GLM-5.1": { "provider": "wafer", "mode": "chat",