Google Gemini
No GPU required. Get a free API key at aistudio.google.com/apikey.
AI Studio (simplest)
export GEMINI_API_KEY=your-key
contenox backend add gemini --type gemini --api-key-env GEMINI_API_KEY
contenox config set default-model gemini-flash-latest
contenox config set default-provider gemini
Vertex AI
Want Gemini billed through your GCP project instead of AI Studio? Use the Vertex AI backend. See Vertex AI for setup, auth methods, and credential renewal.
See also
- Vertex AI — Gemini hosted on GCP
- Configuration reference