




















@@ -82,7 +82,7 @@ local while `web_search` and `x_search` can use xAI Responses under the hood.
8282Structured results via the MiniMax Coding Plan search API.
8383</Card>
8484<Card title="Ollama Web Search" icon="globe" href="/tools/ollama-search">
85-Key-free search via your configured Ollama host. Requires `ollama signin`.
85+Search via a signed-in local Ollama host or the hosted Ollama API.
8686</Card>
8787<Card title="Perplexity" icon="search" href="/tools/perplexity-search">
8888Structured results with content extraction controls and domain filtering.
@@ -97,20 +97,20 @@ local while `web_search` and `x_search` can use xAI Responses under the hood.
97979898### Provider comparison
9999100-| Provider | Result style | Filters | API key |
101-| ----------------------------------------- | -------------------------- | ------------------------------------------------ | -------------------------------------------------------------------------------- |
102-| [Brave](/tools/brave-search) | Structured snippets | Country, language, time, `llm-context` mode | `BRAVE_API_KEY` |
103-| [DuckDuckGo](/tools/duckduckgo-search) | Structured snippets | -- | None (key-free) |
104-| [Exa](/tools/exa-search) | Structured + extracted | Neural/keyword mode, date, content extraction | `EXA_API_KEY` |
105-| [Firecrawl](/tools/firecrawl) | Structured snippets | Via `firecrawl_search` tool | `FIRECRAWL_API_KEY` |
106-| [Gemini](/tools/gemini-search) | AI-synthesized + citations | -- | `GEMINI_API_KEY` |
107-| [Grok](/tools/grok-search) | AI-synthesized + citations | -- | `XAI_API_KEY` |
108-| [Kimi](/tools/kimi-search) | AI-synthesized + citations | -- | `KIMI_API_KEY` / `MOONSHOT_API_KEY` |
109-| [MiniMax Search](/tools/minimax-search) | Structured snippets | Region (`global` / `cn`) | `MINIMAX_CODE_PLAN_KEY` / `MINIMAX_CODING_API_KEY` |
110-| [Ollama Web Search](/tools/ollama-search) | Structured snippets | -- | None by default; `ollama signin` required, can reuse Ollama provider bearer auth |
111-| [Perplexity](/tools/perplexity-search) | Structured snippets | Country, language, time, domains, content limits | `PERPLEXITY_API_KEY` / `OPENROUTER_API_KEY` |
112-| [SearXNG](/tools/searxng-search) | Structured snippets | Categories, language | None (self-hosted) |
113-| [Tavily](/tools/tavily) | Structured snippets | Via `tavily_search` tool | `TAVILY_API_KEY` |
100+| Provider | Result style | Filters | API key |
101+| ----------------------------------------- | -------------------------- | ------------------------------------------------ | --------------------------------------------------------------------------------------- |
102+| [Brave](/tools/brave-search) | Structured snippets | Country, language, time, `llm-context` mode | `BRAVE_API_KEY` |
103+| [DuckDuckGo](/tools/duckduckgo-search) | Structured snippets | -- | None (key-free) |
104+| [Exa](/tools/exa-search) | Structured + extracted | Neural/keyword mode, date, content extraction | `EXA_API_KEY` |
105+| [Firecrawl](/tools/firecrawl) | Structured snippets | Via `firecrawl_search` tool | `FIRECRAWL_API_KEY` |
106+| [Gemini](/tools/gemini-search) | AI-synthesized + citations | -- | `GEMINI_API_KEY` |
107+| [Grok](/tools/grok-search) | AI-synthesized + citations | -- | `XAI_API_KEY` |
108+| [Kimi](/tools/kimi-search) | AI-synthesized + citations | -- | `KIMI_API_KEY` / `MOONSHOT_API_KEY` |
109+| [MiniMax Search](/tools/minimax-search) | Structured snippets | Region (`global` / `cn`) | `MINIMAX_CODE_PLAN_KEY` / `MINIMAX_CODING_API_KEY` |
110+| [Ollama Web Search](/tools/ollama-search) | Structured snippets | -- | None for signed-in local hosts; `OLLAMA_API_KEY` for direct `https://ollama.com` search |
111+| [Perplexity](/tools/perplexity-search) | Structured snippets | Country, language, time, domains, content limits | `PERPLEXITY_API_KEY` / `OPENROUTER_API_KEY` |
112+| [SearXNG](/tools/searxng-search) | Structured snippets | Categories, language | None (self-hosted) |
113+| [Tavily](/tools/tavily) | Structured snippets | Via `tavily_search` tool | `TAVILY_API_KEY` |
114114115115## Auto-detection
116116@@ -176,7 +176,7 @@ API-backed providers first:
176176Key-free fallbacks after that:
17717717817810. **DuckDuckGo** -- key-free HTML fallback with no account or API key (order 100)
179-11. **Ollama Web Search** -- key-free fallback via your configured Ollama host; requires Ollama to be reachable and signed in with `ollama signin` and can reuse Ollama provider bearer auth if the host needs it (order 110)
179+11. **Ollama Web Search** -- key-free fallback via your configured local Ollama host when it is reachable and signed in with `ollama signin`; can reuse Ollama provider bearer auth when the host needs it, and can call direct `https://ollama.com` search when configured with `OLLAMA_API_KEY` (order 110)
18018012. **SearXNG** -- `SEARXNG_BASE_URL` or `plugins.entries.searxng.config.webSearch.baseUrl` (order 200)
181181182182If no provider is detected, it falls back to Brave (you will get a missing-key
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。