Skip to content

Gemini

Terminal window
dotnet add package AgentCircuits.Providers.Gemini

Use either:

  • Gemini.LanguageModel("gemini-2.5-pro")
  • Gemini.Create(new GeminiProviderOptions { ... })
Terminal window
GEMINI_API_KEY=...

Current generic file-config support includes:

  • api_key
  • base_url

Gemini is also the provider package that currently covers image generation support in the repository runtime.