Google Gemini
Fased supports Google Gemini with API-key auth and Gemini CLI OAuth.| Property | Value |
|---|---|
| Provider id | google |
| OAuth provider id | google-gemini-cli |
| Auth env | GEMINI_API_KEY |
| API | Google Generative AI |
| Base URL | https://generativelanguage.googleapis.com/v1beta |
fased models list --all --provider google to see the bundled catalog.
Setup methods
Gemini API key
Use this for the normal Google Generative AI API path. It works in:- Onboarding: choose Google -> Gemini API key.
- CLI: run the provider auth command for Google API key setup, or set
GEMINI_API_KEY. - Control UI: open Agents, select an Agent, then use Agent > Models -> Google -> API key and save the key.
Sign in (Gemini CLI)
This is a separategoogle-gemini-cli route. It is an unofficial OAuth flow and
is not endorsed by Google. Onboarding shows the account-risk warning before
continuing, and Agent > Models shows the same prerequisite on the Google
sign-in card.
Before using this method in onboarding, CLI, or the Control UI, make sure the
gateway machine has one of these:
gemini-cliinstalled and available onPATH, for examplenpm install -g @google/gemini-cliorbrew install gemini-cli.GEMINI_CLI_OAUTH_CLIENT_IDset in the gateway environment.
GEMINI_CLI_OAUTH_CLIENT_ID.