Embeddings
Last updated
Last updated
This endpoint creates an embedding using the specified model.
A request object for generating embeddings. This object contains all necessary parameters to generate an embedding from the specified model.
The model to use for the embedding.
mistral-embed
A single input to embed.
Please embed this sentence.
A list of inputs to embed.
["First sentence to embed.","Second sentence to embed."]
The provider preference for handling the request.
balanced
Example: balanced
Possible values: The encoding to use for the output.
float
Example: float
Possible values: