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,
    1,
    2
  ]
]

Changes