Embeddings
Create embeddings
Creates an embedding vector for the provided input text. OpenAI-compatible endpoint.
post/v1/embeddings
Request body
Example request
{
"model": "text-embedding-ada-002"
}Response
Embedding created successfully
Creates an embedding vector for the provided input text. OpenAI-compatible endpoint.
{
"model": "text-embedding-ada-002"
}Embedding created successfully