ssoudan / gcp-vertex-ai-generative-ai

An async client library for GCP Vertex AI Generative models

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gcp-vertex-ai-generative-ai

Crates.io Docs.rs CI

Overview

This is a Rust library to interact with the Google Cloud Vertex AI Generative AI API. The service and the API are in beta. The implementation is ... very beta too. Let's see how it goes.

For now only Generative Language is there. See language/.

For the API key, follow what is said on https://makersuite.google.com/app/home to get one.

Usage

At this point, see the tests in language/src/lib.rs as well as examples/ for examples.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

See CONTRIBUTING.md.

About

An async client library for GCP Vertex AI Generative models

License:Apache License 2.0


Languages

Language:Rust 80.4%Language:Shell 14.9%Language:Dockerfile 4.7%