Convert one or more text inputs into vector embeddings.
Primary authentication for inference endpoints. Send your Naga API key as Authorization: Bearer <api-key>.
Embedding model identifier.
"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.
float, base64