TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

1 点作者 yangikan3 个月前
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 条评论

dartos3 个月前
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 个月前
Please post articles comparing the pricing of API providers. I have heard nice things about together.ai