just-deepseek 0.2.0

DeepSeek API client and wire-level types
Documentation
1
2
3
4
5
6
7
8
//! DeepSeek wire DTOs grouped by API area.

/// DeepSeek balance endpoints and payloads.
pub mod balance;
/// DeepSeek chat completion request and response payloads.
pub mod chat;
/// DeepSeek model-listing payloads.
pub mod models;