ExOpenAI.Components.CreateImageRequest (ex_openai.ex v1.0.1) View Source

Schema representing a CreateImageRequest within the OpenAI API

Link to this section Summary

Link to this section Types

Specs

t() :: %ExOpenAI.Components.CreateImageRequest{
  n: integer(),
  prompt: String.t(),
  response_format: :b64_json | :url,
  size: :"1024x1024" | :"512x512" | :"256x256",
  user: String.t()
}