> ## Documentation Index > Fetch the complete documentation index at: https://openrouter.ai/docs/llms.txt > Use this file to discover all available pages before exploring further. # SupportedSize ## Example Usage ```go theme={null} import ( "github.com/OpenRouterTeam/go-sdk/models/components" ) value := components.SupportedSizeFourHundredAndEightyx480 // Open enum: custom values can be created with a direct type cast custom := components.SupportedSize("custom_value") ``` ## Values | Name | Value | | ------------------------------------------------------ | --------- | | `SupportedSizeFourHundredAndEightyx480` | 480x480 | | `SupportedSizeFourHundredAndEightyx640` | 480x640 | | `SupportedSizeFourHundredAndEightyx720` | 480x720 | | `SupportedSizeFourHundredAndEightyx854` | 480x854 | | `SupportedSizeFourHundredAndEightyx1120` | 480x1120 | | `SupportedSizeFiveHundredAndSixtyx752` | 560x752 | | `SupportedSizeSixHundredAndFortyx480` | 640x480 | | `SupportedSizeSixHundredAndFortyx640` | 640x640 | | `SupportedSizeSevenHundredAndTwentyx480` | 720x480 | | `SupportedSizeSevenHundredAndTwentyx720` | 720x720 | | `SupportedSizeSevenHundredAndTwentyx960` | 720x960 | | `SupportedSizeSevenHundredAndTwentyx1080` | 720x1080 | | `SupportedSizeSevenHundredAndTwentyx1280` | 720x1280 | | `SupportedSizeSevenHundredAndTwentyx1680` | 720x1680 | | `SupportedSizeSevenHundredAndFiftyTwox560` | 752x560 | | `SupportedSizeSevenHundredAndSixtyEightx768` | 768x768 | | `SupportedSizeSevenHundredAndSixtyEightx1024` | 768x1024 | | `SupportedSizeSevenHundredAndSixtyEightx1152` | 768x1152 | | `SupportedSizeSevenHundredAndSixtyEightx1366` | 768x1366 | | `SupportedSizeSevenHundredAndSixtyEightx1792` | 768x1792 | | `SupportedSizeEightHundredAndThirtyFourx1112` | 834x1112 | | `SupportedSizeEightHundredAndFiftyFourx480` | 854x480 | | `SupportedSizeNineHundredAndSixtyx720` | 960x720 | | `SupportedSizeNineHundredAndSixtyx960` | 960x960 | | `SupportedSizeNineHundredAndNinetyTwox432` | 992x432 | | `SupportedSizeOneThousandAndTwentyFourx768` | 1024x768 | | `SupportedSizeOneThousandAndEightyx720` | 1080x720 | | `SupportedSizeOneThousandAndEightyx1080` | 1080x1080 | | `SupportedSizeOneThousandAndEightyx1440` | 1080x1440 | | `SupportedSizeOneThousandAndEightyx1620` | 1080x1620 | | `SupportedSizeOneThousandAndEightyx1920` | 1080x1920 | | `SupportedSizeOneThousandAndEightyx2520` | 1080x2520 | | `SupportedSizeOneThousandOneHundredAndTwelvex834` | 1112x834 | | `SupportedSizeOneThousandOneHundredAndTwentyx480` | 1120x480 | | `SupportedSizeOneThousandOneHundredAndFiftyTwox768` | 1152x768 | | `SupportedSizeOneThousandTwoHundredAndEightyx720` | 1280x720 | | `SupportedSizeOneThousandThreeHundredAndSixtySixx768` | 1366x768 | | `SupportedSizeOneThousandFourHundredAndFortyx1080` | 1440x1080 | | `SupportedSizeOneThousandFourHundredAndFortyx1440` | 1440x1440 | | `SupportedSizeOneThousandFourHundredAndFortyx1920` | 1440x1920 | | `SupportedSizeOneThousandFourHundredAndFortyx2160` | 1440x2160 | | `SupportedSizeOneThousandFourHundredAndFortyx2560` | 1440x2560 | | `SupportedSizeOneThousandFourHundredAndFortyx3360` | 1440x3360 | | `SupportedSizeOneThousandFourHundredAndSeventyx630` | 1470x630 | | `SupportedSizeOneThousandSixHundredAndTwentyx1080` | 1620x1080 | | `SupportedSizeOneThousandSixHundredAndEightyx720` | 1680x720 | | `SupportedSizeOneThousandSevenHundredAndNinetyTwox768` | 1792x768 | | `SupportedSizeOneThousandNineHundredAndTwentyx1080` | 1920x1080 | | `SupportedSizeOneThousandNineHundredAndTwentyx1440` | 1920x1440 | | `SupportedSizeTwoThousandOneHundredAndSixtyx1440` | 2160x1440 | | `SupportedSizeTwoThousandOneHundredAndSixtyx2160` | 2160x2160 | | `SupportedSizeTwoThousandOneHundredAndSixtyx2880` | 2160x2880 | | `SupportedSizeTwoThousandOneHundredAndSixtyx3240` | 2160x3240 | | `SupportedSizeTwoThousandOneHundredAndSixtyx3840` | 2160x3840 | | `SupportedSizeTwoThousandOneHundredAndSixtyx5040` | 2160x5040 | | `SupportedSizeTwoThousandFiveHundredAndTwentyx1080` | 2520x1080 | | `SupportedSizeTwoThousandFiveHundredAndSixtyx1440` | 2560x1440 | | `SupportedSizeTwoThousandEightHundredAndEightyx2160` | 2880x2160 | | `SupportedSizeThreeThousandTwoHundredAndFortyx2160` | 3240x2160 | | `SupportedSizeThreeThousandThreeHundredAndSixtyx1440` | 3360x1440 | | `SupportedSizeThreeThousandEightHundredAndFortyx2160` | 3840x2160 | | `SupportedSizeFiveThousandAndFortyx2160` | 5040x2160 |