Stable v0.11.0
Gemini Ex
Comprehensive Elixir client for Google's Gemini AI API with dual authentication, embeddings with MRL, streaming, type safety, and built-in telemetry for production applications.
Stats & Info
- Latest release: v0.11.0
- Recent downloads: 3180
- All-time downloads: 5284
- Maintainers: nshkrdotcom
Installation
Add gemini_ex to your list of dependencies in mix.exs:
def deps do
[
{:gemini_ex, "~> 0.11.0"}
]
endThen run:
mix deps.get