메인 콘텐츠로 건너뛰기
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 — 웹 검색를 참조하세요.