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

Schema representing a CreateImageEditRequest within the OpenAI API

Link to this section Summary

Link to this section Types

Specs

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