Embeddings
Generate vector embeddings for one or more inputs using an OpenAI-compatible embeddings model.
post/v1/embeddings
Request body
Example request
{
"model": "text-embedding-3-small",
"encoding_format": "float",
"dimensions": 1536
}Response
Embeddings response.
Changes
No recorded changes to this endpoint across all 1 revision of this API.