Web Search
Built-in web search for chat completions is coming soon.
Built-in web search is not production-ready in GonkaGate yet. This page stays live as a placeholder so the docs tree can point to the planned feature, but it is intentionally excluded from indexing until the feature is actually available.
Current status
- Built-in web search is
coming soon. - Do not plan production behavior around the
webplugin yet. - If you see old examples or UI references, treat them as forward-looking product surface, not as a supported request path today.
What to do instead
- Use Tool Calling if your application should own retrieval, ranking, and multi-step search today.
- Use the standard Chat Completions API reference for supported request fields and current runtime behavior.
- If the real requirement is safe preprocessing rather than retrieval, use Privacy Sanitization Plugin.
Release expectation
- When web search is truly supported, this page should switch back from
noindexto indexable docs and document the final request shape, limitations, and migration notes.
Next step
Use Tool Calling if you need a real retrieval flow now.
Related pages
- Choose a Plugin for the currently supported plugin paths.
- Tool Calling if your application should run search and tool execution itself.
- Privacy Sanitization Plugin if the real task is sanitizing sensitive input before model execution.
Was this page helpful?