diff --git a/providers/deepseek/models/deepseek-v4-flash-vision-exp.toml b/providers/deepseek/models/deepseek-v4-flash-vision-exp.toml index ec428639dc9..8cb7c857d70 100644 --- a/providers/deepseek/models/deepseek-v4-flash-vision-exp.toml +++ b/providers/deepseek/models/deepseek-v4-flash-vision-exp.toml @@ -1,5 +1,8 @@ +# Prices are DeepSeek's published OFF-PEAK rates, USD per 1M tokens. +# Peak (01:00-04:00 and 06:00-10:00 UTC, Mon-Fri) is exactly double; models.dev +# has no time-of-day pricing, and off-peak covers ~79% of hours. +# https://api-docs.deepseek.com/quick_start/pricing/ (accessed 2026-09-01) # DeepSeek-V4-Flash-Vision-Exp is priced the same as DeepSeek V4 Flash. -# https://api-docs.deepseek.com/quick_start/pricing/ (accessed 2026-08-22) # https://api-docs.deepseek.com/guides/vision (accessed 2026-08-22) # OpenAI: `thinking.type = enabled|disabled`, `reasoning_effort = low|high|max`. # Anthropic: `thinking.type`, `output_config.effort = low|high|max`; budget ignored. @@ -17,7 +20,7 @@ values = ["low", "high", "max"] field = "reasoning_content" [cost] -input = 0.14 -output = 0.28 -reasoning = 0.28 -cache_read = 0.0028 +input = 0.22 +output = 0.66 +reasoning = 0.66 +cache_read = 0.007 diff --git a/providers/deepseek/models/deepseek-v4-flash.toml b/providers/deepseek/models/deepseek-v4-flash.toml index 9dca906c5c6..ca70dd62f1f 100644 --- a/providers/deepseek/models/deepseek-v4-flash.toml +++ b/providers/deepseek/models/deepseek-v4-flash.toml @@ -1,6 +1,9 @@ +# Prices are DeepSeek's published OFF-PEAK rates, USD per 1M tokens. +# Peak (01:00-04:00 and 06:00-10:00 UTC, Mon-Fri) is exactly double; models.dev +# has no time-of-day pricing, and off-peak covers ~79% of hours. +# https://api-docs.deepseek.com/quick_start/pricing/ (accessed 2026-09-01) # Reasoning tokens are billed at the output rate (no separate CoT price). # `completion_tokens_details.reasoning_tokens` is a subset of completion_tokens. -# https://api-docs.deepseek.com/quick_start/pricing/ (accessed 2026-07-31) # OpenAI: `thinking.type = enabled|disabled`, `reasoning_effort = low|high|max`. # Anthropic: `thinking.type`, `output_config.effort = low|high|max`; budget ignored. # Flash maps requested low→low (unlike Pro, which maps low→high). xhigh→high. @@ -19,7 +22,7 @@ values = ["low", "high", "max"] field = "reasoning_content" [cost] -input = 0.14 -output = 0.28 -reasoning = 0.28 -cache_read = 0.0028 +input = 0.22 +output = 0.66 +reasoning = 0.66 +cache_read = 0.007 diff --git a/providers/deepseek/models/deepseek-v4-pro.toml b/providers/deepseek/models/deepseek-v4-pro.toml index 4d5aff0281b..7fb3d586f55 100644 --- a/providers/deepseek/models/deepseek-v4-pro.toml +++ b/providers/deepseek/models/deepseek-v4-pro.toml @@ -1,6 +1,9 @@ +# Prices are DeepSeek's published OFF-PEAK rates, USD per 1M tokens. +# Peak (01:00-04:00 and 06:00-10:00 UTC, Mon-Fri) is exactly double; models.dev +# has no time-of-day pricing, and off-peak covers ~79% of hours. +# https://api-docs.deepseek.com/quick_start/pricing/ (accessed 2026-09-01) # Reasoning tokens are billed at the output rate (no separate CoT price). # `completion_tokens_details.reasoning_tokens` is a subset of completion_tokens. -# https://api-docs.deepseek.com/quick_start/pricing/ (accessed 2026-08-12) base_model = "deepseek/deepseek-v4-pro-0813" name = "DeepSeek V4 Pro" # OpenAI: `thinking.type = enabled|disabled`, `reasoning_effort = high|max`. @@ -18,7 +21,7 @@ values = ["high", "max"] field = "reasoning_content" [cost] -input = 0.435 -output = 0.87 -reasoning = 0.87 -cache_read = 0.003625 +input = 0.66 +output = 1.98 +reasoning = 1.98 +cache_read = 0.022