Active v0.10.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.10.0
- Recent downloads: 3196
- All-time downloads: 4560
- Maintainers: nshkrdotcom
Installation
Add gemini_ex to your list of dependencies in mix.exs:
def deps do
[
{:gemini_ex, "~> 0.10.0"}
]
endThen run:
mix deps.get