ARouter 支持为任何模型提供网页搜索接地能力。通过在模型标识符后附加Documentation Index
Fetch the complete documentation index at: https://docs.arouter.ai/llms.txt
Use this file to discover all available pages before exploring further.
:online 或使用 web 插件来激活。
快速开始
自定义 web 插件
| 参数 | 类型 | 默认值 | 说明 |
|---|---|---|---|
id | string | — | 必须为 "web" |
max_results | number | 5 | 最大搜索结果数量 |
engine | string | auto | 搜索引擎:"native"、"exa" 或 "parallel" |
include_domains | string[] | — | 仅返回来自这些域名的结果 |
exclude_domains | string[] | — | 排除来自这些域名的结果 |