Interface GenerationConfigRoutingConfigManualRoutingMode

When manual routing is set, the specified model will be used directly.

interface GenerationConfigRoutingConfigManualRoutingMode {
    modelName?: string;
}

Properties

Properties

modelName?: string

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