POST /v1/embeddings
API reference
Embeddings
OpenAI-compatible embeddings routed through MESH providers.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
OpenAI-compatible embeddings routed through MESH providers.
POST /v1/embeddings
{
"model": "auto",
"input": "embed this text"
}