//! 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.
modapi_parse;modchat;modclient_impl;modfim;modhttp;modllm;modtool_names;modtypes;pubusetypes::DeepSeekClient;#[cfg(test)]include!("tests.inc.rs");