Query an embedding model for a given string of text.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The name of the embedding model to use.
See all of CheapestInference's embedding models
WhereIsAI/UAE-Large-V1, BAAI/bge-large-en-v1.5, BAAI/bge-base-en-v1.5 "BAAI/bge-base-en-v1.5"
A string providing the text for the model to embed.
"Our solar system orbits the Milky Way galaxy at about 515,000 mph"
Time window for completing the request. Can be null, a duration string (e.g., '1s', '24h', '7d'), or 'now' for immediate processing.
"24h"
Optional webhook URL to receive completion notifications. Must be a valid HTTPS URL.
"https://example.com/webhook"