Crates.io | google-generative-ai-rs |
lib.rs | google-generative-ai-rs |
version | 0.3.2 |
source | src |
created_at | 2023-12-29 02:28:32.845801 |
updated_at | 2024-05-28 02:53:07.928674 |
description | An unofficial rust-based client library to interact with the Google Gemini generative AI API |
homepage | |
repository | https://github.com/avastmick/google-generative-ai-rs |
max_upload_size | |
id | 1082910 |
size | 120,208 |
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.
Start point, gain familiarity with Google's Gemini generative AI.
For the public Gemini endpoint, see the Gemini API Overview docs
Similarly, for the Vertex AI endpoint, see the Vertex AI Gemini API docs
See examples and follow the in-comment instructions. The code is (hopefully) easy and readable.
Yes, please!! Create a fork and branch, make your contribution, and raise a PR.
Please see contributing for the rules; they are standard though.
Version 0.3.0
may lead to breaking changes. This version adds in some beta
features and I have now added a feature flag to enable these.
google-generative-ai-rs = { version = "0.3.0", features = ["beta"] }
Using the beta
feature will enable the following:
gemini-1.5-pro-latest
json_mode
I do my best to release working code.
Status today is: "Happy path for both public and Vertex AI endpoints work for Gemini."