: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[] | — | これらのドメインからの結果を除外 |