Skip to main content

Crate just_deepseek

Crate just_deepseek 

Source
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-common crate.
types
DeepSeek wire DTOs grouped by API area.

Structs§

ChatCompletionStream
Stream of DeepSeek chat-completion SSE chunks.
DeepSeekClient
Async DeepSeek API client.
DeepSeekClientBuilder
Builder for DeepSeekClient.

Enums§

Error
Generic error type for OpenAI-compatible API provider clients.