Use Google Gemini
The Google Gemini provider routes NemoClaw to Google’s OpenAI-compatible Chat Completions endpoint.
The sandbox continues to use the managed inference.local route.
Credential
Set GEMINI_API_KEY in the host shell before onboarding.
NemoClaw keeps the credential on the host and uses provider-aware validation during retries.
Model Choices
The onboarding wizard offers these curated model IDs.
gemini-3.1-pro-preview.gemini-3.1-flash-lite-preview.gemini-3-flash-preview.gemini-2.5-pro.gemini-2.5-flash.gemini-2.5-flash-lite.
Onboard
Run the onboarding wizard and select Google Gemini.
Select a model when the wizard prompts you. NemoClaw validates the selected provider and model before creating the sandbox.
Validation
NemoClaw validates Gemini through its OpenAI-compatible Chat Completions path only.
It skips the Responses API probe because Gemini does not support /v1/responses.
Related Topics
- Choose a Model compares the curated Gemini models by task fit.
- Understand Provider Validation describes provider validation behavior.