> ## Documentation Index
> Fetch the complete documentation index at: https://openrouter-d02e98a0-mintlify-a46887cf.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# SupportedSize - Go SDK

> SupportedSize type definition

<Warning>
  The Go SDK and docs are currently in beta.
  Report issues on [GitHub](https://github.com/OpenRouterTeam/go-sdk/issues).
</Warning>

## Example Usage

```go lines 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  |
| `SupportedSizeSixHundredAndFortyx480`                 | 640x480   |
| `SupportedSizeSevenHundredAndTwentyx480`              | 720x480   |
| `SupportedSizeSevenHundredAndTwentyx720`              | 720x720   |
| `SupportedSizeSevenHundredAndTwentyx960`              | 720x960   |
| `SupportedSizeSevenHundredAndTwentyx1080`             | 720x1080  |
| `SupportedSizeSevenHundredAndTwentyx1280`             | 720x1280  |
| `SupportedSizeSevenHundredAndTwentyx1680`             | 720x1680  |
| `SupportedSizeEightHundredAndFiftyFourx480`           | 854x480   |
| `SupportedSizeNineHundredAndSixtyx720`                | 960x720   |
| `SupportedSizeOneThousandAndEightyx720`               | 1080x720  |
| `SupportedSizeOneThousandAndEightyx1080`              | 1080x1080 |
| `SupportedSizeOneThousandAndEightyx1440`              | 1080x1440 |
| `SupportedSizeOneThousandAndEightyx1620`              | 1080x1620 |
| `SupportedSizeOneThousandAndEightyx1920`              | 1080x1920 |
| `SupportedSizeOneThousandAndEightyx2520`              | 1080x2520 |
| `SupportedSizeOneThousandOneHundredAndTwentyx480`     | 1120x480  |
| `SupportedSizeOneThousandTwoHundredAndEightyx720`     | 1280x720  |
| `SupportedSizeOneThousandFourHundredAndFortyx1080`    | 1440x1080 |
| `SupportedSizeOneThousandSixHundredAndTwentyx1080`    | 1620x1080 |
| `SupportedSizeOneThousandSixHundredAndEightyx720`     | 1680x720  |
| `SupportedSizeOneThousandNineHundredAndTwentyx1080`   | 1920x1080 |
| `SupportedSizeTwoThousandOneHundredAndSixtyx2160`     | 2160x2160 |
| `SupportedSizeTwoThousandOneHundredAndSixtyx2880`     | 2160x2880 |
| `SupportedSizeTwoThousandOneHundredAndSixtyx3240`     | 2160x3240 |
| `SupportedSizeTwoThousandOneHundredAndSixtyx3840`     | 2160x3840 |
| `SupportedSizeTwoThousandOneHundredAndSixtyx5040`     | 2160x5040 |
| `SupportedSizeTwoThousandFiveHundredAndTwentyx1080`   | 2520x1080 |
| `SupportedSizeTwoThousandEightHundredAndEightyx2160`  | 2880x2160 |
| `SupportedSizeThreeThousandTwoHundredAndFortyx2160`   | 3240x2160 |
| `SupportedSizeThreeThousandEightHundredAndFortyx2160` | 3840x2160 |
| `SupportedSizeFiveThousandAndFortyx2160`              | 5040x2160 |
