dsh-web-search-litellm
ctx.web 搜索提供方:通过 LiteLLM 代理走 OpenAI Responses API 调用 DeepSeek 原生服务端 web_search,复用 LITELLM_API_KEY,无需新密钥。
Web search provider for the ctx.web seam that routes the DeepSeek web_search tool through a LiteLLM proxy using the OpenAI Responses API, reusing LITELLM_API_KEY.
怎么安装
dsh plugin add dsh-web-search-litellm 简介
dsh-web-search-litellm DSH web_search provider over the **LiteLLM proxy** using the **OpenAI Responses protocol**. The request carries the server-side web_search tool, executed natively by the **DeepSeek Responses API**; the grounded answer and the real URLs the model opened are returned to the harness web seam (ctx.web). **No Anthropic protocol** — speaks POST {baseURL}/responses, not /messages. **No new keys** — reuses the LITELLM_API_KEY credential your chat Models page already stores. **No third-party search service** — search runs on DeepSeek's official server side, billed through your ex…
推荐参考
信息
- 协议
- MIT
- 语言
- JavaScript
- GitHub 星标
- 0
- 月下载
- –
- 最近更新
- 2026-09-01
- 创建于
- 2026-08-31
基础安全检查
- 检查结果
- 无
- 收录来源
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- 主题标签
- deepseek-harness, dsh-plugin, litellm, web-search
同类推荐
ms-365-mcp-server
softeria/ms-365-mcp-server
一个模型上下文协议(MCP)服务器,通过Graph API与Microsoft 365和Office服务交互。