Hasty Briefsbeta

Bilingual

Kimi K3 Inference self hosting study

7 hours ago
  • The author spent $300 renting GPUs to test whether reselling Kimi K3 tokens was profitable, finding the cost to serve is $12–16 per million output tokens, nearly equal to the $15 market price.
  • All major providers charge exactly $15 per million output tokens for K3, so price is commoditized; the real competitive fields are output speed and time-to-first-token.
  • A single 8×B300 box can generate roughly 3.3 billion output tokens per month at 90% utilization, yielding about $50k revenue but only ~$8k gross after $41k GPU cost; break-even requires ~75% utilization.
  • The first-token latency of 3–6 seconds is caused by CPU-side tokenization and API overhead, not the GPU, which accounts for only 2–6% of the wait.
  • Two potential optimizations—a faster tokenizer and DSpark speculative decoding—could lower costs to $6–8 per million and TTFT to ~1.5 seconds, making the $15 price viable.
  • Reselling tokens from self-hosted open models is a trap unless you have a specialist serving stack; self-hosting only makes sense for control, privacy, or high-utilization internal traffic.

Related

Loading…