/google-generative-ai-rs

An unofficial rust-based client library to interact with the Google Gemini generative AI API

Primary LanguageRustMIT LicenseMIT

Google Generative AI API client (unofficial)

Rust Check

An unofficial rust-based client library to interact with the Google generative AI API.

The goal is to emulate the Google AI Python SDK but in Rust.

The initial focus will be on the newer Gemini models, but the more stable and mature models will hopefully also be supported soon.

⚠️ Warning: initial working out; it will change very frequently. ⚠️

Usage

Start point, gain familiarity with Google's Gemini generative AI.

See examples and follow the in-comment instructions. The code is (hopefully) easy and readable.

Contributing

Yes, please!! Create a fork and branch, make your contribution, and raise a PR.

Please see contributing for the rules; they are standard though.

Work status

I do my best to release working code.

Status today is: "Happy path for both public and Vertex AI endpoints work for Gemini, but some things may be fragile."

Outline tasks