Processing or generating 10,000 words (approximately 13,330 tokens) with MiniMax-01 (4M Context) ranges from $0.000533 (cached input) to $0.0147 (full generation).
You send 10,000 words as prompt context, documentation, or background knowledge.
MiniMax-01 (4M Context) drafts a complete 10,000 words article, chapter, or code module.
8,000 words input prompt + 2,000 words output reply.
| Model | Provider | Input Cost (10,000 words) | Cached Input Cost | Output Cost (10,000 words) | Context Limit |
|---|---|---|---|---|---|
| MiniMax-01 (4M Context) (Current) | minimax | $0.002666 | $0.000533 | $0.0147 | 4,000,000 |
| GPT-5.6 Terra | openai | $0.0256 | $0.00256 | $0.1536 | 1,050,000 |
| GPT-5.4 Workhorse | openai | $0.032 | $0.0032 | $0.192 | 256,000 |
| o3-mini | openai | $0.0141 | $0.00704 | $0.0563 | 200,000 |
| o4-mini | openai | $0.0141 | $0.00352 | $0.0563 | 256,000 |
| o1-mini | openai | $0.0141 | $0.00704 | $0.0563 | 128,000 |
For MiniMax-01 (4M Context) (tiktoken_cl100k tokenizer), 10,000 words is approximately 13,330 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 10,000 words as input costs $0.002666 (or $0.000533 with prompt caching). Generating 10,000 words as output costs $0.0147. 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.000533). For non-urgent asynchronous batch processing, 24-hour batch queues provide a flat 50% discount across all tokens (costing $0.001333 for input, $0.007332 for output).
At an average human reading speed of 250 words per minute, 10,000 words takes approximately 40 minutes to read. In contrast, MiniMax-01 (4M Context) can process or generate this text in seconds.