fast, uses a higher-speed inference configuration at premium pricing. Defaults to standard when omitted.
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
fast, uses a higher-speed inference configuration at premium pricing. Defaults to standard when omitted.
import (
"github.com/OpenRouterTeam/go-sdk/models/components"
)
value := components.SpeedFast
// Open enum: custom values can be created with a direct type cast
custom := components.Speed("custom_value")
| Name | Value |
|---|---|
SpeedFast | fast |
SpeedStandard | standard |