ExOpenAI.Components.CreateImageRequest (ex_openai.ex v0.3.0) 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: String.t(),
  size: String.t(),
  user: String.t()
}