Expand description
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.
Modules§
- transport
- Re-exported transport utilities from the
just-commoncrate. - types
- DeepSeek wire DTOs grouped by API area.
Structs§
- Chat
Completion Stream - Stream of DeepSeek chat-completion SSE chunks.
- Deep
Seek Client - Async DeepSeek API client.
- Deep
Seek Client Builder - Builder for
DeepSeekClient.
Enums§
- Error
- Generic error type for OpenAI-compatible API provider clients.