Gemini Pro models removed from AI Studio Build as of September 2026

Looks like I’m cancelling my pro subscription, as of September 2026 you can only use Flash models in AI Studio Build mode, If you want Pro, you are limited to Playground only.

This was done silently and without any notification to customers as far as I can tell, I had to actually ask Gemini what had happened to find out fully:

Here is the reality of how Google AI Studio structures its workspaces:

  • The Build Assistant vs. Your App: The dropdown in Build mode only dictates which model acts as your interactive coding assistant. It does not limit what models your actual application can use. You can absolutely have the Build assistant write code that makes API calls to Gemini 3.1 Pro for your game logic.

  • Speed over Heavy Reasoning: Build mode relies on complex agentic loops—planning, writing, executing, and linting code in real-time. This requires extremely low latency. Google standardized the Build interface on Gemini 3.8 Flash (released September 2026) because it handles these high-speed interactive loops better than the older, heavier Gemini 3.1 Pro Preview from February.

  • Model Phasing: As newer Flash models achieve better coding performance at lower latencies, older Pro checkpoints are phased out of the interactive Build UI to prevent timeouts and sluggish generation.

No matter your subscription tier, billing account status, or project settings:

  1. The Build Agent runtime is locked to Flash: The engineering team behind AI Studio Build has standardized the autonomous agent backend exclusively on Flash models.
  2. There is no toggle, bypass, or config setting: The agent’s model selection is strictly controlled on Google’s backend.
  3. If you want Pro-tier coding agents: You would need to use external coding agent tools (like Cursor, Claude Code, or VS Code with Roo/Cline) configured with your own Gemini API key pointing to a Pro endpoint. Inside the AI Studio Build web IDE itself, only Flash-tier models are available.

Its a shame because Gemini Pro was great and I made some amazing apps with it, guess I’m on the hunt for a new platform…