v1

latestOpenAPI 3.0.3Apache 2.02026-07-17124150.8 KB
Text Embeddings Inference

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

post/predict

Request body

raw_scoresboolean
truncateboolean nullable
truncation_direction'Left' | 'Right'

Response

Predictions

OR

Example response

[
  {
    "label": "admiration"
  }
]