Skip to content

docs: remove references to deprecated consumer and free tiers#27997

Open
JayadityaGit wants to merge 1 commit into
google-gemini:mainfrom
JayadityaGit:remove-consumer-tiers
Open

docs: remove references to deprecated consumer and free tiers#27997
JayadityaGit wants to merge 1 commit into
google-gemini:mainfrom
JayadityaGit:remove-consumer-tiers

Conversation

@JayadityaGit

@JayadityaGit JayadityaGit commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

Summary

This PR removes all references to the deprecated consumer account tiers and the free tier for individual developers. According to recent news, these services (including Gemini Code Assist for individuals, Google AI Pro/Ultra, and the unpaid Free Tier) will stop serving requests on June 18, 2026.

Details

All mentions of the following have been removed or rewritten to reflect only supported Standard, Enterprise, and Paid API tiers:

  • Free Tier quota and pricing information.
  • Google account (Individual) authentication guidance.
  • Google AI Pro and AI Ultra subscription details.
  • References to consumer-tier privacy notices and terms of service.
  • The /upgrade command from the documentation.

Related Issues

Fixes #27998
Related to the deprecation announced for June 18, 2026.

How to Validate

  1. Review the modified documentation files:
    • README.md
    • ROADMAP.md
    • docs/changelogs/index.md
    • docs/cli/enterprise.md
    • docs/get-started/authentication.mdx
    • docs/reference/commands.md
    • docs/resources/faq.md
    • docs/resources/quota-and-pricing.md
    • docs/resources/tos-privacy.md
    • docs/resources/troubleshooting.md
  2. Run a global search for "Free tier" or "Google One" in the docs and root directories to ensure no lingering references remain.
  3. Run npm run lint to ensure no formatting or link issues were introduced.

Pre-Merge Checklist

  • Updated relevant documentation and README (if needed)
  • Added/updated tests (if needed) - N/A for documentation changes
  • Noted breaking changes (if any)
  • Validated on required platforms/methods:
    • Linux
      • npm run (lint)

@JayadityaGit JayadityaGit requested review from a team as code owners June 17, 2026 22:33
@github-actions github-actions Bot added the size/l A large sized PR label Jun 17, 2026
@github-actions

Copy link
Copy Markdown

📊 PR Size: size/L

  • Lines changed: 273
  • Additions: +35
  • Deletions: -238
  • Files changed: 10

@gemini-code-assist

Copy link
Copy Markdown
Contributor

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request cleans up the project documentation to align with the upcoming deprecation of consumer and free-tier services for Gemini Code Assist, scheduled for June 18, 2026. All mentions of free-tier quotas, individual-specific authentication flows, and legacy subscription models have been removed to ensure users are directed toward supported Standard and Enterprise offerings.

Highlights

  • Deprecation Cleanup: Removed all references to deprecated consumer account tiers and the free tier for individual developers across the documentation suite.
  • Documentation Updates: Updated README, roadmap, changelogs, and various guide files to reflect only supported Standard, Enterprise, and Paid API tiers.
  • Command Removal: Removed the /upgrade command documentation as it is no longer applicable under the new tier structure.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize the Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counterproductive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request removes all references to the free tier, individual Google accounts, and individual paid subscriptions (such as Google AI Pro and Ultra) across the documentation, shifting the focus entirely to enterprise, organizational, and paid API/Vertex AI usage. The review feedback points out a circular and redundant sentence in the authentication guide regarding when to set up a Google Cloud project and suggests a cleaner, more direct phrasing.

Comment on lines +46 to +47
When using a company, school, or Google Workspace account, you'll need to set
a Google Cloud project when you meet at least one of the following conditions:

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The introductory sentence is circular and redundant because it states "When using a company, school, or Google Workspace account..." and then immediately lists "You are using a company, school, or Google Workspace account" as the first condition.

Since this section is already under the "Sign in with Google" header, we can simplify the introduction to be more direct and clear.

You'll need to set a Google Cloud project when you meet at least one of the following conditions:

@JayadityaGit

Copy link
Copy Markdown
Contributor Author

My final update to gemini cli as Google one user... 😢

Thanks team.

@gemini-cli gemini-cli Bot added priority/p3 Backlog - a good idea but not currently a priority. area/documentation Gemini CLI documentation tasks and issues labels Jun 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/documentation Gemini CLI documentation tasks and issues priority/p3 Backlog - a good idea but not currently a priority. size/l A large sized PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs: remove references to deprecated consumer and free tiers

1 participant