input tokens: $0.5 per 1,000 output tokens: $1.5 per 1,000 that's either one hell of a typo or my god I'll be broke in an hour if I accidentally use this service
API that auto-routes to the cheapest AI provider (OpenAI/Anthropic/Gemini)
31–40 of 41 posts
Re: API that auto-routes to the cheapest AI provider (OpenAI/Anthropic/Gemini)
#32I am not sure who is the intended customer for this service. The 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% utilis…
Re: API that auto-routes to the cheapest AI provider (OpenAI/Anthropic/Gemini)
#33Re: API that auto-routes to the cheapest AI provider (OpenAI/Anthropic/Gemini)
#34Earlier quoted context omitted.
The website looks like AI, so do we call it a typo or a hallucination?
Not only is it AI its outdated AI. https://tokensaver.org/api/pricing Is offering GPT 3.5 Turbo and Gemini 1.5 Pro.
I wonder how many dollars OP loaded on their API key. So far according to stats you've spent $13.65 for a few hundred thousand tokens people sent up.
{ "success": true, "totals": { "requests": 491, "revenue": 0, "cost": 13.650696, "profit": -13.650696, "inputTokens": 411557, "outputTokens": 258956, "customers": 32 }, "byProvider": [ { "provider": "anthropic", "requests": 491, "cost": 13.650696, "revenue": 0, "profit": -13.650696 } ] }
Re: API that auto-routes to the cheapest AI provider (OpenAI/Anthropic/Gemini)
#35input tokens: $0.5 per 1,000 output tokens: $1.5 per 1,000 that's either one hell of a typo or my god I'll be broke in an hour if I accidentally use this service
I created it for people using AI in development. The 1st 50 tokens are free.
Re: API that auto-routes to the cheapest AI provider (OpenAI/Anthropic/Gemini)
#36input tokens: $0.5 per 1,000 output tokens: $1.5 per 1,000 that's either one hell of a typo or my god I'll be broke in an hour if I accidentally use this service
Yeah, agreed. This sounds like a proper scam to me...
The moral of the story,if something gets screwed up, I end up paying
Re: API that auto-routes to the cheapest AI provider (OpenAI/Anthropic/Gemini)
#37Earlier quoted context omitted.
The website looks like AI, so do we call it a typo or a hallucination?
Not only is it AI its outdated AI. https://tokensaver.org/api/pricing Is offering GPT 3.5 Turbo and Gemini 1.5 Pro.
Moral of the story is, the only one who loses $ is me
Re: API that auto-routes to the cheapest AI provider (OpenAI/Anthropic/Gemini)
#38This has a nice made up "case study": https://tokensaver.org/blog/how-i-saved-500-dollars-on-ai-co... > 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 ge…
It's a simple tool. Use it or don't. The only person who would lose money in error is me.
Re: API that auto-routes to the cheapest AI provider (OpenAI/Anthropic/Gemini)
#39I am not sure who is the intended customer for this service. The 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% utilis…
Re: API that auto-routes to the cheapest AI provider (OpenAI/Anthropic/Gemini)
#40Out of frustration, I built an AI API proxy that automatically routes each request to the cheapest available provider in real-time. The problem: AI API pricing is a mess. OpenAI, Anthropic, and Google all have different pricing models, rate limits, and availability. Switching providers means rewriting code. Most devs just pick one and overpay. The solution: One endpoint. Drop-in replacement for OpenAI's API. Behind t…
You should probably take the service down before the HN crowd maxes out your credit card with the already discovered security and auth issues. Then find a technical co founder of you still want to pursue this idea and build it from scratch.