[PR #14753] [MERGED] server: add experimental web search and web fetch routes #14819

Closed
opened 2026-04-13 01:03:12 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/14753
Author: @ParthSareen
Created: 3/10/2026
Status: Merged
Merged: 3/10/2026
Merged by: @ParthSareen

Base: mainHead: parth-websearch-endpoints


📝 Commits (2)

  • 2af5522 server: add experimental web search and web fetch routes
  • 950e732 remove stripping of auth header

📊 Changes

2 files changed (+362 additions, -0 deletions)

View changed files

📝 server/routes.go (+27 -0)
server/routes_web_experimental_test.go (+335 -0)

📄 Description

Allow easy access to the web search and fetch APIs on the cloud to not require API keys.

Manages no cloud behavior as well:

{
  "error": "ollama cloud is disabled: web search is unavailable"
}

🔄 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/ollama/ollama/pull/14753 **Author:** [@ParthSareen](https://github.com/ParthSareen) **Created:** 3/10/2026 **Status:** ✅ Merged **Merged:** 3/10/2026 **Merged by:** [@ParthSareen](https://github.com/ParthSareen) **Base:** `main` ← **Head:** `parth-websearch-endpoints` --- ### 📝 Commits (2) - [`2af5522`](https://github.com/ollama/ollama/commit/2af552285fbc429bd534c1499a776a5796e69094) server: add experimental web search and web fetch routes - [`950e732`](https://github.com/ollama/ollama/commit/950e732d0d1ddc178f5f1fc70bef53f322a92a74) remove stripping of auth header ### 📊 Changes **2 files changed** (+362 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `server/routes.go` (+27 -0) ➕ `server/routes_web_experimental_test.go` (+335 -0) </details> ### 📄 Description Allow easy access to the web search and fetch APIs on the cloud to not require API keys. Manages no cloud behavior as well: ``` { "error": "ollama cloud is disabled: web search is unavailable" } ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-13 01:03:12 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#14819