Generate vector embeddings for input data. This endpoint uses Pinecone’s hosted embedding models.
Generate embeddings for inputs.
List of inputs to generate embeddings for.
Additional model-specific parameters. Refer to the model guide for available model parameters.
{
"input_type": "passage",
"truncate": "END"
}OK
Embeddings generated for the input.
The model used to generate the embeddings
"multilingual-e5-large"
Indicates whether the response data contains 'dense' or 'sparse' embeddings.
"dense"
The embeddings generated for the inputs.
Embedding of a single input
Usage statistics for the model inference.