1 2 3 4 5 6 7 8 9
//! ZAI provider module //! //! Provides access to ZAI's GLM-4.6 model with optional thinking mode. pub mod client; pub mod types; pub use client::*; pub use types::*;