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

# POST /v1/embeddings

> OpenAI-compatible embeddings endpoint.

# POST /v1/embeddings

Standard OpenAI embeddings call.

```json theme={null}
{
  "model": "your-embedding-model",
  "input": ["hello world"]
}
```

Returns the usual `data[0].embedding` array.

Embedding model availability varies — check the [Models page](https://openference.com/models) or `GET /v1/models` for the current catalog.
