//! DeepSeek provider SDK.
//!
//! This crate exposes a thin Rust client over the DeepSeek HTTP API. Public request and
//! response types under [`types`] are wire-level DTOs that closely mirror the upstream
//! protocol shape so callers can reason about provider-specific fields directly.
pub use DeepSeekClient;
pub use DeepSeekClientBuilder;
pub use Error;
pub use ChatCompletionStream;