fast is accepted as an alias for priority.
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
fast is accepted as an alias for priority.
import (
"github.com/OpenRouterTeam/go-sdk/models/components"
)
value := components.ChatRequestServiceTierAuto
// Open enum: custom values can be created with a direct type cast
custom := components.ChatRequestServiceTier("custom_value")
| Name | Value |
|---|---|
ChatRequestServiceTierAuto | auto |
ChatRequestServiceTierDefault | default |
ChatRequestServiceTierFast | fast |
ChatRequestServiceTierFlex | flex |
ChatRequestServiceTierPriority | priority |
ChatRequestServiceTierScale | scale |