From 20d27a675d37329578ad5e3f21dc7c51e690514d Mon Sep 17 00:00:00 2001 From: Jenna Inouye Date: Thu, 19 Feb 2026 12:28:50 -0800 Subject: [PATCH 1/3] Docs: Update Gemini 3 page. --- docs/get-started/gemini-3.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/get-started/gemini-3.md b/docs/get-started/gemini-3.md index 333dbdb68db..c087f59c286 100644 --- a/docs/get-started/gemini-3.md +++ b/docs/get-started/gemini-3.md @@ -2,6 +2,21 @@ Gemini 3 Pro and Gemini 3 Flash are available on Gemini CLI for all users! +> **Note:** Gemini 3.1 Pro Preview is rolling out. To determine whether you have +> access to Gemini 3.1, use the `/model` command and select **Manual**. You will +> see gemini-3.1-pro-preview listed as an available model. +> +> If you have access to Gemini 3.1, it will be included in model routing when +> you select **Auto (Gemini 3)**. You can also launch the Gemini 3.1 model +> directly using the `-m` flag: +> +> ``` +> gemini -m gemini-3.1-pro-preview +> ``` +> +> Learn more about [models](../cli/model.md) and +> [model routing](../cli/model-routing.md). + ## How to get started with Gemini 3 on Gemini CLI Get started by upgrading Gemini CLI to the latest version: From aa8ffb91db189615dd98b457e6d0b2ad07093722 Mon Sep 17 00:00:00 2001 From: Jenna Inouye Date: Thu, 19 Feb 2026 13:02:26 -0800 Subject: [PATCH 2/3] Docs: Update gemini 3 page. --- docs/get-started/gemini-3.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/get-started/gemini-3.md b/docs/get-started/gemini-3.md index c087f59c286..6947dde27fe 100644 --- a/docs/get-started/gemini-3.md +++ b/docs/get-started/gemini-3.md @@ -3,8 +3,8 @@ Gemini 3 Pro and Gemini 3 Flash are available on Gemini CLI for all users! > **Note:** Gemini 3.1 Pro Preview is rolling out. To determine whether you have -> access to Gemini 3.1, use the `/model` command and select **Manual**. You will -> see gemini-3.1-pro-preview listed as an available model. +> access to Gemini 3.1, use the `/model` command and select **Manual**. If you +> have access, you will see `gemini-3.1-pro-preview`. > > If you have access to Gemini 3.1, it will be included in model routing when > you select **Auto (Gemini 3)**. You can also launch the Gemini 3.1 model From 58f33ac08fd7549c8a9d29e85549c66b5e56952e Mon Sep 17 00:00:00 2001 From: Jenna Inouye Date: Thu, 19 Feb 2026 13:16:15 -0800 Subject: [PATCH 3/3] Docs: Update Gemini 3 information. --- docs/get-started/gemini-3.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/get-started/gemini-3.md b/docs/get-started/gemini-3.md index 6947dde27fe..a5eed9ab1d1 100644 --- a/docs/get-started/gemini-3.md +++ b/docs/get-started/gemini-3.md @@ -27,9 +27,8 @@ npm install -g @google/gemini-cli@latest After you’ve confirmed your version is 0.21.1 or later: -1. Use the `/settings` command in Gemini CLI. -2. Toggle **Preview Features** to `true`. -3. Run `/model` and select **Auto (Gemini 3)**. +1. Run `/model`. +2. Select **Auto (Gemini 3)**. For more information, see [Gemini CLI model selection](../cli/model.md).