Package-level declarations
Types
Link copied to clipboard
class DeepSeekChatCompletionResponse(val choices: List<OpenAIChoice>, val created: Long, val id: String, val model: String, val systemFingerprint: String, val objectType: String = "chat.completion", val usage: OpenAIUsage? = null) : OpenAIBaseLLMResponse
DeepSeek Chat Completion Response https://api-docs.deepseek.com/
Link copied to clipboard
class DeepSeekChatCompletionStreamResponse(val choices: List<OpenAIStreamChoice>, val created: Long, val id: String, val model: String, val systemFingerprint: String, val objectType: String = "chat.completion.chunk", val usage: OpenAIUsage? = null) : OpenAIBaseLLMStreamResponse
DeepSeek Chat Completion Streaming Response