Skip to main content

POST /v1/embeddings

Standard OpenAI embeddings call.
{
  "model": "text-embedding-3-small",
  "input": ["hello world"]
}
Returns the usual data[0].embedding array.