Google Gemini
Everruns runs agents on Google Gemini models, implementing the provider-neutral driver contract over the Gemini API.
What you get
Section titled “What you get”- Gemini API streaming.
- Tool calls and reasoning mapped to provider-neutral Everruns types.
- Context caching — explicit caching via
cachedContentwhen a cached-content resource is supplied, otherwise Gemini’s default implicit caching on supported models.
Configure in Everruns
Section titled “Configure in Everruns”- Go to Settings → Providers and click Add provider.
- Choose Google Gemini.
- Paste your Gemini API key. Get one from Google AI Studio.
- Save. Everruns discovers available Gemini models automatically.
Models
Section titled “Models”Gemini models resolve to Everruns’ built-in model profiles for capability and
cost metadata. When max_tokens is not set, the driver resolves a default from
the model profile, falling back to a safe value.