Example Usage
import (
"github.com/OpenRouterTeam/go-sdk/models/components"
)
value := components.VideoGenerationRequestAspectRatioOneHundredAndSixtyNine
// Open enum: custom values can be created with a direct type cast
custom := components.VideoGenerationRequestAspectRatio("custom_value")
Values
| Name | Value |
|---|---|
VideoGenerationRequestAspectRatioOneHundredAndSixtyNine | 16:9 |
VideoGenerationRequestAspectRatioNineHundredAndSixteen | 9:16 |
VideoGenerationRequestAspectRatioEleven | 1:1 |
VideoGenerationRequestAspectRatioFortyThree | 4:3 |
VideoGenerationRequestAspectRatioThirtyFour | 3:4 |
VideoGenerationRequestAspectRatioThirtyTwo | 3:2 |
VideoGenerationRequestAspectRatioTwentyThree | 2:3 |
VideoGenerationRequestAspectRatioTwoHundredAndNineteen | 21:9 |
VideoGenerationRequestAspectRatioNineHundredAndTwentyOne | 9:21 |