Package-level declarations
Types
Link copied to clipboard
class DashscopeChatCompletionResponse(val choices: List<OpenAIChoice>, val created: Long, val id: String, val model: String, val systemFingerprint: String? = null, val objectType: String = "chat.completion", val usage: OpenAIUsage? = null) : OpenAIBaseLLMResponse
DashScope Chat Completion Response using OpenAI-compatible format
Link copied to clipboard
class DashscopeChatCompletionStreamResponse(val choices: List<OpenAIStreamChoice>, val created: Long, val id: String, val model: String, val systemFingerprint: String? = null, val objectType: String = "chat.completion.chunk", val usage: OpenAIUsage? = null) : OpenAIBaseLLMStreamResponse
DashScope Chat Completion Streaming Response using OpenAI-compatible format