Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 17 additions & 3 deletions docs/get-started/gemini-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**. If you
> have access, you will see `gemini-3.1-pro-preview`.

Check warning on line 7 in docs/get-started/gemini-3.md

View workflow job for this annotation

GitHub Actions / Lint

Found sensitive keyword "gemini-3.1". Please make sure this change is appropriate to submit.
>
> 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

Check warning on line 14 in docs/get-started/gemini-3.md

View workflow job for this annotation

GitHub Actions / Lint

Found sensitive keyword "gemini-3.1". Please make sure this change is appropriate to submit.
> ```
>
> 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:
Expand All @@ -12,9 +27,8 @@

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).

Expand Down
Loading