rig-vertexai 0.1.0

VertexAI model provider for Rig integration.
Documentation
1
2
3
4
5
6
7
8
9
pub mod client;
pub mod completion;
pub(crate) mod types;

pub use client::{Client, ClientBuilder};
pub use completion::{
    GEMINI_1_5_FLASH, GEMINI_1_5_FLASH_LATEST, GEMINI_1_5_PRO, GEMINI_1_5_PRO_LATEST,
    GEMINI_2_0_FLASH_EXP, GEMINI_2_5_FLASH, GEMINI_2_5_FLASH_LITE, GEMINI_2_5_PRO,
};