1 hour ago · Tech · 0 comments

Recently, I have been running into the "This model is currently experiencing high demand" message using the Gemini API. This is frustrating since my side-project ikka requires Gemini to perform some summarisation and ranking of the day's news articles. This has me on some days waiting for an opportune time to try to run my scripts so that I can give my users some articles to read. The worst of this was when the Gemini API was experiencing high demand for over 4 days. I ended up creating a workaround in which I would switch to Gemini 2.5 Flash. But even then, sometimes the Flash model experienced high demand. So, out of pure necessity, I decided to switch to OpenRouter. This move has come with two advantages: I can now compare and experiment with different models. This allows me to test out what model works best for my particular task. This also strips my project of any dependency on Gemini and vendor lock-in for Google services. I also discovered that Google was extracting quite a bit…

No comments yet. Log in to reply on the Fediverse. Comments will appear here.