/
HU
huggingface
/
Text Embeddings Inference
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 10m ago · Updated 1mo ago
Details
Filter operations
Text Embeddings Inference
12
post
Decode input ids
post
Get Embeddings. Returns a 424 status code if the model is not an embedding model.
post
Get all Embeddings without Pooling.
post
Get Sparse Embeddings. Returns a 424 status code if the model is not an embedding model with SPLADE pooling.
post
OpenAI compatible route. Returns a 424 status code if the model is not an embedding model.
get
Health check method
get
Text Embeddings Inference endpoint info
get
Prometheus metrics scrape endpoint
post
Get Predictions. Returns a 424 status code if the model is not a Sequence Classification model
post
Get Ranks. Returns a 424 status code if the model is not a Sequence Classification model with
post
Tokenize inputs
post
Generate embeddings from a Vertex request
Text Embeddings Inference
Decode input ids
Decode input ids
post
/decode
Request body
DecodeRequest
required
ids
union
required
skip_special_tokens
boolean
Response
Decoded ids
string[]
required
Example response
[ "test" ]
Changes