View Source OpenAi.Image.VariationCreateRequest (OpenAI REST API Client v0.4.4)

Provides struct and type for a Image.VariationCreateRequest

Summary

Types

@type t() :: %OpenAi.Image.VariationCreateRequest{
  image: String.t(),
  model: String.t() | nil,
  n: integer() | nil,
  response_format: String.t() | nil,
  size: String.t() | nil,
  user: String.t() | nil
}