Is gemini 3 pro running in my cli?

With the /model its ambiguous is it 2.5 or 3 when selecting pro so i boot it with a bat script to select gemini 3 u/echo off

TITLE Gemini 3.0 CLI Launcher

echo ==================================================

echo Launching Gemini CLI

echo Model Locked: gemini-3-pro-preview

echo ==================================================

echo.

:: Launches the Gemini CLI forcing the 3.0 preview model

gemini –model gemini-3-pro-preview

:: Keeps the window open if the program exits (useful for reading errors)

pause

Leave a Reply