google-gemini / google-gemini/gemini-cli

bug: Auto is not listed in /model when dynamicModelConfiguration is enabled

Open
#27,715 3 comments 0 reactions 0 assignees View on GitHub
area/core effort/small kind/bug priority/p2 status/bot-triaged
Dominant language
TypeScript
Stars
107k
Forks
14.6k
Avg merge
2d 3h
Merged PRs (30d)
45

Description

### What happened?

`Auto` is not listed in `model` when `dynamicModelConfiguration`(experimental) is enabled.

Image

### What did you expect to happen?

Auto is listed in `/model`.

### Client information

Client Information

Run `gemini` to enter the interactive CLI, then run the `/about` command.

```console
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
> /about
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀

╭──────────────────────────────────────────────────────────────────────╮
│ │
│ About Gemini CLI │
│ │
│ CLI Version 0.46.0-preview.1 │
│ Git Commit 0ded806d2 │
│ Model gemini-3.5-flash │
│ Sandbox no sandbox │
│ OS darwin │
│ Auth Method Signed in with Google (xxxxxxx@xxxxx.xxx) │
│ Tier Gemini Code Assist Standard │
│ GCP Project xxxxxxxxxxxxxxx │
│ │
╰──────────────────────────────────────────────────────────────────────╯
```

### Login information

Signed in with Google (Gemini Code Assist Standard)

### Anything else we need to know?

It can be workaround by
```json
"modelDefinitions": {
"auto": {
"isPreview": false
}
}
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.