Skip to main content

EmbedBatchResponseBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/EmbedBatchResponseBody.json
dimensionsint64required

Vector dimensions

embeddingsarray | null[]nullablerequired

Embedding vectors

modelNamestringrequired

Model used

EmbedBatchResponseBody
{
"$schema": "https://example.com/schemas/EmbedBatchResponseBody.json",
"dimensions": 0,
"embeddings": "Unknown Type: array,null",
"modelName": "string"
}