Package de.entwicklertraining.deepseek4j.chat.completion
package de.entwicklertraining.deepseek4j.chat.completion
-
ClassesClassDescriptionDeepSeekCompletionCallHandler orchestrates sending a DeepSeekCompletionRequest, handling any tool calls (function calls), and continuing the conversation until a final answer is reached or the max turns is exceeded.Represents a request to the DeepSeek Chat Completion API.Represents the options for streaming responses.Represents a response from the DeepSeek Chat Completion API.Represents a single choice in the chat completion response.Represents detailed token counts within the completion usage.Represents the function details within a tool call.Represents log probability information for the completion.Represents a message within a choice, including content and potential tool calls.Represents log probability information for a single token.Represents a tool call requested by the model.Represents log probability information for one of the top alternative tokens.Represents usage statistics for the API call.