API Reference
Embeddings
OpenAI-compatible embeddings for text and image inputs
POST
Authentication is optional. See Rate Limits for per-tier
quotas. For available embedding models, see Models.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
OpenAI-compatible embeddings request.
The input field is intentionally polymorphic to match both
OpenAI's API (string / list-of-strings / list-of-token-ids) and
vLLM's multimodal extension (list of content parts). The router
normalises everything to a list of items before handing it to the
backend, so individual backends only see one shape.