View Source ExOpenAI.Components.CreateUploadRequest (ex_openai.ex v1.8.0)

Schema representing a CreateUploadRequest within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.CreateUploadRequest{
  bytes: integer(),
  filename: String.t(),
  mime_type: String.t(),
  purpose: :vision | :"fine-tune" | :batch | :assistants
}