Skip to content

v0.16.3 — Native Google Gemini support for Nemo

Latest

Choose a tag to compare

@niveknow niveknow released this 01 Jul 13:19

v0.16.3 — Native Google Gemini Support

Nemo can now use Google Gemini as a first-class AI provider.

What changed

  • 🤖 New google provider — native Gemini API integration via GeminiAdapter
  • 🔄 Format translator — converts OpenAI message format to Gemini's contents/parts format and back
  • 📡 SSE stream adapter — parses Gemini's streaming format into standard SSE for the frontend
  • 🛠️ Tool calling — Gemini functionDeclarations mapped to Nemo's query_influxdb tool
  • 📋 Configgoogle added to .env.example and docker-compose.yml provider docs

How to use

Set in .env:

AI_PROVIDER=google
AI_API_KEY=your-google-api-key
AI_MODEL=gemini-2.0-flash

Also supports: gemini-2.5-flash, gemini-2.0-pro

Backward Compatible

All existing providers (DeepSeek, OpenAI, Groq, xAI, OpenRouter) unchanged.