Tokens Per Second Converter

Translate LLM throughput between the units people actually quote: tokens per second, tokens per minute, words per minute, characters per second, and pages per hour. Edit any field - the rest update instantly.

Workload solver: aggregate throughput needed

Conversion assumptions: for English text, 1 token is roughly 0.75 words and about 4 characters; a page is taken as 500 words (a dense single-spaced page). So 1 tok/s = 60 tok/min = 45 words/min = ~4 chars/sec = ~5.4 pages/hour. These ratios are averages - code, non-English text, and heavy formatting tokenize differently, so treat converted figures as estimates. The workload solver assumes requests are spread evenly across the hour; real traffic has peaks, so provision for peak requests-per-hour, not the daily average, and remember providers cap throughput with rate limits (tokens per minute) rather than raw tok/s.