TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What are some economical ways to access LLMs?

1 pointsby yangikan3 months ago
Want to hear about your experiences in terms of cost from various providers of LLM APIs. For example, for my usecase, I don't need to have a real time response. Are there any services that exploit spot instances and such, where I can submit a set of queries and get responses after a few hours, but costs much less?

2 comments

dartos3 months ago
The secret sauce is using a big LLM to generate many “responses” for some given intents, then use phi or something cheap to do intent detection and pick one of the pre made responses.<p>You can generate 100s of responses per intent, so the user may not ever get the same response twice.<p>Ofc it depends on your use case, but smoke and mirrors are your friend.
yangikan3 months ago
Please post articles comparing the pricing of API providers. I have heard nice things about together.ai