OpenRouterChatCompletionResponse
class OpenRouterChatCompletionResponse(val choices: List<OpenRouterChoice>, val created: Long, val id: String, val model: String, val systemFingerprint: String? = null, val objectType: String = "chat.completion", val usage: OpenAIUsage? = null) : OpenAIBaseLLMResponse(source)
OpenRouter Chat Completion Response See (CompletionsResponse Format)https://openrouter.ai/docs/api-reference/overview#completionsresponse-format
Constructors
Link copied to clipboard
constructor(choices: List<OpenRouterChoice>, created: Long, id: String, model: String, systemFingerprint: String? = null, objectType: String = "chat.completion", usage: OpenAIUsage? = null)