Skip to content

Gemini

Gemini offers long context windows, multimodal capabilities, and a generous free tier. Gemini Flash is one of the cheapest cloud options available.

Terminal window
export MODELREINS_PROVIDER=gemini
export GOOGLE_AI_API_KEY=...
ModelCostBest For
gemini-flash$0.0005/jobBudget tasks, high volume
gemini-pro$0.01/jobBalanced quality and cost
{
"provider": "gemini",
"gemini": {
"apiKey": "${GOOGLE_AI_API_KEY}",
"model": "gemini-flash",
"maxTokens": 8192
}
}
  • Long-context tasks (1M token window)
  • High-volume batch work on the free tier
  • Multimodal tasks (text + image)
  • Budget-conscious cloud inference