Embeddings
Create embeddings
Generate vector embeddings for one or more inputs. OpenAI-compatible response shape. The gateway does not replay-cache this operation.
post/embeddings
Request body
Example request
{
"model": "bge-m3"
}Response
Embedding response
Example response
{
"object": "list",
"data": [
{
"object": "embedding"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.