rig-vertexai

Crates.iorig-vertexai
lib.rsrig-vertexai
version0.2.4
created_at2025-11-18 13:56:30.583384+00
updated_at2026-01-20 20:32:15.48756+00
descriptionVertexAI model provider for Rig integration.
homepage
repository
max_upload_size
id1938477
size116,397
(cvauclair)

documentation

README

Rig-VertexAI

This companion crate integrates Google Cloud Vertex AI (hosted models including Gemini) as a model provider with Rig.

Usage

Add the companion crate to your Cargo.toml, along with the rig-core crate:

[dependencies]
rig-vertexai = "0.1.0"
rig-core = "0.23.1"

You can also run cargo add rig-vertexai rig-core to add the most recent versions of the dependencies to your project.

See the /examples folder for usage examples.

Setup

Make sure to have Google Cloud credentials configured. You can use Application Default Credentials (ADC) by running:

gcloud auth application-default login
Commit count: 0

cargo fmt