:online 或使用 web 插件来激活。
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
为任何模型的响应提供实时网络数据支撑。使用 web 插件或 :online 后缀 — 或迁移到 Server Tools 以实现模型驱动的搜索。
web 插件和 :online 模型后缀已废弃。它们仍可继续使用,但新集成应改用 Server Tools。:online 或使用 web 插件来激活。
{"model": "openai/gpt-5.4:online"}
{"model": "openai/gpt-5.4", "plugins": [{"id": "web"}]}
{
"model": "openai/gpt-5.4",
"messages": [...],
"plugins": [{"id": "web", "max_results": 3}]
}
| 参数 | 类型 | 默认值 | 说明 |
|---|---|---|---|
id | string | — | 必须为 "web" |
max_results | number | 5 | 最大搜索结果数量 |
engine | string | auto | 搜索引擎:"native"、"exa" 或 "parallel" |
include_domains | string[] | — | 仅返回来自这些域名的结果 |
exclude_domains | string[] | — | 排除来自这些域名的结果 |