AI

Google Announces Gemini 3.8 Flash: Enhanced Reasoning May Increase Effective Costs

Google has unveiled Gemini 3.8 Flash. While enhanced reasoning improves performance, increased token consumption may raise effective costs.

8 min read Reviewed & edited by the SINGULISM Editorial Team

Google Announces Gemini 3.8 Flash: Enhanced Reasoning May Increase Effective Costs
Photo by Solen Feyissa on Unsplash

Google unveiled its lightweight and high-speed Flash model “Gemini 3.8 Flash” on September 2, 2026. The launch comes just weeks after its predecessor, Gemini 3.7 Flash. According to reporting by Stevie Bonifield of The Verge, the company describes the new model as “works harder” than its predecessor.

The model is designed to improve performance on complex tasks by increasing reasoning steps and calling tools iteratively. While it maintains the same introductory unit pricing as its predecessor, its distinctive feature is that actual costs may rise due to increased token consumption in practice. As an option for developers, those who want to keep token usage down can continue to use 3.7 Flash.

Overview and Positioning of 3.8 Flash

Gemini 3.8 Flash is the model positioned for high-speed inference within the Gemini 3 series. Google has developed the Flash lineup for use cases that prioritize response speed and cost efficiency. The new 3.8 Flash can be positioned as an update that inherits this lineage while enhancing reasoning capabilities.

According to reporting by Stevie Bonifield of The Verge, Google describes the new model as follows.

the new model “works harder” than Gemini 3.7 Flash by performing more reasoning steps on complex tasks and “calling tools iteratively.”

This description is intended to improve performance on tasks that require multi-step thinking and integration with external tools, rather than simple question-and-answer exchanges. It suggests Google’s strong focus on agentic use cases. The company has also emphasized the importance of iterative tool use and state management in its design guidelines for AI agents, as shown in Google Labs Releases DESIGN.md Specification for AI Agents, and this model update is consistent with that direction.

Enhanced Reasoning and Iterative Tool Calling

The technical core lies in increased reasoning steps and iterative tool calling. Google states that for complex tasks, the model improves accuracy by performing more reasoning and calling tools sequentially as needed. This represents a shift from conventional single-shot generation to an approach that goes through multiple turns of thinking and verification.

This approach is said to be effective in domains that require repeated cycles of planning and execution, such as software engineering and autonomous agents. Google states that 3.8 Flash achieves “significant improvements” for software engineering and autonomous AI agents. The aim can be seen as improving the quality of the final deliverable by repeatedly calling tools during the agent’s autonomous workflow of investigation, code generation, and verification.

On the other hand, deeper reasoning increases computational resources and token consumption. The fact that Google itself explicitly notes that token usage may increase to maximize performance at higher effort levels succinctly illustrates its design philosophy.

Effective Costs Rise Despite Identical

Unit Pricing

In terms of pricing, Gemini 3.8 Flash maintains the same introductory unit price as Gemini 3.7 Flash: $0.75 per million input tokens and $3.75 per million output tokens. The per-token price itself is unchanged, making the update appear cost-neutral at first glance.

However, the actual billed amount depends on token consumption. Google warns as follows.

“the model might use more tokens to maximize performance, especially at higher effort levels.”

This means that when a higher effort level is selected, token consumption may increase to maximize performance. Developers will need to operate with an awareness of the trade-off between performance and cost.

Third-party measurements on this point have also been published. Artificial Analysis evaluated 3.8 Flash as “the cheapest at this intelligence level we have measured,” while noting that although the per-token price is unchanged, output tokens per task increased by 30% and, due to an increase in the number of turns in agent evaluations, costs rose by about 40% compared to 3.7 Flash. This illustrates a structure where identical unit pricing coexists with higher effective costs.

John Ennis, Chief Executive Officer of Aigora.ai, compared it to Anthropic’s models and said it “delivers Opus 5-level coding quality at super speed for a fraction of the cost,” mentioning its usefulness for applications such as video generation. Early external evaluations view the balance of cost efficiency and speed positively.

Outperforming Competing Models on Benchmarks

Google claims to have outperformed competitors on multiple benchmarks. On DeepSWE v1.1, a software engineering metric, it is said to have surpassed its predecessor and other state-of-the-art models. The comparison includes Anthropic’s Fable 5. Fable 5 received an update in the same week that included a price reduction when using cached data, indicating an ongoing competition among companies to simultaneously pursue performance improvements and cost reductions.

Google also states that it outperformed competitors on the Vals Finance Agent V2 and Harvey Legal Agent benchmarks. The results highlight performance in finance and legal domains, where autonomous investigation and judgment by agents are required. These benchmarks measure not simple language generation ability but the ability to handle complex tasks while effectively using tools, which aligns with the “works harder” design philosophy of this release.

