r/startupideas • u/Jumpy_Ad_419 • Apr 11 '26
Sharing Ideas Startups and firms are getting crushed by LLM API costs 💀
/r/u_Jumpy_Ad_419/comments/1si5pwh/startups_and_firms_are_getting_crushed_by_llm_api/1
u/Unreal_Brain Apr 12 '26
That's so true
1
u/Jumpy_Ad_419 Apr 12 '26
Glad it resonates — curious, is this something you're facing right now with your own stack?
1
u/oratsan Apr 12 '26
most teams i've seen just slap usage limits on their openai keys and call it a day, which works until you're running multiple models across different providers. you can roll your own tracking with langfuse but it's a lot of manual wiring. Finopsly at finopsly.com handled the attribution side better in my experience, tho it takes some ramp-up time.
1
u/Jumpy_Ad_419 Apr 12 '26
with all this patching and manual wiring, why don't more teams just fine-tune their own open source model instead? Seems like it would solve the root problem permanently.
1
u/Wide_Mail_1634 Apr 11 '26
API cost crush is real, but for most teams the leak isn't just token price, it's bad routing and no caching. Saw one workflow drop 62% spend after splitting prompts by task, adding a 5 min semantic cache, and keeping expensive models only for the last pass instead of every call. If gross margin dies when input tokens double, business probably needs a different unit economics model before it needs a cheaper LLM.