Embeddings
POST/embeddings
Creates embeddings from text input. This follows industry standard embedding endpoints
(e.g. OpenAI) and provides vector representations that can be used for semantic similarity,
search, clustering, recommendations, anomaly detection, and classification tasks.
To ensure deployed embedding models support this endpoint, they need to be configured with
embedding_task.supported = true in the model settings.
Request
Responses
- 200
OK