[PR #3066] [MERGED] feat: add example base urls to custom openai-compliant model docs [closes DOC-863] #3143

Closed
opened 2026-06-05 18:21:14 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3066
Author: @katmayb
Created: 3/11/2026
Status: Merged
Merged: 3/20/2026
Merged by: @katmayb

Base: mainHead: open-swe/02656971-3ce0-7aae-ad83-8e2d66eea177


📝 Commits (3)

  • bd4e2c8 Add example Base URLs and custom path prefix docs to OpenAI-compliant model page
  • 70d56f8 Apply suggestion from @katmayb
  • d796853 Merge branch 'main' into open-swe/02656971-3ce0-7aae-ad83-8e2d66eea177

📊 Changes

1 file changed (+19 additions, -2 deletions)

View changed files

📝 src/langsmith/custom-openai-compliant-model.mdx (+19 -2)

📄 Description

Description

Adds a "Base URL format" section to the custom OpenAI-compliant model docs page with example Base URLs for common providers (Ollama, LiteLLM, vLLM, self-hosted), explains the expected format, and documents support for custom path prefixes (e.g., /api/v2). Also fixes a minor extra space typo in an existing sentence.

Resolves DOC-863

Test Plan

  • Verify the new "Base URL format" section renders correctly on the page
  • Verify anchor link from step 4 to the new section works

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/3066 **Author:** [@katmayb](https://github.com/katmayb) **Created:** 3/11/2026 **Status:** ✅ Merged **Merged:** 3/20/2026 **Merged by:** [@katmayb](https://github.com/katmayb) **Base:** `main` ← **Head:** `open-swe/02656971-3ce0-7aae-ad83-8e2d66eea177` --- ### 📝 Commits (3) - [`bd4e2c8`](https://github.com/langchain-ai/docs/commit/bd4e2c848b62f9b1b577a7a8ce81a180504eece3) Add example Base URLs and custom path prefix docs to OpenAI-compliant model page - [`70d56f8`](https://github.com/langchain-ai/docs/commit/70d56f81deaa587fe100f47381e9972d291fd768) Apply suggestion from @katmayb - [`d796853`](https://github.com/langchain-ai/docs/commit/d79685330581e3be7a61421e6ceb324b3f8f8b28) Merge branch 'main' into open-swe/02656971-3ce0-7aae-ad83-8e2d66eea177 ### 📊 Changes **1 file changed** (+19 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/langsmith/custom-openai-compliant-model.mdx` (+19 -2) </details> ### 📄 Description ## Description Adds a "Base URL format" section to the custom OpenAI-compliant model docs page with example Base URLs for common providers (Ollama, LiteLLM, vLLM, self-hosted), explains the expected format, and documents support for custom path prefixes (e.g., `/api/v2`). Also fixes a minor extra space typo in an existing sentence. Resolves DOC-863 ## Test Plan - [ ] Verify the new "Base URL format" section renders correctly on the page - [ ] Verify anchor link from step 4 to the new section works --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 18:21:14 -04:00
yindo closed this issue 2026-06-05 18:21:14 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#3143