v1
latestOpenAPI 3.1.02026-07-2616299271.2 KBOpenAI Compatible
Create an Embedding
Creates an embedding vector representing the input text.
post/v1/embeddings
Request body
Example request
{
"input": "This is a test.",
"encoding_format": "float",
"user": "user-1234"
}Response
OK