sarvam-rs 0.2.0

Rust SDK for Sarvam AI APIs — chat, translation, speech-to-text, text-to-speech, transliteration, and language identification
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod api;
pub mod client;
pub mod config;
pub mod error;
pub mod types;

#[cfg(feature = "streaming")]
pub mod streaming;

pub use client::SarvamClient;
pub use config::SarvamConfig;
pub use error::SarvamError;