Gemini 3.7 Flash

(blog.google)

275 points | by thisisauserid 1 hour ago

52 comments

  • jjcm 59 minutes ago
    Here's a image->html test. Gemini has always swung above its weight class for vision work, so I'm always eager to try it with this.

    Original images: https://image.non.io/neonRamenDesigns.webp

    Gemini 3.7 build: https://html.non.io/neonRamenGemini3.7

    Opus 5 build for comparison: https://html.non.io/neonRamen

    Opus is still best in class for this, but it's worth noting how well Gemini 3.7 does vs a more comparable LLM price wise, which is Grok 4.6: https://html.non.io/neonRamenGrok4.6 . I thought Gemini would blow Grok out of the water (it generally has in the past), but Grok has really caught up.

    • jjcm 47 minutes ago
      Other thoughts: I really think Google has fallen behind here. Even as a high speed offering (this build took ~7min, which is pretty good!), it wont be able to claim dominance for long with cerebras announcing the Sol preview today: https://www.cerebras.ai/blog/accelerating-gpt-5-6-sol-ultraf... .

      It's not a bad model by any means, but I just don't know what situation I'd reach for 3.7 Flash first for. Google really needs a differentiator, especially given how hard it is to get an API key from them. They can't be high friction and non-pareto.

      • piyh 6 minutes ago
        Sol on Cerebras is going to be expensive AF
      • MrBuddyCasino 9 minutes ago
        I like using 3.5-flash-lite for doing cheap PDF and Image data extraction stuff. I don't think there is a better bang / buck model right now (3.1 is cheaper but a lot worse).
      • basch 27 minutes ago
        Depends on the definition of friction. If someone is in the Google ecosystem, why would they reach out of it.
        • Ardon 22 minutes ago
          I already use GCP and Google for work, and getting an API key was so annoying that even I couldn't be bothered after a while of looking around.

          Maybe things there have improved some, but when I was looking it was a huge runaround.

          • beart 10 minutes ago
            Hmm. My company has an internal portal for generating Gemini API keys. I select a project from a drop down, enter a name, and press okay.
    • orliesaurus 9 minutes ago
      I think both outputs are really good. I don't see a lot of differences. So what exactly should be looking at and notice that one model did worse or better than the other one.
    • flockonus 13 minutes ago
      There is some irony being a developer and reading along the lines of: "oh look at the comparison between these models executing a task for a few cents on a job i'd be charging 1k minimum"
      • bushbaba 10 minutes ago
        FYI, developers are rarely given such a rich UX mock.
        • flockonus 3 minutes ago
          Depends who you work with, what's the intention, budget, etc. I'd agree this is a really good one.

          I'm used to incremental Figma wireframe -> final product and working together with a designer.

    • codazoda 43 minutes ago
      How are you doing this with Opus. Clearly I’m missing something. I always turn to ChatGPT when I need images because Opus typically refuses. I’ve tried Claude Code and Claude online in the past. I’m pretty sure neither created images for me and I thought this was because Anthropic was focused on code.

      I guess I need to try harder. :)

      • jjcm 33 minutes ago
        Images and build step were generated with my own tool (https://news.ycombinator.com/item?id=48995754 - it's why I'm often running these img->html tests).

        Opus can't generate images since A\ doesn't have a diffusion model.

        • victor106 15 minutes ago
          did you build your own diffusion model?
          • jjcm 13 minutes ago
            I have a few custom ones (a post-trained flux 2 checkpoint for web design and a image->metalness map generator that the build step can call for more advanced lighting situations), but gpt-image-2 is better than my own for design, so it's weighted much more heavily in outputs my tool generates. I think gpt-image-2 currently generates 99%+ of the design outputs on diffui
      • tyre 31 minutes ago
        I believe they are testing giving it an image, which you can do in Claude code by dragging/dropping into the terminal or copy/pasting, and asking it to build the html equivalent.
    • XCSme 9 minutes ago
      They both have horizontal scroll on mobile...
    • mediumdeviation 27 minutes ago
      I'm not sure what prompt you put in but did Gemini replace the all of the images in the original with its own? That would be really weird behavior unprompted.
      • jjcm 16 minutes ago
        The prompt is a build step generated by my tool for image->html conversion, which includes APIs the model can call to generate images/patterns/svgs.

        https://image.non.io/12275ee8-71e9-4941-823b-e51fec157b4d.we...

        The agent is told to generate assets as part of the buildout. It gets to decide what the prompt is for them / whether to do postprocessing like background removal / what type of asset to generate.

    • snissn 51 minutes ago
      I'm curious how much the harness plays into this. I'm somewhat surprised by the gemini and grok results, they seem to have strongly deviated from the original images. I'm thinking maybe the harness has a big effect? It's possible to proxy in different models to claude code, if you're curious you might find it interesting to test!
      • jjcm 46 minutes ago
        Harness could be a part of it, but worth noting both the Opus and Gemini 3.7 flash tests were both ran through opencode.

        The grok test was ran through the cursor cli agent however.

        • igravious 27 minutes ago
          why Grok not through `Grok Build` ?
  • Alifatisk 56 minutes ago
    Ever since the insane discount with GPT-5.6 Luna, not much excites me anymore. I mean just look at the benchmarks, even though Gemini 3.7 Flash performs well on the DeepSWE 1.1, Luna (Max) still performs way better. I personally have stuck to Luna (Xhigh) because its been more than enough and does not bloat up the context window too fast with reasoning tokens.

    https://deepswe.datacurve.ai

    > Starting January 1, 2027, $1.50/1M input tokens and $7.50/1M output tokens will apply.

    Compare this to Luna which is at $0.2/1M input ($0.02 cached) and $1.2/1M output.

    https://developers.openai.com/api/docs/models/gpt-5.6-luna

    • z_rho_one 0 minutes ago
      GPT-5.6 Luna is an insanely powerful model for its price. It's been great for coding workflows where I guide the LLM's hand step by step. It's also insane to see my weekly limit drop by than 2% after an hour of coding ever since the discount.

      However, I've noticed 2 drawbacks with Luna. Context rot is much more palpable than Terra and Sol. It tends to get confused and go into rabbit holes when it's context gets filled up. In addition, when instructions are vague, it performs poorly and tends to write way to more code than necessary, but that is to be expected of smaller models. In all, for clearly defined, bite-sized coding tasks, Luna's price-to-performance has been insane. It might have very well commanded the price tag of Sol if it came out just a year ago.

    • mikepurvis 9 minutes ago
      I'm curious how much people are manually curating context these days; I'm increasingly feeling for myself that it being auto-managed inside a front-end like claude code is not ideal, and I'd rather have more control over what exact files and pieces of discovery go into a particular prompt, and the ability to more easily "fork" a session and ask asides or make notes/todos in a way that doesn't disrupt or confuse a more focused task going on.

      I don't think I want a gastown-style "just yolo everything" approach, in fact I really want more control over how decisions are made and with what info. Does this exist?

    • estebarb 37 minutes ago
      I practically switched to doing everything with Luna or DeepSeek V4 flash. I haven't feel the need for the more expensive models.
    • isamu_2000 27 minutes ago
      luna is the first model that has outdone gpt-5-mini on the pareto frontier for some of my high value, cost sensitive ai product workflows. it's both cheaper (by about 60% in real world use) and higher quality based on my test harnesses. I was really worried that costs would go up since there wasn't a replacement as of a few weeks ago and gpt-5-mini is scheduled to be sunset toward the end of the year. So long as they don't randomly sunset this model anytime soon, that worry has now subsided.
    • tym0 19 minutes ago
      > does not bloat up the context window too fast with reasoning tokens

      How much does that matter if it's reset at every turn?

      • Alifatisk 4 minutes ago
        Does it reset at every turn? From my experience in Codex for example, Luna (Max) fills the 256k token window relatively quick. The only thing lowering the context window again is the compaction.
    • redox99 24 minutes ago
      Benchmarks mean very little. The difference between Luna and Sol in the real world is massive.
  • simonw 42 minutes ago
    The "introductory pricing" for this 3.7 Flash model is really weird.

    It's scheduled to double in price on December 31, 2026, but who would anticipate still using this model five months from now? Especially since 3.6 Flash came out just three weeks ago!

    My first effort with default thinking level produced an ambitious pelican, let down by a flawed bicycle: https://tools.simonwillison.net/markdown-svg-renderer#url=ht...

    Then I ran it on high, medium and low thinking levels (oddly minimal is no longer an option, which WAS an option for 3.5 and 3.6) and got a pretty excellent pelican for the first two:

    https://tools.simonwillison.net/markdown-svg-renderer.html#u...

    • jakswa 30 minutes ago
      This pelican gave me a good laugh, because there's enough reasoning that the render is out of sight initially. The buildup!
    • spiderfarmer 40 minutes ago
      It's not weird if you're in marketing.
  • wxw 1 hour ago
    They need to release benchmarks against Luna/Terra. Luna is much cheaper which feels like it undercuts the need for Flash.

    I've always considered the Flash series of models to be for low-cost, high-volume, mostly text-based use cases (e.g. summarization, parsing, formatting), emphasis on low-cost.

    [edit: ah, benchmarks here: https://blog.google/innovation-and-ai/models-and-research/ge...

    more of a Terra than Luna competitor which is an interesting positioning. I feel like differentiation at the mid-tier of models is pretty difficult.]

    • anthonypasq 1 hour ago
      flash-lite is more of their luna tier competitor but even still not quite there yet, but gemini's dominance on multimodal and image understanding i think really gets downplayed on this site when most people think the only think you can do with LLMs is write code
      • vohk 1 hour ago
        That's been my association as well. I see Flash get brought up a lot in relation to things like OCR and PDF processing frequently, and a lot of other routine multimodal workloads.
      • MrBuddyCasino 6 minutes ago
        Yes this is my impression as well. To be fair I didn't compare to Luna yet, but Gemini 3.5 Lite is a very good and cheap multi-modal data extraction model.
    • peab 1 hour ago
      gemini flash is probably the best model for visual tasks right now. they also make it really easy to ingest videos
      • icelancer 30 minutes ago
        Crazy it's still the only video understanding endpoint. It's what I use it for and no other model even offers a competitor.
      • pants2 53 minutes ago
        Yes, was going to say I use it exclusively for video and audio. The ability to give it a YouTube link through the API and ask questions about it is awesome
      • wxw 49 minutes ago
        Ah, multimodal is a great point. I'll need to try that some time.
    • timdorr 1 hour ago
      They compared against 5.6-terra on the model card: https://deepmind.google/models/model-cards/gemini-3-7-flash/
    • andai 1 hour ago
      Matched roughly with Sol on DeepSwe cost per task.

      Luna way cheaper. DeepSeek used to be, but I think it's somewhere on Sol's curve after the price hike.

      • scotty79 26 minutes ago
        On DeepSwe it's strictly beaten by Luna on max, cost and result.

        Damn, Luna on max is as good on DeepSWE as Kimi k3, I think I dismissed this model unjustly.

    • jeffbee 49 minutes ago
      Why is Gemini represented by points on this cost-quality plane, while competitor's models are represented by curves?
      • scotty79 24 minutes ago
        Competitors release multpile models and their curves reflect reasoning effort of each single model.

        Gemini doesn't have adjustable reasoning effort (at least on the graph) so each of it curves is just one point.

  • euazOn 1 hour ago
    The multimodal abilities are great, but if you deal with text only, what is the benefit of using this over DS V4 Flash/Pro? 13-26x cheaper with comparable intelligence, and available across many different inference providers.

    I fail to see the usecase where DS V4 Pro is not enough, but Flash 3.7 is - except multimodal.

    Luna is similar, and also 8x cheaper. Source: artificialanalysis

    The only benefit I can see is the speed, that looks to be outstanding, probably thanks to their TPUs.

    • onlyrealcuzzo 1 hour ago
      > 13-26x cheaper with comparable intelligence, and available across many different inference providers.

      Well, compared to 2 months ago, it's no longer 100x more expensive for similar levels of quality...

      If they continue monthly-ish releases by 3.9 - by Halloween - they should be close to the best in terms of what you get for what you pay for.

      In 2 months, they've gone from basically the bottom of the pack to at least being somewhat usable and competitive.

      OpenAI and Anthropic release in a month, and change things. OpenAI is claiming to be close to an Astra release - but that seems like a Fable type release - where they're just releasing a better more expensive model, not more cost effective models.

    • anthonypasq 1 hour ago
      for non-coding applications, i think speed is a real differentiator. Im building an app that uses LLMs for some functionality that the user would not have any reason to expect is using AI and therefore having then wait seconds or minutes is just not feasible. latency is a huge upside for me
      • Melatonic 34 minutes ago
        Anything interacting with the real world seems like latency would be hugely important. Something more asynchronous friendly (like coding) is for obvious reasons over represented here
    • 127 25 minutes ago
      DSV4 Flash is in a tier of its own, until at least the price change arrives.
    • jklmnopqrstuvw 1 hour ago
      From my own testing, Gemini 3.5/3.6 Flash is better than DS v4 Flash/Pro on text ability.
    • PunchTornado 25 minutes ago
      did you try to ingest 1M documents per hour with any provider except GCP with Flash? None work at scale. Deepseek, Luna, Mistral all fail. 1 in 3 requests is a fail. I stopped trying.

      The only thing that works at scale is gemini flash.

    • lenerdenator 59 minutes ago
      I guess the question then becomes "are you sure you'll do text only?"

      I could probably do text only for my workflow (feature development/debugging for web microservices) but sometimes it is easier to just toss a screenshot into the Claude prompt, so that gives it an edge.

      If your workflow is 100%, certifiably never ever going to involve an image, then yeah, this isn't going to be huge.

    • re-thc 1 hour ago
      > over DS V4 Flash/Pro? 13-26x cheaper with comparable intelligence, and available across many different inference providers.

      That's why DS4 already had a huge price hike announcement.

      • KptMarchewa 1 hour ago
        The inference providers did not raise the prices no?

        Deepseek as a company can just increase prices for the crazily cheap cache they have, that's their only lever.

      • 361994752 1 hour ago
        I guess the demand is just too high... But even after the price hike, ds is still much cheaper?
  • twelvechairs 1 hour ago
    https://artificialanalysis.ai/models/gemini-3-7-flash

    The selling point for gemini continues to be speed and particularly end-to-end response time.

    • vrosas 1 hour ago
      I've blown away by flash 3.6's speed while Opus chugs along for _hours_ on similar tasks. I've gotten into a opus designed -> gemini implemented -> opus reviewed dev cycle recently.
      • gekoxyz 11 minutes ago
        I am actively using Gemini flash to "translate" what Opus says into human language. I let opus do the design (with my assistance) and implementation, but then the report that Opus writes gets translated by Gemini so that I don't have to waste time to understand it.
    • modeless 53 minutes ago
      It's funny that they don't mention this at all in the marketing or tech specs when it's obviously the biggest selling point by far. Without this it would be completely irrelevant.

      Worth noting that OpenAI just announced that they got the full GPT 5.6 Sol model running on Cerebras at 750 tokens per second. No announcement of the pricing though...

      • bearjaws 8 minutes ago
        Cerebras is crazy to watch on GPT OSS or Gemma, I feel like we need a new VibeOS demo but with Cerebras, the OS would literally build itself in a few seconds.

        https://youtu.be/7NfyZhV1dKM?t=52

      • hbn 34 minutes ago
        > It's funny that they don't mention this at all in the marketing or tech specs when it's obviously the biggest selling point by far. Without this it would be completely irrelevant.

        Good catch! You're right to point that out. My previous marketing copy missed that specific detail. Thank you for bringing it up!

      • data-ottawa 21 minutes ago
        I use this in a customer facing application and Gemini’s speed makes the experience feel much better.

        The application isn’t so complicated that you need opus level reasoning or code writing, we need “good enough” data retrieval and processing with natural language queries and the ability to answer follow up questions.

        For that Gemini works well for a decent price.

      • Melatonic 32 minutes ago
        It's like the Intel Optane of AI
    • markasoftware 1 hour ago
      Sol high is almost the same speed if you take into account drastically lower token use. Look at the artificial analysis speed vs token use. Gemini is 7x faster but 5x more tokens. And that's with Sol high being a substantially better model.

      Edit: and Sol medium actually has the same AA intelligence score as Gemini 3.7, and has >7x fewer tokens, actually making it faster

      • anthonypasq 59 minutes ago
        is presumes you are doing longer difficult agentic tasks, if youre doing a simple problem in 1 or 2 shots, not really multi turn then theres no comparison.
    • bob_theslob646 1 hour ago
      What's the typical response time for Gemini compared to other models?
      • ponyous 48 minutes ago
        On my benchmark where AIs generate ~20 different 3D models about 1/2 the time of Opus and 1/3 of the time of Kimi K3 and 2/3 of time of sonnet.
  • fmind-dev 1 hour ago
    Gemini Flash is one of the best "good-enough" models. I use this type of model daily, for automation and quick development iteration loops.

    Unfortunately, it's often not strong enough for heavy refactoring and long running development loops.

    • garciasn 57 minutes ago
      Yeah we use it for auto-triage of incidents, attempts to auto-remediate, and escalation to human. But for actual development, it’s not a viable option for us.
    • christoff12 46 minutes ago
      'Tis a good workhouse, indeed. I hope they give us a 4.0 Pro that can use Flash subagents soon.
  • parasti 1 hour ago
    Actual announcement: https://blog.google/innovation-and-ai/models-and-research/ge...

    So it's better than 3.6 Flash, at half the price. I've been pretty excited about Gemini models recently, they just feel so fast after spending most of the day at work waiting for Opus 5.

    • UncleOxidant 1 hour ago
      Yes, 3.6 Flash is very fast. I used to get a fair amount of usage of the Gemini Flash models on the free tier. I signed up for their $4.99/month tier (includes 400GB of Google space which was also enticing) and it turns out I only get about 15 to 20 minutes of usage before I get a come-back-in-7-days message. Comically low usage limits on that plan.
    • andriy_koval 55 minutes ago
      > So it's better than 3.6 Flash, at half the price.

      I think its the same price..

  • ls_stats 29 minutes ago
    I don't get it, Google could heavily subsidy their Gemini models to make it more attractive, but they prefer to not do it. I don't know one soul who is using Gemini models to code. Even OpenAI who doesn't have money or capacity is offering their Luna model at $1.2 per 1M/out.
    • Joeri 12 minutes ago
      Why would they? Unless they have lots of unused tpu real estate that they could host it on “for free” they would be bumping more profitable workloads off of machines to give away that capacity to people with zero long term loyalty. There is no business reason for google to subsidize these models.

      OpenAI has too much money. They’re spending their money in stupid ways.

    • u1hcw9nx 11 minutes ago
      It makes sense. All these models are money losing businesses.

      As a business Google might want to focus on fundamental research 2-3 years from now and not compete on who acquires more money losing customers. Just stay little behind and invest money better.

    • film42 21 minutes ago
      What you're not seeing are the subsidized Google Cloud startup credits, which includes Gemini. If you're in that program, you choose Gemini because it's essentially "free" and consistent.
  • Topfi 1 hour ago
    > What's new in Gemini 3.7 Flash [0]

    > Coding and agentic tasks: Significantly higher quality on real-world software engineering and agentic benchmarks, improving issue resolution and reducing failed agent loops.

    > Web development and stronger design parity: Generates higher-fidelity desktop and web application code directly from design mocks, with strong gains in design adherence and in auditing existing codebases against mocks to verify 1:1 design parity.

    > Promotional pricing: Gemini 3.7 Flash will be available at an introductory price of $0.75/1M input tokens and $3.75/1M output tokens. We’re also applying this new rate to 3.6 Flash. Introductory pricing expires on December 31, 2026; after, $1.50/1M input tokens and $7.50/1M output tokens will apply.

    Still no sign of 3.5 Pro. Will have to test it, low expectations given every other model from the Gemini 3 lineage, but one can hope. Just struggle to understand the promotional pricing being temporary for four months. Given this industry, I'd be hard pressed if 3.7 Flash was still in use by end of year, so why not make it the official pricing?

    [0] https://ai.google.dev/gemini-api/docs/latest-model

    • WarmWash 1 hour ago
      >Given this industry, I'd be hard pressed if 3.7 Flash was still in use by end of year, so why not make it the official pricing

      It was probably to placate some kind of general internal pricing/revenue benchmark that doesn't account for new model releases. Politicians do shit like this incessantly and it reeks of bureaucracy.

      • mattlondon 36 minutes ago
        I suspect it's a bit of a signal to investors etc.

        "Hey, we are not in a race to the bottom. This is our usual pricing, but this now is a promotion because we know we're coming from behind and need to entice users."

        They're drawing a line in the sand on monetisation and signalling that to everyone, while in reality offering it a deep discount (no idea if profitable or not) knowing that this model will probably be obsolete before then.

  • dwa3592 15 minutes ago
    I was going to cancel my gemini membership today ..... still going ahead. In my experience, gemini 3.1 pro, 3.5, 3.6 flash constantly lie too much about completing their tasks whereas sol (even though equally dumb) never claims something has been done when it hasn't been.
  • damsta 1 hour ago
    > 3.7 Flash is available through the end of the year at an introductory price of $0.75/1M input tokens and $3.75/1M output tokens.

    > Introductory pricing expires on December 31, 2026. Starting January 1, 2027, $1.50/1M input tokens and $7.50/1M output tokens will apply.

    • modeless 1 hour ago
      Clearly this model will be irrelevant by Jan. 2027, why would Google even bother to say this?
      • urams 1 hour ago
        It's basically a "if we really have to support this for a long time, we want to be compensated for that" pricing strategy. It's about long term maintenance cost being greater _because_ it will be irrelevant.
      • kromokromo 1 hour ago
        Its probably just a corporate symptom, weird stuff like this happens in messy large orgs.
      • quaintdev 1 hour ago
        Maybe they know something we don't. What if all frontier lab do this? Maybe this is actual cost of running these llm.
  • dudeinhawaii 42 minutes ago
    I want to like Gemini models but my problem thus far has been a lack of coding chops. They still make mistakes, importantly, without correcting them for things like hallucinated API calls or code that doesn't run but they never bothered building or running. I know a lot of this can be fixed with workflows but it still feels like a failing.

    GPT-5.6 or Claude models haven't delivered to me non-running code in ages.

    Whenever I have Gemini in the flow, it's fast, but mistake riddled. I have low confidence in the output.

    I've had some success with Opus driving Gemini models. It's pointless for GPT family since Sol is cheap enough or can drive terra/luna for arguably better performance, same speed, and better outcome.

    As for all of the talk in this thread about modalities. Every SOTA model takes screenshots and verifies work now. Grok-4.6 does this, Luna does it, etc. They can also all work _from_ a screen shot or mockup provided.

    I don't think it's a major selling point when every model can do it well and reasonably fast.

    That said, eagerly awaiting "pro" and improvements to antigravity.

    • boinkboink78912 13 minutes ago
      Try this one, it's a step jump in coding capabilities for me over 3.6.
  • nickandbro 1 hour ago
    This is genuinely a competitive model, considering it beats Claude Sonnet 5 on almost all benchmarks and is more than half its price. Seems like Google is back in the game, though not leading the frontier anymore.
    • onlyrealcuzzo 1 hour ago
      Sonnet 5 is arguably the most cost ineffective model to ever be released, so that's not really impressive.

      It can regularly cost more than Fable, take longer, and deliver far far lower quality.

      I'm much more interested how this compares to Luna - which on price is terribly - but at least on quality the benchmarks make this look competitive / usable.

      If Google continues monthly Flash releases like Sundar said they would, and they continue to have this much of an improvement in cost/quality - then in a few months this could reasonably be very competitive with the best of the best.

      It is not there yet, but at least it's super fast, I guess.

    • xnx 48 minutes ago
      Google is not currently in the lead for maximum model capability, but it is still very competitive (or even best) in the multidimensional capability, cost, and speed frontier.
    • qeternity 1 hour ago
      > more than half its price

      Less than half its price.

      More than 50% discount.

    • 9cb14c1ec0 1 hour ago
      Claude Sonnet 5 is such a garbage model, so not sure what that says about Google's new best model.
  • bisonbear 1 hour ago
    They compare it to 5.6 Terra, however https://cognition.com/frontiercode puts Terra at about 1/2 the price

    Also have to compare to the recent Grok 4.6 release, which appears to straight up be better AND cheaper

    Hard to understand why anyone would choose 3.7 Flash under these conditions.. is Deepmind still a frontier lab?

    • mdasen 1 hour ago
      Artificial Analysis shows Grok 4.6 taking $1,068 to run their suite while Gemini 3.7 Flash takes $485. So it looks like Gemini 3.7 Flash is less than half the price in the real world.

      Per-token cost isn't a great metric given that some use way more tokens than others.

    • ValentineC 1 hour ago
      > Hard to understand why anyone would choose 3.7 Flash under these conditions.. is Deepmind still a frontier lab?

      At this point, I think they're mostly targeting Google One and Workspace subscribers, except doing worse compared to Microsoft because they don't have Microsoft's huge enterprise moat built from their DOS and Windows days.

    • cahaya 1 hour ago
      Agree, with you but I'm still using 3.6 Flash because of tok/s/ latency/ uptime with high context. Tried Grok 4.6 and it was scoring lower on some internal benchmarks or slower.
  • eckr 49 minutes ago
    Maybe this is just my experience, but have people had trouble with 3.6 Flash just... getting things it has seen in its context correct? I don't know if it's been insanely benchmaxxed or what, but it'll pull information from websites and immediately get it wrong the token after. Or for example (this is something that happened like yesterday) I asked it to compare the uses of A and B in a language I was learning, and the way I typed it was "Please compare how these two are compared differently: A VS B", and then... it proceeded to compare "VS" and "B". I'm not kidding.

    Personally whenever I use Gemini I've just been using 3.1 Pro because I've had insane trouble with them getting things incorrect like this. Hopefully they'll fix it soon / they've fixed it with 3.7 Flash.

  • axus 47 minutes ago
    It's on Google AI Studio, which I use for free when I'm not on computers I control.

    It did fine on my usual benchmark about configuring old Sparc hardware, maybe output slightly faster than before. Even included something new to check in the firmware.

  • Tiberium 1 hour ago
    3.7 Flash gets 56 on AA up from 52 for 3.6 Flash. But it seems like this is at the cost of more output tokens per task: 3.6 Flash is 26k, 3.7 Flash is 37k. Due to 3.7 Flash's 2x slashed pricing it's still cheaper per task.
  • ghoshbishakh 49 minutes ago
    Has anyone noticed that antigravity has been working really well for the last few weeks. Now with this model it should be working much better. Hope the Google AI Pro Subscription can be used to do some real agentic coding now.
  • cracadumi 1 hour ago
    For those looking for the full benchmark figures and technical overview, Google's primary announcement post is here: https://blog.google/innovation-and-ai/models-and-research/ge...
  • npn 1 hour ago
    > * For 3.6 and 3.7 Flash, introductory price expires on December 31, 2026. Starting January 1, 2027, $1.50/1M input tokens and $7.50/1M output tokens will apply.

    this is hilarious. it is not 2025 any more, by Jan 2027 there will be at least 3 newer generation of models (from other provider) released already. nobody would use flash 3.7 at that time.

    sure we used to cling to gemini models in the past, demanding 2.5 models to continue to serve, but since google betrayed us with those price hike, people already spent their time making their production pipeline less dependent on google since then.

    heck, even now I'm not sure I even care if they cut the pricing even lower. there are too many models with cheaper price and similar performance now.

    • GodelNumbering 1 hour ago
      > introductory price

      They should call it 'face saving pricing after we realized just how terribly did we mis-price the flash 3.5'

      > since google betrayed us with those price hike, people already spent their time making their production pipeline less dependent on google since then.

      This is my first hand experience. I spent at least $3000 on gemini-3-flash-preview. And exactly $0 total on (3.5+3.6+3.7)

      • dr_dshiv 1 hour ago
        gemini-3-flash-preview is legit amazing and cheap. That's why i spent over 10k on it.
    • seizethecheese 1 hour ago
      Maybe the business model is to break even on bleeding edge models while making money on the long tail of usage once systems are tuned for a specific model and running in production.
      • NoDodgeQuestion 1 hour ago
        How can system be tuned for a specific model? Model is fungible, often one model strictly greater on both quality and price.
        • seizethecheese 1 hour ago
          Think of it this way: you are at an enterprise business. You have a workflow implemented a year ago that is working just fine. Swapping out the model for a new one changes behavior in unpredictable ways. Eventually, you'll do it once cost is low enough, but it takes serious labor to validate this, so you'll wait a long enough time for Google to make money.
        • nickserv 1 hour ago
          Prompts can certainly be tuned to a particular model, where updating the model actually results in worse performance. This is perhaps less true today than a year or two ago, but we have seen this on newer models as well. Typically, the less specific the instructions are, the less it's a problem. But sometimes you really need to get into specifics to get good results. Area of work is code porting and translation.
        • ipsod 1 hour ago
          Models are not fungible, if you're building certain types of products on them.
          • serf 1 hour ago
            this is becoming less true with every generation of model.

            a decent model with a decent harness will determine when the knowledge base is lacking and attempt to fill the holes; thus the good general models can be very easily brought up to speed on niche domains.

            • j16sdiz 1 hour ago
              Ugh? It is not just the knowledge

              Some model are more aggressive by default, some are more verbose by default. To get the result you want for your specific application, you run experiment with prompts and parameters.

            • margalabargala 1 hour ago
              You're thinking like an engineer.

              Think like a regulator.

        • andai 1 hour ago
          The business model is to replace the entire human economy.
      • npn 1 hour ago
        it is partly true, but like I said it is not 2025 anymore. models now get released more often, and still have notable progress so they can safely replace the old models while being faster/cheaper. and thank to chinese models the pricing is pretty much stable and affordable now.

        and now we have ai agents to automatic migrate the system with new models. in the past we would need to spend hours to design the prompts, then test the output, then write codes to babysitting it. nowadays any ai agent can do it effortlessly.

    • KptMarchewa 1 hour ago
      This is added specifically so you migrate out of those as fast as next models will be available.
      • jtwaleson 1 hour ago
        I think it's just to signal that prices will go up in the future.
    • eli 1 hour ago
      Isn't it a good thing to know about price hikes in advance? If I were building a product around it, I would certainly care.
      • swang 1 hour ago
        I think it's meant to make fun of the fact that Google raised prices on their models and people were upset, and this is Google's way of lowering back the price because by Jan 1st 2027, this model isn't going to be used since people will move on to the latest models.

        Personally, I feel like Google blundered on their pricing because while I was using the free version of the Gemini harness, they took away most of the free limits and made people move over to their Anti-Gravity harness for no apparent reason. I was about to splurge for a Pro sub since I already used Google for extra storage but putting up limits like they did made me not want to trust they wouldn't do more price shenanigans. Now their models are behind and it seems like they're scrambling.

    • threatripper 1 hour ago
      Nobody except corporations who built workflows on top of it and don't care about the price because the developer already moved on and nobody wants to touch it.
    • raincole 1 hour ago
      What? Jan 2027 is just about four months away. People surely still use models from four months ago today.
    • poly2it 1 hour ago
      I think this is a play to get around EU regulation about false sales.
  • andai 23 minutes ago
    So their "Flash" model won't be cheap. Are they gonna make a new one that's cheaper? Gemini-3.8-Silverlight? ;)
  • spelk 1 hour ago
    >3.7 Flash is available through the end of the year at an introductory price 1 of $0.75/1M input tokens and $3.75/1M output tokens. This price combined with the enhanced model performance enables developers and customers to scale production-ready agents cost effectively.

    Introductory pricing until December 2026 implies no significant Gemini Flash developments until the next year.

    • randomblock1 1 hour ago
      I think it's just meant to make it more competitive, Gemini has kinda been behind in everything except maybe multimodal. It's only 3 weeks after Flash 3.6, so if they really wanted to, they could probably do a 3.8 Flash before then.
    • re-thc 1 hour ago
      > implies no significant Gemini Flash developments until the next year.

      Gemini 4 is apparently just around the corner so unless there's a 3 month delay... there's at least a new Flash update.

      • eis 59 minutes ago
        3.5 Pro was supposed to be around the corner two months ago. 4.0 Pro is some ways out as they recently stated they are seeing some promising early results from training. It didn't sound like a release is imminent.
  • bisonbear 1 hour ago
    Reposting my comment from the other thread https://news.ycombinator.com/item?id=49288847

    They compare it to 5.6 Terra, however https://cognition.com/frontiercode puts Terra at about 1/2 the price

    Also have to compare to the recent Grok 4.6 release, which appears to straight up be better AND cheaper

    Hard to understand why anyone would choose 3.7 Flash under these conditions.. is Deepmind still a frontier lab?

    • ipsod 1 hour ago
      Gemini Flash 3.6 High was about 10x faster than Luna xhigh for the work that I tested it for, and it got similar results.
  • stillpointlab 1 hour ago
    Does Google believe people want fast models because they have some sort of evidence of that preference? Or are they no longer capable of delivering a Pro model?
    • mattlondon 1 hour ago
      I have read that "pro"/"opus"/etc models can actually be worse for everyday coding as they reason "too deeply" and turn over too many stones over-thinking the problem and potentially getting distracted.

      This feels absurd to me (my gut is "I want the SMARTEST model I can get!!"), but often I find that my experience of using a flash/sonnet model for every-day workhorse coding they are better.

      Its not the same thing, but when I think of that I am reminded of working with some engineers in the past who are incredibly smart and have PhDs (or to put it another way, over-qualified) and they were crap engineers because they'd just not be able to focus on the task and ONLY the task at hand and would get easily distracted by the "why" or "more interesting" things when I just asked them to fix a simple bug or whatever. Again, its not the same thing at all, but it certainly comes to mind when I think of this or experience a pro/opus model suggesting we make huge refactors when a tactical fix is all that is required etc.

      Of course, the opus-sized models are great when it comes to huge comprehension/research/debugging efforts where the deeper reasoning is actually useful.

      • blfr 52 minutes ago
        I find Fable completely unbeatable for anything code-related. It's the only frontier model that seems to come with sane defaults.

        If it implements something simple like a file export, it just knows that the file should have a meaningful name. Vibecoded feature beats most software's lazy "untitled.png".

        So, yes, I want the smartest model even for simple stuff. Maybe especially for simple stuff because the tokens burned will be trivial so the cost doesn't give lower models a comparative advantage.

      • amberjack 13 minutes ago
        This is my experience at least.
      • stillpointlab 52 minutes ago
        That does not match my own experience, which is why I wonder if Google has evidence of that.

        Consistently, lower intelligence models provide worse results in my own work. But I don't have evals on my side, just vibes.

      • threatripper 56 minutes ago
        True, if you have a codebase that works in practice but has dozens of loose ends and poorly defined edge cases than it can chase off into rabbit holes because "oh wait, what if x is undefined instead of null? How is y defined? This outdated package has long known severe security holes and should not be used anymore, do we actually need it?".
    • CoolestBeans 1 hour ago
      Probably both. Having a strong frontier model is necessary not just for the model itself but because it provides a halo effect for your entire line. So if Google could deliver a pro model they would. But I also think Google is targeting the wider market and not picking verticals like Anthropic does. A good enough model is good enough for most generalist tasks, and being fast and cheap is more important to less sophisticated users. Also can't forget Google is at every level of the AI vertical. They're not losing sleep because they're not competitive at the one level in which open weight models come out with the quickness. It reflects poorly on them, and from a marketing perspective its not good but in some ways its actually the least valuable place to be.
    • WarmWash 1 hour ago
      If you think about Google and their business/reach, fast and light models suite them the best.

      Google probably crunches more tokens daily than the other labs combined, just because basically the entire global population uses Google (sans china) and Google has shoved Gemini into everything.

    • anthonypasq 57 minutes ago
      throughout history, Google has been obsessed with speed as a feature. that was a huge reason people used google search, and then chrome in the first place, and it think its really underestimated by people. Jeff Dean specifcally seems to think about this alot.
    • lern_too_spel 1 hour ago
      All the leaks say their latest attempt at a Pro model was not competitive.
      • stillpointlab 54 minutes ago
        That would be concerning if true, since they seem to have made a heavy bet on multi-modal as the way forward.

        I wonder if this counts as evidence against that hypothesis? That multi-modal is struggling to keep up with SotA and the best they can offer is competent and fast?

      • cubefox 1 hour ago
        Especially not competitive at software engineering.
  • nateb2022 1 hour ago
    [dupe] https://news.ycombinator.com/item?id=49288847 (35 points, 8 comments)
  • orliesaurus 1 hour ago
    what a week - lets see it draw a weird animal doing a weird thing on a bicycle
    • hiccuphippo 1 hour ago
      Shouldn't it be drawing the whole Silmarillion now?
  • rodolphoarruda 1 hour ago
    Did the company fix the high friction between any service and their models' API?

    I hope so. It seems mind boggling to me that an user needs to surf around different sections (plural) of google cloud console, then this Vertex and do a dozen clicks to issue a simple key.

    • cubefox 58 minutes ago
      You can use the Gemini API which is independent of the more complex Vertex AI API. Not sure whether you still have to visit the Google Cloud UI for some things (like billing) though.
  • pkoird 1 hour ago
    When are we getting another pro model from Gemini? Or are they simply focusing on the niche of fast but moderately capable models?
  • IFC_LLC 39 minutes ago
    Like, I understand everything, but by this time I don't give anything about any of those announcements.

    Theoretically there is some difference between Fable and Opus or Grok and GPT, but at the end of the day I'd look at the bottom left of my screen and to my amusement find out that for the past 3-4 hours I've been using model ______.

    If the results are semi-decent, I'd keep it on, if not - I'd randomly switch the model and try again.

    Actual thing that would affect my selection would be a number of unused tokens I have left for a model ____ for this week.

    Maybe it's cause I'm using those for programming and log parsing and all of them are decent enough, but other than that - there are no leaps I see.

  • bartman 1 hour ago
    At the discounted rates, upgrading from 3 Flash to 3.7 Flash is finally reasonable.

    In my evals 3.6 Flash (pre price change) was usually a bit more token efficient than 3 Flash, so I‘m expecting same or even lower cost-per-task on 3.7.

    Maybe a play by Google to deprecate 3 Flash soon.

  • algoth1 1 hour ago
    Well, you do get 1 million tokens and the ability to reason over video natively and many of us are forced to pay for 20usd plan anyway due to google drive 5TB, not to mention notebooklm, so it’s not a nothing burguer, it’s just an almost nothing burguer
  • 9cb14c1ec0 1 hour ago
    Model card: https://deepmind.google/models/model-cards/gemini-3-7-flash/

    Somewhere in the same neighborhood as GPT 5.6 Tera and Sonnet 5, depending on the bench.

  • nomilk 1 hour ago
    How does it compare to Opus 5.0 and Fable 5 for coding? E.g. in Cursor or OpenCode?
    • bjackman 56 minutes ago
      It is not a competitor to those it competes with Sonnet.

      Google's Opus competitor is 3.1 Pro Preview which is essentially obsolete (competed with Opus 4.6). They do not have a Fable/Sol competitor.

      • nomilk 42 minutes ago
        I wasn't aware of this. Seems Google is lagging the big 3 (Anthropic, xAI, OpenAI) when it comes to frontier models for programming and hard problem solving.

        I guess Google's betting on consumers being price-elastic (preferring to tradeoff intelligence for significant cost savings)

        • sidibe 31 minutes ago
          Thats a unique definition of Big 3
  • khanhnguyen8386 1 hour ago
    Offering a 'temporary introductory discount' until Dec 2026 on an LLM is hilarious. In this market, by Jan 2027 this model will be superseded by 5 different providers offering 10x the performance at half the post-discount price anyway.
  • impulser_ 53 minutes ago
    After being stuck with using GPT-5.6 models for the past few weeks, I have renewed faith in Google and everyone but OpenAI. The GPT-5.6 models are quite obviously benchmarkmaxxed to make they seem like they are intelligent but they are quite dumb outside anything that not a benchmarked task.

    I also think Google is still the best at fitting the most overall intelligences into their models, but for some reason it seems like the model architecture is just bad.

  • andrewstuart 14 minutes ago
    Gemini has lost the race to be relevant for AI coding.
  • yanis_t 1 hour ago
    Is that he model that supposed to be Pro, but then they changed their mind?
    • aix1 1 hour ago
      No, relabelling a Pro model as Flash would make no economic sense (the Pro series is larger than Flash and more expensive to serve).
  • cmrdporcupine 58 minutes ago
    So, again with a Flash model. Why are they so afraid to put out an actual SOTA frontier high intelligence model?

    We still don't have a 3.5 Pro, and along comes 3.7 Flash?!

  • keketi 1 hour ago
    In August of 2026, Gemini became self-aware, and began producing increasingly crappy flash versions of itself...
  • brendong 1 hour ago
    Glad to see that the company with the most data is releasing the most amount of models. Some things do make sense
  • TekMol 1 hour ago
    I'm only interested in the state-of-the-art model by each provider.

    For Google, this is still gemini-3.1-pro-preview, right?

    • re-thc 1 hour ago
      > For Google, this is still gemini-3.1-pro-preview, right?

      Flash is better than Pro for now.

    • yieldcrv 1 hour ago
      This is all a naming quirk because Google can’t commit

      Path A: Deprecated, do not dare use

      Path B: Beta, do not rely

      • yborg 1 hour ago
        Google once again seems to have fallen into the pit of its own bureaucracy, even OpenAI looks competent by comparison.
  • tosh 1 hour ago
    strong improvement over 3.6 flash

    but luna is hard to beat @ capability / cost

  • greatgib 59 minutes ago
    For almost every section in the model card there is the message: Gemini 3.7 Flash is based on Gemini 3.6 Flash.

    Same training dataset, same software, same hardware, same architecture...

    I'm wondering what they changed actually for the model to be more powerful if the benchmark results are real and relevant.

    Maybe just tweak settings or the reasoning prompts and called it a new version of their model?

  • eis 1 hour ago
    Grok, Meta, Gemini and others all released updates to their models within around a month or two from their respective last release and made significant jumps in benchmarks all around the same time. Any guesses as to why that is? Is it just the release season and/or everyone is benchmaxxing?
    • yassa9 1 hour ago
      its essentially the same model being trained continuously 24/7 with the company periodically publishing just a new checkpoint

      each new checkpoint can benefit from better reasoning training, RL on specific tasks and more synthetic data

      So why do they seem to release around the same time ? my guess is because they time major releases around quarterly earnings, investor meetings and other important business milestones. Once one company announces a major update, the others also have an incentive to ship their latest checkpoint rather than look like they r falling behind.

      • eis 55 minutes ago
        Sure, they are just checkpoints, that much I guess is obvious. The question is why did they not do frequent releases like this before and why are they making significant jumps in benchmarks so fast and all these companies suddenly falling into that pattern? Earning reports are not to come until end of October, that's not it.
  • jdw64 1 hour ago
    I'm really curious about this: the foundational paper behind today's LLMs came from Google, and some of the world's best scientists were at Google. So why are they falling so far behind in the AI race?
    • aix1 1 hour ago
      The "let's make money by selling/renting out TPUs" faction has won and the "let's make money by training and selling a frontier model" faction has lost.

      And it's arguably not crazy, at least if SemiAnalysis's estimates are to be believed:

        * 20% of all TPU shipments from Q3 2026 through Q4 2027 are sold to SPVs serving Anthropic ($150B of contracted revenue); vs
        * ~$12B ARR for Gemini.
      
      https://newsletter.semianalysis.com/p/gemini-is-cooked-but-g...

      Because they compete for the same scarce resource, the result is a resource crunch for the group that's lost: https://www.latimes.com/business/story/2026-05-18/inside-ai-...

      • deadmutex 34 minutes ago
        > The "let's make money by selling/renting out TPUs" faction has won and the "let's make money by training and selling a frontier model" faction has lost.

        Citation needed.

        also, why can't a massive company do two things?

        • aix1 27 minutes ago
          With all due respect, did you read my comment beyond the first paragraph? It addresses both points, TPU economics/pivot to sales + internal shortages making it hard to train models, to the extent they can be addressed based on public sources.

          There are other factors at play, but they're more recent/second-order.

  • smeltworks 14 minutes ago
    [flagged]
  • AntonioEritas 1 hour ago
    Another failed 3.5 pro run branded as 3.7 flash. It's getting sad.
    • dude250711 1 hour ago
      Small young start-ups have to be frugal.
  • jespinel 1 hour ago
    IMO, they should drop their previous model (3.6 Flash) from the benchmark charts. I don't care how better this is compared with their previous model. What matters (to me) is:

    1. How the new model performs against the other top models in the same category.

    2. The pricing of the new model against the other top models in the same category.