GenerationConfigRoutingConfigManualRoutingMode

@Serializable
data class GenerationConfigRoutingConfigManualRoutingMode(val modelName: String? = null)

The configuration for manual routing. When manual routing is specified, the model will be selected based on the model name provided. This data type is not supported in Gemini API.

Constructors

constructor(modelName: String? = null)

Properties

Link copied to clipboard
val modelName: String? = null

The name of the model to use. Only public LLM models are accepted.