Convert text into vector representations (embeddings) for use in semantic search, text clustering, recommendation systems, and more.
Supports single text or batch text input.
API Key obtained from the APIYI Console
Embedding model name
"text-embedding-ada-002"
"text-embedding-3-small"
"text-embedding-3-large"
Text to embed. Can be a single string or an array of strings.
"This is a sample text for embedding."
Encoding format for the returned vectors
float, base64