liter-llm 1.2.0

Universal LLM API client — 142+ providers, streaming, tool calling. Rust-powered, type-safe, compiled.
Documentation
pub mod audio;
pub mod batch;
pub mod chat;
pub mod common;
pub mod embedding;
pub mod files;
pub mod image;
pub mod models;
pub mod moderation;
pub mod ocr;
pub mod rerank;
pub mod responses;
pub mod search;

pub use audio::*;
pub use batch::*;
pub use chat::*;
pub use common::*;
pub use embedding::*;
pub use files::*;
pub use image::*;
pub use models::*;
pub use moderation::*;
pub use ocr::*;
pub use rerank::*;
pub use responses::*;
pub use search::*;