Earlier quoted context omitted.
The boat itself rocks, but do you see the background changing to indicate the boat is progressing through the environment? I only see that in the 3.1 Pro example. I believe that's what the OP meant.
I think this illustrates the problem with OP's prompt. If the goal is specifically to implement a scrolling background, this should have been in the prompt.
Gemini 3.5 Flash
111–120 of 692 posts
Re: Gemini 3.5 Flash
#112Earlier quoted context omitted.
People complain about them incessantly, but I can almost never get people to actually post receipts. Every provider allows sharing chats, and anyone can share a prompt that reliably produces hallucinations. More often than not, people are using images in responses that go awry. Which is fair, the models are sold as multi-modal, but image analyses is still at gpt-4.0 text-analyses levels. Also knowledge cutoff issues,…
I see hallucinations ALL the time. It's only obvious when you're prompting about a subject you know well. And when I say all the time, I mean it, and this is for Opus 4.7 Adaptive. I often have to say, please do searches and cite sources, as if it doesn't it will confidently give me wrong or outdated information. If you're often asking questions about a topic that's not in your specialist knowledge you won't notice t…
Re: Gemini 3.5 Flash
#113Latest update: May 2026
I have a very bad feeling about this lag.
Re: Gemini 3.5 Flash
#114Engineers at google have publically stated that the models are too big and are far from their potencial. Glad they're being proven right with every release. They continue to focus on smaller models while openai and anthropic are increasing compute requirements for their SOTA models.
Google’s pro models are almost certainly bigger than Openai’s lol
Re: Gemini 3.5 Flash
#115Engineers at google have publically stated that the models are too big and are far from their potencial. Glad they're being proven right with every release. They continue to focus on smaller models while openai and anthropic are increasing compute requirements for their SOTA models.
Re: Gemini 3.5 Flash
#116Yikes. I think the concept of a 'flash' model is changing, no? Google used to market this as its lower-intelligence, faster, cheaper option. I appreciate that they are delivering on both of those, but personally I would appreciate if they could create an incremental knowledge improvement while holding price steady. Fortune 500 companies have to make their money I guess.
Re: Gemini 3.5 Flash
#117Earlier quoted context omitted.
It depends on the use-case. yes, 90% of cost is cache in agentic coding scenarios (actually 95% in my experience). But not when the model reasons for 200k+ tokens before answering a complex problem.
gemini models solve a problem in 80% less tokens so that's something to think about.
Re: Gemini 3.5 Flash
#118Per million input/output tokens: Gemini 2.5 flash: $0.30/$2.50 Gemini 3.0 flash preview: $0.50/$3.00 Gemini 3.5 flash: $1.50/$9.00 Interesting pricing direction. I don't think we have ever seen a 3x price increase for in the immediate next same-sized model (and lol @ 3 only ever getting a preview). 3.5 flash costs similar to Gemini 2.5 pro which was $1.25/$10
Re: Gemini 3.5 Flash
#119Earlier quoted context omitted.
Don’t let that fool yourself. Google will have SOTA models as big as or even bigger than their competitors. They are just refining their current models while they finish training the next generation. They will all come out at about the same time. Anthropic, OpenAi, Google, xAI
Anthropic has been sitting on Mythos for a while now. I guess they don't feel pressured to fuck it ship it until anyone else gets a 10T to work.
Re: Gemini 3.5 Flash
#120$1.5/m input tokens $9/m output tokens 6x the price of 3.1 flash lite
I don't think input/output pricing matters, 90% of the cost is cache. $0.15 is pretty good, but still very expensive.
$0.15 / million tokens
$1.00 / 1,000,000 tokens per hour (storage price)
I much prefer the OpenAI/DeepSeek way of pricing caching where you don't have to think about storage price at all - you pay for cached tokens if you reuse the same prefix within a (loosely defined) time period.