Create vector embeddings via a Layer gate
Use when: caller wants numeric vector embeddings for one or more inputs (for RAG, semantic search, clustering) routed through a Layer gate
Routes an embeddings request through the named Layer gate. The gate decides which underlying embedding model+provider serves the request based on its current configuration. Returns numeric vector embeddings suitable for similarity search, retrieval, or clustering.
Documentation Index
Fetch the complete documentation index at: https://docs.verlon.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Layer API key (prefixed sk-). Generated from the dashboard under Settings → API Keys, or via layer key create in the CLI.
Body
Response
Embeddings response. Shape follows the underlying provider format selected by the gate (OpenAI-compatible by default).