model-gateway-rs 0.1.7

A Rust library for model gateway services, providing traits and SDKs for various AI models.
Documentation
1
2
3
4
5
6
pub mod core;
pub mod embed;
pub mod text;
pub mod vision;

pub use core::{ModelClient, StreamModelClient};