docs: remove references to deprecated consumer and free tiers#27997
docs: remove references to deprecated consumer and free tiers#27997JayadityaGit wants to merge 1 commit into
Conversation
|
📊 PR Size: size/L
|
Summary of ChangesHello, 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
Using Gemini Code AssistThe 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
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 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
|
There was a problem hiding this comment.
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.
| 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: |
There was a problem hiding this comment.
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:
|
My final update to gemini cli as Google one user... 😢 Thanks team. |
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:
/upgradecommand from the documentation.Related Issues
Fixes #27998
Related to the deprecation announced for June 18, 2026.
How to Validate
README.mdROADMAP.mddocs/changelogs/index.mddocs/cli/enterprise.mddocs/get-started/authentication.mdxdocs/reference/commands.mddocs/resources/faq.mddocs/resources/quota-and-pricing.mddocs/resources/tos-privacy.mddocs/resources/troubleshooting.mddocsand root directories to ensure no lingering references remain.npm run lintto ensure no formatting or link issues were introduced.Pre-Merge Checklist