SupportedSize - Go SDK
SupportedSize - Go SDK
SupportedSize type definition
The Go SDK and docs are currently in beta. Report issues on GitHub.
Example Usage
1 import ( 2 "github.com/OpenRouterTeam/go-sdk/models/components" 3 ) 4 5 value := components.SupportedSizeFourHundredAndEightyx480 6 7 // Open enum: custom values can be created with a direct type cast 8 custom := components.SupportedSize("custom_value")
Values
| Name | Value |
|---|---|
SupportedSizeFourHundredAndEightyx480 | 480x480 |
SupportedSizeFourHundredAndEightyx640 | 480x640 |
SupportedSizeFourHundredAndEightyx854 | 480x854 |
SupportedSizeFourHundredAndEightyx1120 | 480x1120 |
SupportedSizeSixHundredAndFortyx480 | 640x480 |
SupportedSizeSevenHundredAndTwentyx720 | 720x720 |
SupportedSizeSevenHundredAndTwentyx960 | 720x960 |
SupportedSizeSevenHundredAndTwentyx1280 | 720x1280 |
SupportedSizeSevenHundredAndTwentyx1680 | 720x1680 |
SupportedSizeEightHundredAndFiftyFourx480 | 854x480 |
SupportedSizeNineHundredAndSixtyx720 | 960x720 |
SupportedSizeOneThousandAndEightyx1080 | 1080x1080 |
SupportedSizeOneThousandAndEightyx1440 | 1080x1440 |
SupportedSizeOneThousandAndEightyx1920 | 1080x1920 |
SupportedSizeOneThousandAndEightyx2520 | 1080x2520 |
SupportedSizeOneThousandOneHundredAndTwentyx480 | 1120x480 |
SupportedSizeOneThousandTwoHundredAndEightyx720 | 1280x720 |
SupportedSizeOneThousandFourHundredAndFortyx1080 | 1440x1080 |
SupportedSizeOneThousandSixHundredAndEightyx720 | 1680x720 |
SupportedSizeOneThousandNineHundredAndTwentyx1080 | 1920x1080 |
SupportedSizeTwoThousandOneHundredAndSixtyx2160 | 2160x2160 |
SupportedSizeTwoThousandOneHundredAndSixtyx2880 | 2160x2880 |
SupportedSizeTwoThousandOneHundredAndSixtyx3840 | 2160x3840 |
SupportedSizeTwoThousandOneHundredAndSixtyx5040 | 2160x5040 |
SupportedSizeTwoThousandFiveHundredAndTwentyx1080 | 2520x1080 |
SupportedSizeTwoThousandEightHundredAndEightyx2160 | 2880x2160 |
SupportedSizeThreeThousandEightHundredAndFortyx2160 | 3840x2160 |
SupportedSizeFiveThousandAndFortyx2160 | 5040x2160 |