OpenAI · Schema

OpenAI Embedding Response

A response object returned by the OpenAI Embeddings API. Contains a list of embedding vectors representing the input text as floating-point numbers, along with the model used and token usage statistics.

AIArtificial IntelligenceLarge Language ModelsT1

Properties

Name Type Description
object string The object type, which is always list.
data array The list of embedding objects, one for each input.
model string The name of the model used to generate the embeddings (e.g., text-embedding-3-small, text-embedding-3-large, text-embedding-ada-002).
usage object
View JSON Schema on GitHub