Create embeddings
Embeddings
Create embeddings
Convert one or more text inputs into vector embeddings.
POST
Create embeddings
Documentation Index
Fetch the complete documentation index at: https://docs.naga.ac/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Primary authentication for inference endpoints. Send your Naga API key as Authorization: Bearer <api-key>.
Body
application/json
Embedding model identifier.
Example:
"text-embedding-3-small"
Single input or batch of inputs to embed.
Optional target embedding dimension when supported by the model.
Return vectors as JSON floats or base64-encoded binary data.
Available options:
float, base64