Stable v0.13.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.13.0
- Recent downloads: 4078
- All-time downloads: 6863
- Maintainers: nshkrdotcom
Installation
Add gemini_ex to your list of dependencies in mix.exs:
def deps do
[
{:gemini_ex, "~> 0.13.0"}
]
endThen run:
mix deps.get