Create Embedding
Create vector embeddings for text input using embedding models.
POST
Documentation Index
Fetch the complete documentation index at: https://docs.requesty.ai/llms.txt
Use this file to discover all available pages before exploring further.
Supported Models
Browse the full catalog on the Embedding model library.| Model | Dimensions | Best for |
|---|---|---|
openai/text-embedding-3-small | 1536 | Cost-efficient, general purpose |
openai/text-embedding-3-large | 3072 | Higher accuracy, multilingual |
openai/text-embedding-ada-002 | 1536 | Legacy compatibility |
Authorizations
API key for authentication
Body
application/json
Input text to embed, encoded as a string, array of strings, array of tokens, or array of token arrays
The model name to use for embedding generation
Example:
"openai/text-embedding-3-small"
The number of dimensions the resulting output embeddings should have
The format to return the embeddings in. Can be either float or base64.
Available options:
float, base64 A unique identifier representing your end-user.
Last modified on May 26, 2026