//! HTTP client for DeepSeek's OpenAI-compatible Chat Completions API.
//!
//! DeepSeek documents `/chat/completions` as the primary endpoint, and this
//! client now routes all normal traffic through that surface.
pub use system_to_instructions;
pub use build_chat_messages_for_request;
pub use DeepSeekClient;
include!;