From e6625374eebec57aa56210a8390da155111072ab Mon Sep 17 00:00:00 2001 From: udev Date: Tue, 30 Jun 2026 14:58:27 +0530 Subject: [PATCH] deepseek price updates with model --- llm_pricing.json | 30 +++++++++++++++++++++++------- 1 file changed, 23 insertions(+), 7 deletions(-) diff --git a/llm_pricing.json b/llm_pricing.json index d893f82..da6536a 100644 --- a/llm_pricing.json +++ b/llm_pricing.json @@ -996,9 +996,25 @@ { "name": "Default", "prices": { - "input": 1.74e-06, - "output": 3.48e-06, - "cache_read_input_tokens": 1.45e-08 + "input": 4.35e-07, + "output": 8.7e-07, + "cache_read_input_tokens": 3.625e-09 + } + } + ] + }, + { + "name": "DeepSeek Chat / Reasoner", + "provider": "DeepSeek", + "description": "DeepSeek compatibility aliases for V4 Flash (deepseek-chat, deepseek-reasoner)", + "match_pattern": "(?i)deepseek-(?:chat|reasoner)$", + "tiers": [ + { + "name": "Default", + "prices": { + "input": 1.4e-07, + "output": 2.8e-07, + "cache_read_input_tokens": 2.8e-09 } } ] @@ -1006,8 +1022,8 @@ { "name": "DeepSeek V3", "provider": "DeepSeek", - "description": "DeepSeek V3 (deepseek-chat)", - "match_pattern": "(?i)deepseek-(?:v3|chat)(?:$|-)", + "description": "DeepSeek V3", + "match_pattern": "(?i)deepseek-v3(?:$|-)", "tiers": [ { "name": "Default", @@ -1022,8 +1038,8 @@ { "name": "DeepSeek R1", "provider": "DeepSeek", - "description": "DeepSeek R1 reasoning model (deepseek-reasoner)", - "match_pattern": "(?i)deepseek-(?:r1|reasoner)(?:-\\d[\\d-]*)?$", + "description": "DeepSeek R1 reasoning model", + "match_pattern": "(?i)deepseek-r1(?:-\\d[\\d-]*)?$", "tiers": [ { "name": "Default",