async-gemini 0.0.4

utils for gemini
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# async-gemini

There are two versions of Gemini API.

- [Gemini API]https://ai.google.dev/api/rest

The endpoint is: `generativelanguage.googleapis.com/v1beta`

- [Gemini API on Vertex AI]https://cloud.google.com/vertex-ai/generative-ai/docs/model-reference/gemini

The endpoint is: `{location}-aiplatform.googleapis.com/v1`

This library is primarily designed to support the first version of the Gemini API. While the Gemini API on Vertex AI has not been thoroughly tested.