Text Embeddings Inference

Get Embeddings. Returns a 424 status code if the model is not an embedding model.

Get Embeddings. Returns a 424 status code if the model is not an embedding model.

post/embed

Request body

normalizeboolean
truncateboolean

Response

Embeddings

number[] required

Example response

[
  [
    "0.0",
    "1.0",
    "2.0"
  ]
]

Changes