Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 620 Bytes

CreateEmbeddingResponse.md

File metadata and controls

24 lines (12 loc) · 620 Bytes

CreateEmbeddingResponse

Properties

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

Enum: ObjectEnum

Name Value
LIST "list"