From 188a869ea97303008f94a8d6f47a593a6e2bfc25 Mon Sep 17 00:00:00 2001 From: Scott Helvick <4016577+shelvick@users.noreply.github.com> Date: Sat, 10 Jan 2026 22:04:34 +0000 Subject: [PATCH] Fix Azure DeepSeek V3.2 pricing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Corrected pricing to match Azure AI Foundry rates: - Input: $0.28 → $0.58 per 1M tokens - Output: $0.42 → $1.68 per 1M tokens - Removed cache_read (Azure doesn't offer prompt caching for third-party models) Fixes #624 --- providers/azure/models/deepseek-v3.2-speciale.toml | 4 ++-- providers/azure/models/deepseek-v3.2.toml | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/providers/azure/models/deepseek-v3.2-speciale.toml b/providers/azure/models/deepseek-v3.2-speciale.toml index 5ee7bef8b..c9d117ee9 100644 --- a/providers/azure/models/deepseek-v3.2-speciale.toml +++ b/providers/azure/models/deepseek-v3.2-speciale.toml @@ -10,8 +10,8 @@ tool_call = false open_weights = true [cost] -input = 0.28 -output = 0.42 +input = 0.58 +output = 1.68 [limit] context = 128_000 diff --git a/providers/azure/models/deepseek-v3.2.toml b/providers/azure/models/deepseek-v3.2.toml index ec707c9dd..ff4173785 100644 --- a/providers/azure/models/deepseek-v3.2.toml +++ b/providers/azure/models/deepseek-v3.2.toml @@ -10,9 +10,8 @@ tool_call = true open_weights = true [cost] -input = 0.28 -output = 0.42 -cache_read = 0.028 +input = 0.58 +output = 1.68 [limit] context = 128_000