ExOpenAI.Components.CreateImageVariationRequest (ex_openai.ex v0.2.1) View Source

Schema representing a CreateImageVariationRequest within the OpenAI API

Link to this section Summary

Link to this section Types

Specs

t() :: %ExOpenAI.Components.CreateImageVariationRequest{
  image: String.t(),
  n: integer(),
  response_format: String.t(),
  size: String.t(),
  user: String.t()
}