POST /v1/embeddings
Standard OpenAI embeddings call.data[0].embedding array.
Embedding model availability varies — check the Models page or GET /v1/models for the current catalog.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
OpenAI-compatible embeddings endpoint.
{
"model": "your-embedding-model",
"input": ["hello world"]
}
data[0].embedding array.
Embedding model availability varies — check the Models page or GET /v1/models for the current catalog.