返回精选
AI 精选动态 智能评分 63

OpenRouter 增加网页搜索与抓取

来源: twitter关注列表
作者: OpenRouter (@OpenRouter)
发布于: 2026-05-19
收录于: 2026-05-19
AI 推荐理由
值得点开原文查看迁移方式、引擎差异和域名/内容限制参数,便于将跨模型网页检索能力统一接入现有 agent 流程。
核心解读
OpenRouter 发布 openrouter:web_search 和 openrouter:web_fetch 两个 server-side 工具,支持任意可 tool-calling 的模型在请求过程中自主决定何时搜索、搜索什么以及搜索多少次。Web Search 提供 Auto、Native、Exa、Parallel 四种引擎,其中 Exa 和 Parallel 的定价为每次 $0.005,包含最多 10 条结果,超出后每条 $0.001;Web Fetch 支持 Auto、Native、OpenRouter、Exa 四种引擎,其中 OpenRouter 直连 HTTP fetch 免费,Exa 为每次 $0.001。OpenRouter 还新增 @p0 作为 web search provider,并提供 allowed_domains、blocked_domains、max_total_results、max_content_tokens 等限制参数;同时将旧的 web plugin 迁移为 tools 形式:从 `plugins: [{"id":"web"}]` 改为 `tools: [{"type":"openrouter:web_search"}]`。
#产品更新#开发者工具#智能体