Live data from Hacker News

Why do output tokens cost 5x more than input tokens?

anirudhsathiya.com

1–3 of 3 posts

Re: Why do output tokens cost 5x more than input tokens?

#3
Author here. I wanted to understand what vLLM and llama.cpp are actually doing under the hood, but the codebases are massive. So I wrote a stripped down version from scratch to see the core ideas without the production complexity.

Code: https://github.com/Anirudh171202/WhiteLotus