Gemini
Gemini offers long context windows, multimodal capabilities, and a generous free tier. Gemini Flash is one of the cheapest cloud options available.
export MODELREINS_PROVIDER=geminiexport GOOGLE_AI_API_KEY=...Available models
Section titled “Available models”| Model | Cost | Best For |
|---|---|---|
gemini-flash | $0.0005/job | Budget tasks, high volume |
gemini-pro | $0.01/job | Balanced quality and cost |
Configuration
Section titled “Configuration”{ "provider": "gemini", "gemini": { "apiKey": "${GOOGLE_AI_API_KEY}", "model": "gemini-flash", "maxTokens": 8192 }}When to use Gemini
Section titled “When to use Gemini”- Long-context tasks (1M token window)
- High-volume batch work on the free tier
- Multimodal tasks (text + image)
- Budget-conscious cloud inference