メインコンテンツへスキップ
web プラグインと :online モデルサフィックスは非推奨です。引き続き動作しますが、新しい統合では代わりに Server Tools を使用してください。
ARouter は任意のモデルのウェブ検索グラウンディングをサポートしています。モデルスラグに :online を追加するか、web プラグインを使用して有効化できます。

クイックスタート

{"model": "openai/gpt-5.4:online"}
または:
{"model": "openai/gpt-5.4", "plugins": [{"id": "web"}]}

web プラグインのカスタマイズ

{
  "model": "openai/gpt-5.4",
  "messages": [...],
  "plugins": [{"id": "web", "max_results": 3}]
}
パラメータータイプデフォルト説明
idstring"web" でなければならない
max_resultsnumber5最大検索結果数
enginestringauto検索エンジン:"native""exa"、または "parallel"
include_domainsstring[]これらのドメインからの結果のみ返す
exclude_domainsstring[]これらのドメインからの結果を除外

Server Tools への移行

移行ガイドについては Server Tools — ウェブ検索 を参照してください。