However, benchmark results show performance under specific conditions, and individual verification is needed regarding reproducibility and stability in real-world operations. Disclosure of detailed evaluation conditions and datasets to support Google’s claims is likely to be a focus going forward.

Simultaneous Rollout of Safety Features and

Cyber-Specialized Variant

Gemini 3.8 Flash is said to ship with safeguards against misuse in the areas of chemical, biological, radiological, and nuclear (CBRN) and cyberattacks. This embeds responses to risks associated with enhanced general-purpose model capabilities at the time of product delivery.

In addition, Google released “Gemini 3.8 Flash Cyber” together with the Fairwind Program. The Fairwind Program is a framework limited to governments and trusted partners. The number of participating organizations is said to reach 650, including CrowdStrike and the Center for Internet Security.

Under the program, access to Google’s CodeMender agent is provided in addition to 3.8 Flash Cyber. CodeMender is described as helping to protect critical infrastructure, public services, and national security by autonomously discovering and fixing vulnerabilities. The concept is to address both civilian use and public security by running a general-purpose model alongside a cyber-defense-specialized derivative.

Such government-linked frameworks indicate that the delivery of AI models is expanding beyond mere API publication to a more comprehensive provision that includes operational structures and trust relationships. As illustrated by GNOME OS Test Center Inspired by Apple TestFlight, efforts to redesign testing and distribution mechanisms themselves are underway in various areas, and it can be assessed that the design of distribution and governance is becoming increasingly important for AI models as well.

Details on Availability and Target Users

Gemini 3.8 Flash is available to consumers who subscribe to Google AI Pro or Ultra. It is also available to developers and enterprise users via existing development platforms. Migration from the previous generation is not mandatory, and developers who want to minimize token usage can continue to use Gemini 3.7 Flash.

Availability began on September 2, 2026. While Google’s consumer AI services are advancing hardware integration alongside enhanced generative capabilities, the frequency of model updates does not necessarily correlate with the on-device experience. As pointed out in Google’s New Home Speaker Falls Short of 6-Year-Old Nest Audio in Sound Quality, the evolution of AI features and the overall maturity of the product need to be evaluated on separate axes.

Going forward, developers will be challenged on how to control the balance between performance and cost. The increase in tokens at the “higher effort levels” indicated by Google may be adjustable through settings, prompt design, and control of agent loops. How upper limits and stopping conditions are designed on the operational side can be seen as determining effective costs.

Editorial Opinion

Regarding short-term impact, this update is seen as bringing changes to developers’ cost management methods over the next 3 to 6 months. The structure where consumption per task increases even though unit pricing remains the same makes billing forecasts more difficult. Especially for agentic use cases, where an increase in the number of turns directly translates into costs, operations that incorporate budget caps and controls on iteration counts are expected to become more widespread. With 3.7 Flash remaining available, differentiation between performance-priority and cost-priority use is likely to advance.

From a long-term perspective, there is a possibility that designs that increase reasoning steps will become an industry standard within 1 to 3 years. If models premised on iterative tool calling become mainstream, other companies are also expected to enhance features to adjust effort levels and token consumption. Evaluation criteria can also be assessed as shifting from per-token pricing to total cost per task completion and success rates. As a result, model selection is likely to be judged not by price lists but by cost-effectiveness in practical operations.

As a question from the editorial team, we believe the key issue is where to draw the line on which tasks warrant spending on deep reasoning. The approach of offering a cyber-specialized version only to governments raises the question of how far the separation between general-purpose and specialized models should go.

References

Frequently Asked Questions

What is the difference between Gemini 3.8 Flash and 3.7 Flash?
The difference is that 3.8 Flash improves performance on complex tasks by increasing reasoning steps and calling tools iteratively. The per-million-token price is the same at $0.75 for input and $3.75 for output, but effective costs may rise due to increased output tokens. Continued use of 3.7 Flash is recommended if prioritizing token savings.
Has the price effectively been raised?
The per-token price remains unchanged. However, external measurements report that output tokens per task increased by 30% and, together with an increase in the number of turns in agent evaluations, costs per task rose by about 40%. Since consumption increases the higher the effort level selected, control through settings is important.
What are Gemini 3.8 Flash Cyber and the Fairwind Program?
3.8 Flash Cyber is a derivative model for cyber defense, provided through the Fairwind Program limited to governments and trusted partners. Participation includes 650 organizations, including CrowdStrike. It is provided together with the CodeMender agent, which autonomously discovers and fixes vulnerabilities, with the aim of protecting critical infrastructure and other assets.
Source: The Verge

Comments

← Back to Home