OpenRouterParams

constructor(temperature: Double? = null, maxTokens: Int? = null, numberOfChoices: Int? = null, speculation: String? = null, schema: LLMParams.Schema? = null, toolChoice: LLMParams.ToolChoice? = null, user: String? = null, includeThoughts: Boolean? = null, thinkingBudget: Int? = null, additionalProperties: Map<String, JsonElement>? = null, frequencyPenalty: Double? = null, presencePenalty: Double? = null, logprobs: Boolean? = null, stop: List<String>? = null, topLogprobs: Int? = null, topP: Double? = null, topK: Int? = null, repetitionPenalty: Double? = null, minP: Double? = null, topA: Double? = null, transforms: List<String>? = null, models: List<String>? = null, route: String? = null, provider: ProviderPreferences? = null)(source)