Deep Seek Client Stream
Client for streaming interactions with the DeepSeek API.
This client specializes in handling streaming responses for real-time processing of DeepSeek API outputs, particularly useful for chat completions.
Functions
Streams chat responses using default parameters and a message builder DSL.
Streams chat responses for a single user message.
Streams chat responses using default parameters.
Streams chat responses using custom parameters and a message builder DSL.
Streams chat responses using custom parameters and messages.
Sends a chat completion request to the DeepSeek API.
Streams a fully customizable chat completion request.
Streams chat completion responses chunk by chunk from the DeepSeek API.
Streams FIM completions with default parameters.
Streams FIM completions using custom parameters and a prompt.
Sends a Fill-In-the-Middle (FIM) completion request to the DeepSeek API.
Streams a fully customizable FIM completion using a builder pattern.
Streams Fill-In-the-Middle (FIM) completions chunk by chunk from the DeepSeek API.
Retrieves the list of available DeepSeek AI models.
Retrieves the current user's available API credits and usage information.