OpenAI.CreateEmbeddingResponse (oapi_oai v0.1.0)

Provides struct and type for CreateEmbeddingResponse

Link to this section Summary

Link to this section Types

@type t() :: %OpenAI.CreateEmbeddingResponse{
  data: [map()],
  model: String.t(),
  object: String.t(),
  usage: map()
}