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

# SupportedAspectRatio - Go SDK

> SupportedAspectRatio 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.SupportedAspectRatioOneHundredAndSixtyNine

// Open enum: custom values can be created with a direct type cast
custom := components.SupportedAspectRatio("custom_value")
```

## Values

| 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  |
