ExOpenAI.Components.ImagesResponse (ex_openai.ex v1.0.4) View Source

Schema representing a ImagesResponse within the OpenAI API

Link to this section Summary

Link to this section Types

Specs

t() :: %ExOpenAI.Components.ImagesResponse{
  created: integer(),
  data: [%{b64_json: String.t(), url: String.t()}]
}