Skip to main content
POST

Authorizations

Api-Key
string
header
required

An API Key is required to call Pinecone APIs. Get yours from the console.

Body

application/json

Generate embeddings for inputs.

model
string
required

The model to use for embedding generation.

Example:

"multilingual-e5-large"

inputs
object[]
required

List of inputs to generate embeddings for.

parameters
object

Model-specific parameters.

Response

OK

Embeddings generated for the input

model
string
required

The model used to generate the embeddings

Example:

"multilingual-e5-large"

data
object[]
required

The embeddings generated for the inputs.

usage
object
required

Usage statistics for the model inference.