crs 使用gpt-5.6模型,当前不支持内置搜索功能了。返回404 Route /openai/alpha/search not found

Author: tianle8888Created Jul 22, 2026Updated Jul 22, 2026

程序:codex crs环境:crs上一级接sub2api服务器 使用模型:gpt-5.6-sol low 提示搜索词:使用内置搜索工具搜索美国纽约天气 返回:

• 我现在用内置搜索工具查询纽约市的实时天气与近期预报。

• Searching the web

• Searching the web

• 内置搜索工具当前不可用,连续两次返回服务端错误:404 Route /openai/alpha/search not found,因此暂时无法通过该工具获取纽 约天气。

如果你允许,我可以改用美国国家气象局或 Open-Meteo 查询纽约市的实时天气和未来 7 天预报

其他测试尝试 crs使用模型gpt-5.5 测试正常, sub2api 使用模型gpt-5.6-sol low测试搜索功能正常

codex配置 [model_providers.ck] name = "ck" base_url = "https://xxxxxx.xxxx/openai" wire_api = "responses" requires_openai_auth = false http_headers = { "x-openai-actor-authorization" = "ck" }

Source: Wei-Shaw/claude-relay-service