From 74adf8673c02befb32ee583201d661e679a71b49 Mon Sep 17 00:00:00 2001 From: Frankie-Xu <92643488+Frankie-Xu@users.noreply.github.com> Date: Tue, 25 Aug 2026 15:02:15 +0800 Subject: [PATCH] docs: note DeepSeek peak windows apply Monday-Friday only (#316) Co-authored-by: Cursor --- packages/shared-python/shared/services/ai/token_costing.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/shared-python/shared/services/ai/token_costing.py b/packages/shared-python/shared/services/ai/token_costing.py index d8ffe18b..b0f63511 100644 --- a/packages/shared-python/shared/services/ai/token_costing.py +++ b/packages/shared-python/shared/services/ai/token_costing.py @@ -14,7 +14,8 @@ DEFAULT_TOKEN_PRICING_TABLE: dict[str, dict[str, Any]] = { # DeepSeek official (peak/off-peak since 2026-08-16 16:00 UTC). - # Defaults use OFF-PEAK; peak rates are 2x (01:00-04:00 & 06:00-10:00 UTC). + # Defaults use OFF-PEAK; peak rates are 2x and run 01:00-04:00 & 06:00-10:00 UTC, + # Monday through Friday only — the whole weekend is off-peak. "deepseek-v4-flash": { "currency": "USD", "unit": "per_1m_tokens",