API that auto-routes to the cheapest AI provider (OpenAI/Anthropic/Gemini)
11–20 of 41 posts
Re: API that auto-routes to the cheapest AI provider (OpenAI/Anthropic/Gemini)
#12- GPT-5.1 is $1.25 / 1M tokens
- You are $0.50 / 1,000 tokens
Output:
- GPT-5.1 is $10.00 / 1M tokens
- You are $1.50 / 1,000 tokens
Am I reading that wrong? Is that a typo?
Re: API that auto-routes to the cheapest AI provider (OpenAI/Anthropic/Gemini)
#13As these routing engines evolve, I wonder how you see them handling drift or divergence when different models produce structurally incompatible outputs.
Any thoughts on lightweight harmonization layers?
Re: API that auto-routes to the cheapest AI provider (OpenAI/Anthropic/Gemini)
#14Re: API that auto-routes to the cheapest AI provider (OpenAI/Anthropic/Gemini)
#15[flagged]
Re: API that auto-routes to the cheapest AI provider (OpenAI/Anthropic/Gemini)
#16[flagged]
Re: API that auto-routes to the cheapest AI provider (OpenAI/Anthropic/Gemini)
#17[flagged]
(this comment)
> This idea sits in a really interesting space because on paper
(previous comments)
> I really like this class of work because it sits at a strange intersection:
> It’s wild how Voyager forces two truths to sit together:
The pattern is " "
> becomes workflow-aware, not just price-aware.
> human mental model instead of the mathematically convenient one.
> run for that mindset more than for the tech.
My meta comment is not breaking the HN guidelines by letter, but may be spiritually breaking guidelines. See:
> Please don't post insinuations about astroturfing, shilling, brigading, foreign agents, and the like.
I think clarification on AI-accusations should be added to the guidelines if it falls under this class of comment.
Re: API that auto-routes to the cheapest AI provider (OpenAI/Anthropic/Gemini)
#18On top of that logging in does not require a password, just an email address.
Re: API that auto-routes to the cheapest AI provider (OpenAI/Anthropic/Gemini)
#19> Six months ago, I was running a customer support chatbot for a SaaS product. Nothing fancy - ...
I'm sure this toooootally happened
> curl -X POST https://tokensaver.org/api/chat \ -H "Content-Type: application/json" \ -d '{ "email": "your@email.com", "messages": [ {"role": "user", "content": "Hello!"} ] }'
Am I getting this right that there's no auth? Just provide an email and get free requests?
Edit:
This seems to always use sonnet 3.5 no matter the request. I asked it a USAMO problem and it still used sonnet (and hallucinated the wrong answer of course).
Re: API that auto-routes to the cheapest AI provider (OpenAI/Anthropic/Gemini)
#20The prompt and the model go hand in hand. If you randomly select the model the likelihood of getting something consistent is basically zero.
Also model pricing don't very that much. I have never heard of spot-instance equivalent for inference although that will be cool. The demand for GPU is so high right now that I think most datacenters are at 100% utilisation.
Btw landing page does not bring much confidence this is serious. Might want to change it to communicate better and also to be attractive to "developers" I guess.