Skip to content

Google AI subscriptions and quota

Your subscription tier decides which models you can use, how much, and whether you get Google Cloud credit. This page covers payment, quota, and how Pro entitlements map onto the family. For how each product works, see its own page. The full four-tier table lives only in the cheatsheet.

One thing to get straight first

The family is not unlocked by a single subscription. There are two separate paid entry points:

Entry pointCoversAimed at
Google AI subscription (Plus / Pro / Ultra)usage for the Gemini app, Jules, Antigravity, Flow and so onindividual developers
Gemini Code Assist Standard / EnterpriseIDE extension capability and compliance featuresteams and organisations

Buying personal AI Pro does not turn Code Assist into the enterprise product — they are separate. Team compliance requirements are met by the Code Assist edition, not by a personal subscription.

Since 2026-06-18, individual / Pro / Ultra accounts can no longer reach Gemini CLI or the Code Assist IDE extensions via Login with Google. The individual terminal and IDE entry point is Antigravity. Standard / Enterprise and paid API keys are unchanged. Official deprecation.

The four tiers

Subscriptions come in four tiers: AI Plus / AI Pro / AI Ultra 5x / AI Ultra 20x. Storage, model multipliers, Cloud credit and monthly Flow credits are compared in the cheatsheet and are not duplicated here.

A few facts that actually change which tier you should pick:

1. Extended context starts at Pro. The official comparison marks Pro and above as 1,000,000 tokens. This is the only context figure in the family that can be cited.

2. Google Cloud credit exists only at Pro and above. It is delivered through the Google Developer Program: Pro US$10/month, Ultra 5x US$40/month, Ultra 20x US$100/month. If you intend to use the Gemini API or Vertex AI, this is the main reason to choose Pro over Plus.

3. Quota for the agent products is described only qualitatively. The official comparison for Jules and Antigravity says only that "task count and concurrent task count increase with the tier" and gives no specific numbers.

4. Flow credits are numeric. 50/day on the free trial, 200/month on Plus, 1,000/month on Pro, 10,000 or 25,000/month on Ultra. Details live only on Flow.

Coding-relevant Pro entitlements

Source: Use Google AI Pro benefits. Only the items a frontend engineer will actually hit; the rest of the subscription list is not copied here.

EntitlementFor a frontend engineerWhere to read it
Google Flowlanding-page / launch / product-demo videoFlow (credits live on that page)
Google Antigravity higher limits and prioritized trafficthe individual daily entry point after 2026-06-18Antigravity
Jules higher task / concurrency / model accessasynchronous cloud PRsJules
Google AI Studiotune the model, call the API; Pro raises the Gemini 3.1 Pro and Nano Banana Pro capsAI Studio
Gemini in Android Studiohigher completion and reasoning quota on Android projects; code is not used for trainingno standalone page; IDE entry is Code Assist
Google Developer Program premiumUS$10 Cloud credit, higher Code Assist quota, 30 Firebase Studio workspaces. Cannot be shared with family-group membersDeveloper Program
Gemini app + Deep Researchin-depth research outside the editorDeep Research
Gemini Spark (US only)a personal agent inside Gemini apps that runs workflows against a goalno standalone page; official note
Gemini Notebookresearch / writing assistant; Pro raises Audio Overviews and similar caps, up to 300 sources per notebookno standalone page; official note
Gemini in Chrome auto browse (US only)Gemini in Chrome runs multi-step web tasks (compare prices, book a hotel). Chrome 144+no standalone page; official note
Google Flow Musicsongs / music videos; Pro maps to Flow Music's Plus plan: 10,000 music credits / month (~2,000 songs), 12 concurrent generations. Separate from Flow video creditsflowmusic.app

When the allocation runs out, Pro / Ultra can buy extra AI credits for Gemini, Flow and Antigravity. How to manage them: Manage AI credits.

What else the plan includes

The same Pro plan also includes Dreambeans (US only), Health Premium, Home Premium, TV Create Hub (US only), Gemini in Earth, and Photos Remix / Photo to video. None of that is about coding. This site does not document them.

Which tier to pay for

Decide by which tool you mainly use, not by which tier has the longest feature list:

Your main usageSuggestionReasoning
Occasional questions in the terminalstart on the free quotaupgrade when you run out, do not pre-buy
Daily terminal work on a personal accountPro + Antigravityafter 2026-06-18, individual / Pro / Ultra no longer use Gemini CLI via Login with Google
Gemini CLI daily (Standard / Enterprise or API key)Proextended context and Cloud credit both start here
Integrating through the Gemini APIPro or abovemostly for the US$10 Cloud credit
Heavy Jules / Antigravity task volumeUltraconcurrency and task count rise with the tier
Regular landing-page / product-demo videoPro or above + Flowmonthly credits jump from 200 to 1,000; the free 50/day is only a trial
A hard team compliance requirementuse a Code Assist editionpersonal subscriptions do not offer VPC-SC or IP indemnification

The order matters: exhaust the free quota until it genuinely is not enough, then upgrade. Doing it the other way round means paying for capacity you never use, and never learning your real order of consumption.

Credit is not a hard cap

This is the easiest trap: Google Cloud credit is money you were given. Nothing stops automatically when it runs out, and the overage bills normally.

Set a budget before running any batch script:

GCP console → Billing → Budgets & alerts → create a budget

set the amount to your credit amount (US$10 on Pro)

alert thresholds: 50% / 90% / 100%

Note that a budget only sends notifications; it does not disable the service. For a genuine hard stop, the official documentation's approach is to publish budget notifications to Pub/Sub and have a function unlink the billing account, which you have to build yourself:

The two operations most likely to overspend: a single long-context call (far more expensive than an interactive exchange) and unattended batch scripts. Configure the budget before either.

Security practices

Beyond quota, these are worth setting up:

PracticeHow
Let the agent auto-execute only in trusted directoriesGemini CLI security.folderTrust.enabled, see the cheatsheet
Isolate agent changes on their own branchbranch before starting, review by diff afterwards
Human confirmation for important changesJules plan approval, Antigravity plan artifacts
Read the changes regularly instead of only the conclusionan agent's verification record is a hint, not a substitute for review

⚠️ Older docs contained configuration keys such as security.allowedCommands / security.deniedCommands / security.sandboxMode. They do not exist in the official documentation. The security-related settings that really exist are a small set including folder trust, listed in the cheatsheet.

Where the products are

This page does not repeat the product introductions; go straight to the page you want:

Official resources

Built for frontend engineers · Powered by VitePress