Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/weaviate/model-providers/openai/embeddings.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,9 @@ Provide the headers as shown in the [API credentials examples](#api-credentials)

:::note

By passing the `X-OpenAI-Baseurl`, you can use an endpoint compatible with the OpenAI API. Weaviate appends `/v1/embeddings` to this base URL. If this doesn't match your endpoint, you can rewrite the path with a proxy (e.g., `your.domain.com/v1/embeddings` -> `api.deepinfra.com/v1/openai/embeddings`).
By passing the `X-OpenAI-Baseurl`, you can use an endpoint compatible with the OpenAI API. Weaviate appends `/v1/embeddings` to this base URL. Example: `https://api.daoxe.com` (DaoXE's standard OpenAI-compatible base URL; it supports `/v1/embeddings`).

If your endpoint uses a different path prefix, rewrite with a proxy (e.g., `your.domain.com/v1/embeddings` -> `api.deepinfra.com/v1/openai/embeddings` or `api.daoxe.com/v1/embeddings`).

:::

Expand Down