SupportedAspectRatio - Go SDK
SupportedAspectRatio - Go SDK
SupportedAspectRatio type definition
SupportedAspectRatio - Go SDK
The Go SDK and docs are currently in beta. Report issues on GitHub.
1 import ( 2 "github.com/OpenRouterTeam/go-sdk/models/components" 3 ) 4 5 value := components.SupportedAspectRatioOneHundredAndSixtyNine 6 7 // Open enum: custom values can be created with a direct type cast 8 custom := components.SupportedAspectRatio("custom_value")
| Name | Value |
|---|---|
SupportedAspectRatioOneHundredAndSixtyNine | 16:9 |
SupportedAspectRatioNineHundredAndSixteen | 9:16 |
SupportedAspectRatioEleven | 1:1 |
SupportedAspectRatioFortyThree | 4:3 |
SupportedAspectRatioThirtyFour | 3:4 |
SupportedAspectRatioThirtyTwo | 3:2 |
SupportedAspectRatioTwentyThree | 2:3 |
SupportedAspectRatioTwoHundredAndNineteen | 21:9 |
SupportedAspectRatioNineHundredAndTwentyOne | 9:21 |