docs: document OpenAI-compatible /ollama/v1/embeddings endpoint - #1331
Draft
AndiMajore wants to merge 1 commit into
Draft
docs: document OpenAI-compatible /ollama/v1/embeddings endpoint#1331AndiMajore wants to merge 1 commit into
AndiMajore wants to merge 1 commit into
Conversation
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017ExFECS7Qbj9DK7MpdADQ5
Closed
13 tasks
Classic298
marked this pull request as draft
July 22, 2026 17:17
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds documentation for the OpenAI-compatible
/ollama/v1/embeddingsproxy endpoint, which was added to Open WebUI in open-webui/open-webui#27332. This letsopenai.embeddings.create()work directly against an Ollama-backed model through Open WebUI, matching the existing documented pattern for the OpenAI-compatible/ollama/v1/responsesendpoint just above it in this same section.Related
Changes
docs/reference/api-endpoints.md: added a new "🧩 Embeddings API (OpenAI-Compatible)" subsection under "🦙 Ollama API Proxy Support", withcurland Python (openaiSDK) examples, following the same structure as the existing Responses API subsection.Otherwise this is ready to submit.