Input text to embed, encoded as a string or array of tokens. To embed multiple inputs in a single request, pass an array of strings or array of token arrays. The input must not exceed the max input tokens for the model (call /v1/models endpoint to get the max_context_length by model) and cannot be an empty string.
ID of the model to use. Call /v1/models endpoint to get the list of available models, only text-embeddings-inference model type is supported.
The number of dimensions the resulting output embeddings should have.
Successful Response
The type of object returned.
A unique identifier for the request.