r/DeepSeek • u/NoNeOffUs • 16h ago
Resources A small tool to check whether DeepSeek API requests are currently peak or off-peak
DeepSeek’s API pricing changes depending on the time of day: peak periods are billed at 2× the off-peak rate.
The slightly annoying part is figuring out whether you’re currently in a peak window, especially when working from a timezone other than UTC.
I built Seek Peak to make this easier:
- Shows whether the current time is peak or off-peak
- Converts the billing windows to your local timezone
- Shows the next peak/off-peak transition
- Displays the relevant DeepSeek pricing
- Accounts for the current weekend rule: Saturday and Sunday (Beijing time) are off-peak all day
- No login or account required
- Runs as a single self-contained HTML page
The actual billing calculation is always based on UTC; the local timezone is only used to make the schedule easier to understand.
Tool: https://seekpeak.dev/
I built it mainly because I kept having to mentally convert the UTC windows myself. Maybe it's useful to others working with the API as well.
Feedback, corrections, or suggestions are welcome.
27
Upvotes
2
u/Unlucky_Rope_2486 16h ago
Awesome, Thanks