Skip to main content
The Go SDK and docs are currently in beta. Report issues on GitHub.

Example Usage

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

NameValue
SupportedAspectRatioOneHundredAndSixtyNine16:9
SupportedAspectRatioNineHundredAndSixteen9:16
SupportedAspectRatioEleven1:1
SupportedAspectRatioFortyThree4:3
SupportedAspectRatioThirtyFour3:4
SupportedAspectRatioThirtyTwo3:2
SupportedAspectRatioTwentyThree2:3
SupportedAspectRatioTwoHundredAndNineteen21:9
SupportedAspectRatioNineHundredAndTwentyOne9:21