Skip to main content
POST
Create Embeddings
Дата обновления: 2026-06-06

Overview

Convert input text into high-dimensional vectors for use in semantic search, clustering, recommendations, and more. Fully compatible with the OpenAI Embeddings API format.

Supported Models

Request Parameters

string
обязательно
Embedding model name, e.g. text-embedding-3-large
string | string[]
обязательно
Text to embed. Supports a single string or an array of strings
string
по умолчанию:"float"
Return format: float or base64
integer
Output vector dimensions (only supported by text-embedding-3-* models)

Response Format

Code Examples

Batch requests support up to 2048 texts per call. Each text should not exceed 8191 tokens.