> ## Documentation Index
> Fetch the complete documentation index at: https://docs.meshrouter.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Embeddings

> OpenAI-compatible embeddings routed through MESH providers.

`POST /v1/embeddings`

```json theme={null}
{
  "model": "auto",
  "input": "embed this text"
}
```
