OpenAI Integration
Create embeddings (OpenAI format)
Creates embedding vectors for the input text.
Note: This endpoint also works without the /v1 prefix (e.g., /openai/embeddings).
post/openai/v1/embeddings
Request body
Example request
{
"model": "text-embedding-3-small"
}Response
Successful response