Processing or generating 25,000 words (approximately 33,325 tokens) with Qwen 2.5 Max ranges from $0.005332 (cached input) to $0.2133 (full generation).
You send 25,000 words as prompt context, documentation, or background knowledge.
Qwen 2.5 Max drafts a complete 25,000 words article, chapter, or code module.
20,000 words input prompt + 5,000 words output reply.
| Model | Provider | Input Cost (25,000 words) | Cached Input Cost | Output Cost (25,000 words) | Context Limit |
|---|---|---|---|---|---|
| Qwen 2.5 Max (Current) | qwen | $0.0533 | $0.005332 | $0.2133 | 32,768 |
| GPT-5.6 Sol | openai | $0.16 | $0.016 | $0.96 | 1,050,000 |
| GPT-5.6 Cyber | openai | $0.40 | $0.04 | $2.40 | 1,050,000 |
| GPT-5.5 Standard | openai | $0.16 | $0.016 | $0.96 | 512,000 |
| GPT-5.5 Pro | openai | $0.96 | $0.096 | $5.76 | 512,000 |
| o3-pro (Frontier Reasoning) | openai | $0.64 | $0.064 | $2.56 | 1,000,000 |
For Qwen 2.5 Max (qwen_bpe tokenizer), 25,000 words is approximately 33,325 tokens (an average ratio of 1.33 tokens per word in English). Code, technical vocabulary, and non-English scripts will have higher token densities.
Sending 25,000 words as input costs $0.0533 (or $0.005332 with prompt caching). Generating 25,000 words as output costs $0.2133. Output tokens are more expensive because autoregressive token generation requires significantly more computation per token.
Yes! If your input text is part of a repeated context, prompt caching saves 50% to 90% (costing $0.005332). For non-urgent asynchronous batch processing, 24-hour batch queues provide a flat 50% discount across all tokens (costing $0.0267 for input, $0.1066 for output).
At an average human reading speed of 250 words per minute, 25,000 words takes approximately 100 minutes to read. In contrast, Qwen 2.5 Max can process or generate this text in seconds.