Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Latest commit

 

History

History
24 lines (18 loc) · 678 Bytes

CreateEmbeddingResponse.md

File metadata and controls

24 lines (18 loc) · 678 Bytes

OpenapiClient::CreateEmbeddingResponse

Properties

Name Type Description Notes
data Array<Embedding> The list of embeddings generated by the model.
model String The name of the model used to generate the embedding.
object String The object type, which is always &quot;embedding&quot;.
usage CreateEmbeddingResponseUsage

Example

require 'openapi_client'

instance = OpenapiClient::CreateEmbeddingResponse.new(
  data: null,
  model: null,
  object: null,
  usage: null
)