Interface GenerationConfigRoutingConfigManualRoutingMode

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.

interface GenerationConfigRoutingConfigManualRoutingMode {
    modelName?: string;
}

Properties

Properties

modelName?: string

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