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

# OpenAI-compatible

The OpenAI wire.

The OpenAI wire. Point an OpenAI client at `https://api.recovea.ai/v1`: the paths it already uses are forwarded to OpenAI unchanged, with the provider key connected to your organization.

Base URL `https://api.recovea.ai/v1`

- [Create a chat completion](https://docs.recovea.ai/reference/openai-compatible/chat-completions/) POST /v1/chat/completions
- [Create a completion](https://docs.recovea.ai/reference/openai-compatible/completions/) POST /v1/completions
- [Create embeddings](https://docs.recovea.ai/reference/openai-compatible/embeddings/) POST /v1/embeddings
- [Create a response](https://docs.recovea.ai/reference/openai-compatible/responses/) POST /v1/responses
- [List models](https://docs.recovea.ai/reference/openai-compatible/list-models/) GET /v1/models
- [Any other OpenAI path](https://docs.recovea.ai/reference/openai-compatible/openai-passthrough/) ANY /v1/{path}
