ds-api 0.10.7

A Rust client library for the DeepSeek API with support for chat completions, streaming, and tools
Documentation
1
2
3
4
5
6
7
8
9
pub mod chat_completion_chunk;
pub mod chunk_choice;
pub mod chunk_object_type;
pub mod delta;

pub use chat_completion_chunk::ChatCompletionChunk;
pub use chunk_choice::ChunkChoice;
pub use chunk_object_type::ChunkObjectType;
pub use delta::{Delta, DeltaFunctionCall, DeltaToolCall};