Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion packages/shared-python/shared/services/ai/token_costing.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down