Llm Request
constructor(model: UUID, fallbackModels: List<UUID>?, timeout: ChatTimeout? = null, instructions: String? = null, messages: List<ChatMessage>, reasoning: ReasoningEffort? = null, stream: Boolean = false, maxTokens: Int? = null, tools: List<ChatRequest.Tool>? = null, temperature: Double? = null, jsonOutput: Boolean? = null)(source)