Text Embeddings Inference

Get Predictions. Returns a 424 status code if the model is not a Sequence Classification model

Get Predictions. Returns a 424 status code if the model is not a Sequence Classification model

post/predict

Request body

raw_scoresboolean
truncateboolean

Response

Predictions

OR

Example response

[
  {
    "label": "admiration"
  }
]

Changes