Ask HN: Small LM or API?
1–10 of 11 posts
Re: Ask HN: Small LM or API?
#2Re: Ask HN: Small LM or API?
#3Re: Ask HN: Small LM or API?
#4Re: Ask HN: Small LM or API?
#5Re: Ask HN: Small LM or API?
#6Depends on what you're using it for, a small model could be viable as long as you're willing to absorb the maintenence overheads of running and deploying your own inference. A simple API would be much more cost effective especially if there are scaling requirements and time constraints.
Re: Ask HN: Small LM or API?
#7[flagged]
Re: Ask HN: Small LM or API?
#8That said, "worth it" still depends heavily on your hardware. A 4070 Ti gets you a very different answer than a 3060.
Disclosure: I'm building localllm-advisor.com, free and client-side, which also helps answer these types of questions. It shows which models fit your GPU with quantization options and estimated tok/s, or which GPU you'd need to run a specific model. Relevant to the question so I'm mentioning it, but take it for what it is.
Re: Ask HN: Small LM or API?
#9Re: Ask HN: Small LM or API?
#10Gemma 4 dropped two days ago and it's a pretty direct answer to this question. Google DeepMind built it explicitly for local deployment, the 26B MoE activates only 3.8B parameters during inference (so it runs at roughly 4B cost while hitting near-31B benchmark quality), and the smaller E4B variant runs fully offline on an 8GB laptop. The 31B Dense currently ranks third among all open models on the Arena AI leaderboar…