View Source ExOpenAI.Components.VideoSize (ex_openai.ex v2.0.0-beta2)

Module for representing the OpenAI schema VideoSize.

Type

:"720x1280" | :"1280x720" | :"1024x1792" | :"1792x1024"

Allowed Values

"720x1280", "1280x720", "1024x1792", "1792x1024"

Summary

Types

@type t() :: ((:"720x1280" | :"1280x720") | :"1024x1792") | :"1792x1024"