Gemini flash models have the least hype, but in my experience in production have the best bang for the buck and multimodal tooling. Google is silently winning the AI race.
Gemini 2.5 Flash
41–50 of 582 posts
Re: Gemini 2.5 Flash
#42Absolutely decimated on metrics by o4-mini, straight out of the gate, and not even that much cheaper on output tokens (o4-mini's thinking can't be turned off IIRC).
Re: Gemini 2.5 Flash
#43Earlier quoted context omitted.
The API is free, and it's great for everyday tasks. So yes there is no better bang for the buck.
Wait, the API is free? I thought you had to use their web interface for it to be free. How do you use the API for free?
Re: Gemini 2.5 Flash
#44Re: Gemini 2.5 Flash
#45Earlier quoted context omitted.
Agreed, it's not even possible to run an eval dataset. If someone from google see this please at least increase the burst rate limit
It is not without rate limits, but we do have elevated limits for our accounts through: https://glama.ai/models/gemini-2.5-flash-preview-04-17 So if you just want to run evals, that should do it. Though the first couple of days after a model comes out are usually pretty rough because everyone try to run their evals.
Re: Gemini 2.5 Flash
#46Gemini flash models have the least hype, but in my experience in production have the best bang for the buck and multimodal tooling. Google is silently winning the AI race.
Re: Gemini 2.5 Flash
#47Earlier quoted context omitted.
Funny you should say that. Google just announced today that they are giving all college students one year of free Gemini advanced. I wonder how much that will actually move the needle among the youth.
My guess is that they will use it and still call it "ChatGPT"...
Re: Gemini 2.5 Flash
#48Interesting to note that this might be the only model with knowledge cut off as recent as 2025 January
Isn't Grok 3 basically real time now?
Re: Gemini 2.5 Flash
#49I did some testing this morning: Prompt: "can you find any mistakes on my codebase? I put one in there on purpose" + 70,000 tokens of codebase where in one line I have an include for a non-existent file. Claude 3.7 Sonnet (Try 1 - new chat) Claimed it Found a race condition in the api of the admin interface that would be triggered if two admins were to change the room order at the same time. Claude suggested I group…