eu is accepted as an alias for europe and normalizes to europe.
Example Usage
Values
This is an open enum. Unrecognized values will not fail type checks."global""europe""us""eu"
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
eu is accepted as an alias for europe and normalizes to europe.
from openrouter.components import ObservabilityDataRegionInput
# Open enum: unrecognized values are captured as UnrecognizedStr
value: ObservabilityDataRegionInput = "global"
"global""europe""us""eu"