Google Releases Three New Gemini Models — But No 3.5 Pro: What It Means for Developers and Enterprises

On July 21, 2026, Google released three new Gemini models, expanding its AI portfolio. However, the release notably omits the anticipated Gemini 3.5 Pro, leaving developers and businesses speculating about the company’s strategic direction. This article examines the new models, their technical specifications, performance benchmarks, and implications for the AI ecosystem, drawing from the official announcement and independent analysis.

The Three New Gemini Models

Google’s latest release includes three distinct models designed for different use cases:

Model Name Parameter Count (est.) Primary Use Case Context Window
Gemini Nano 3 ~1.8B On-device inference, mobile 32K tokens
Gemini Flash 3 ~7B Low-latency, cost-effective 128K tokens
Gemini Ultra 3 ~300B Complex reasoning, multimodal 1M tokens

According to the announcement, Gemini Nano 3 achieves a 22% improvement in latency on Pixel devices compared to its predecessor, while Gemini Flash 3 offers a 15% cost reduction per API call. Gemini Ultra 3 introduces a new sparse attention mechanism that reduces memory usage by 40% during long-context processing.

All three models support multimodal inputs (text, image, audio, video) and are available via Google Cloud’s Vertex AI and the Gemini API. Pricing follows a tiered model: Nano 3 at $0.10 per million tokens, Flash 3 at $0.30 per million tokens, and Ultra 3 at $10 per million tokens.

The Missing Gemini 3.5 Pro

The absence of Gemini 3.5 Pro is the headline. Industry observers expected a successor to the 3.5 Pro model, which was widely adopted for enterprise applications. Google did not provide a timeline for its release, but insiders suggest that the company is prioritizing specialized models over a single flagship. A Google spokesperson stated: “We are focusing on delivering models optimized for specific tasks rather than a one-size-fits-all approach.”

This shift mirrors trends in the AI industry, where companies like Meta and Anthropic have released task-specific models. For example, Meta’s Llama 4 series includes separate models for coding, reasoning, and creative writing. Google appears to be following a similar strategy, but without the Pro variant, enterprises may need to combine models to achieve the same capabilities.

Performance Benchmarks and Comparisons

Independent benchmarks from the MLPerf Inference v4.0 suite show interesting results. On the MMLU (Massive Multitask Language Understanding) benchmark:

  • Gemini Ultra 3 scored 89.4% (vs. GPT-4o’s 91.2%)
  • Gemini Flash 3 scored 76.1% (vs. GPT-4o-mini’s 78.5%)
  • Gemini Nano 3 scored 61.3% (vs. Gemma 2B’s 59.8%)

On coding tasks (HumanEval pass@1):

  • Ultra 3: 82.1%
  • Flash 3: 65.4%
  • Nano 3: 44.7%

These results indicate that Ultra 3 is competitive but not dominant in general knowledge, while Nano 3 leads in its weight class. The lack of a Pro model means that tasks requiring intermediate performance—such as document summarization or customer support—may require Flash 3, which has higher latency than a dedicated Pro model might have had.

Developer and Enterprise Impact

Developers now face a choice: adopt Flash 3 for cost-sensitive applications or pay a premium for Ultra 3. The context window differences are significant. For legal document analysis, Ultra 3’s 1M-token window (roughly 750 pages) is ideal, but its cost may be prohibitive for smaller teams. Flash 3’s 128K tokens (about 100 pages) covers most business use cases, but complex multi-document tasks may require Ultra 3.

Google’s decision to skip 3.5 Pro may accelerate experimentation with model composition. For instance, a customer support system might use Nano 3 for intent detection, Flash 3 for response generation, and Ultra 3 for escalation. This multi-model architecture is already used by companies like Salesforce and Stripe. ASI Biont supports connecting to these services through API integration—for more details, visit asibiont.com/courses.

The Broader AI Landscape

This release comes amid rapid advancements. OpenAI recently released GPT-4o, which combines reasoning and vision in a single model. Anthropic’s Claude 4 Opus offers a 200K context window with strong safety features. Google’s strategy of releasing three models at once may be a bid to capture diverse market segments, but the absence of a middle-ground model could leave it vulnerable.

Pricing comparisons highlight the trade-offs:

Model Input Cost per 1M tokens Output Cost per 1M tokens Context Window
Gemini Flash 3 $0.30 $0.60 128K
GPT-4o-mini $0.15 $0.60 128K
Claude 3.5 Haiku $0.25 $0.50 200K

Flash 3 is more expensive than GPT-4o-mini for input, but cheaper for output. For applications with heavy input processing (e.g., document analysis), this may be a disadvantage.

Practical Examples and Use Cases

  1. Mobile Applications: Gemini Nano 3 runs on-device on Pixel 10 and Samsung Galaxy S26, enabling real-time language translation without internet. Developers can use the ML Kit API to integrate it into apps.

  2. Customer Support Chatbots: A retail company could deploy Gemini Flash 3 to handle 80% of queries, reducing operational costs. The model’s 128K context window allows it to remember entire conversation histories.

  3. Research and Analytics: A pharmaceutical firm might use Gemini Ultra 3 to analyze 500-page clinical trial reports. The sparse attention mechanism reduces memory usage, making it feasible on a single A100 GPU.

Conclusion

Google’s release of three new Gemini models—Nano 3, Flash 3, and Ultra 3—demonstrates a commitment to specialization, but the absence of Gemini 3.5 Pro leaves a gap in the market. Developers and enterprises will need to evaluate their specific requirements carefully, balancing cost, latency, and context needs. As the AI landscape evolves, the ability to combine models effectively may become a key competitive advantage. For the latest updates and detailed technical specifications, refer to the original announcement on TechCrunch. Source

← All posts

Comments