google-genai 0.0.2

Bindigns for the Google AI Platform API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# genai-rs

A Rust client for the Google Generative Language API (PaLM2/Gemini).

## Features

- Stream and non-stream content generation
- Full type safety with Rust datatypes
- Simple async API

See the `examples` directory for usage examples.

This crate currently supports just enough fo the API to be used in
[tenx](https://github.com/cortesi/tenx).

The datatypes in this crate is a transliteration of the [Google Go
SDK](https://github.com/googleapis/go-genai/) into Rust datatypes.