Text Embeddings Inference
Get Embeddings. Returns a 424 status code if the model is not an embedding model.
post/embed
Request body
Example request
{
"prompt_name": "null"
}Response
Embeddings
Example response
[
[
0,
1,
2
]
]{
"prompt_name": "null"
}Embeddings
[
[
0,
1,
2
]
]