Generate configuration files for your coding assistant
| Model | Protocol | Data Safety | Context |
|---|
Claude Code and Codex get web search automatically when the proxy has a search key configured (Tavily or Brave Search). No client-side setup needed.
OpenCode connects to the proxy's MCP endpoint for search — this is included in the generated config automatically.
Qwen Code uses proxy search via MCP when the proxy has a search key configured (Tavily or Brave). For client-side search, enter a Tavily key above. Qwen Code also supports Google Custom Search and DashScope:
"webSearch": {
"provider": [
{ "type": "tavily", "apiKey": "tvly-..." },
{ "type": "google", "apiKey": "...", "searchEngineId": "..." },
{ "type": "dashscope" }
],
"default": "tavily"
}
DashScope is available automatically for Qwen OAuth users. Google requires a Custom Search API key and engine ID.