Add Superhighway to Tools section - #165
Conversation
Web search API for ChatGPT/OpenAI apps with OpenAI function calling support.
There was a problem hiding this comment.
Code Review
This pull request adds the Superhighway web search API to the list of tools in README.md. The review feedback points out a typo ('x402' instead of 'L402') in the added description and recommends adding the same entry to the Chinese version of the README (README.cn.md) to maintain consistency.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
|
|
||
| - [Superhighway](https://superhighway.walls.sh) | ||
|
|
||
| Web search API for ChatGPT/OpenAI apps: search, news, images, scrape, and research endpoints. Plug live web results into your GPT app via OpenAI function calling ([guide](https://superhighway.walls.sh/guides/web-search-openai-function-calling)). Auth with a free API key (1k requests/month) or x402 USDC pay-per-call. |
There was a problem hiding this comment.
There seems to be a typo: x402 is likely a typo for L402 (the protocol standard for pay-per-call APIs) or simply 402 (referring to HTTP 402 Payment Required). Please verify and correct this to avoid confusion.
| Web search API for ChatGPT/OpenAI apps: search, news, images, scrape, and research endpoints. Plug live web results into your GPT app via OpenAI function calling ([guide](https://superhighway.walls.sh/guides/web-search-openai-function-calling)). Auth with a free API key (1k requests/month) or x402 USDC pay-per-call. | |
| Web search API for ChatGPT/OpenAI apps: search, news, images, scrape, and research endpoints. Plug live web results into your GPT app via OpenAI function calling ([guide](https://superhighway.walls.sh/guides/web-search-openai-function-calling)). Auth with a free API key (1k requests/month) or L402 USDC pay-per-call. |
| An OpenAI API reverse proxy that can be deployed on Cloudflare Workers and Vercel Edge. | ||
| Helpful for bypassing network restrictions or IP rate limits. | ||
|
|
||
| - [Superhighway](https://superhighway.walls.sh) |
Adds Superhighway to the Development > Tools section.
Superhighway is a web search API for AI apps (search, news, images, scrape, research). It's directly relevant to this list because it plugs live web results into ChatGPT/OpenAI apps via OpenAI function calling, using a user-supplied free API key (1k requests/month) or x402 USDC pay-per-call.
Entry follows the existing two-line (title + indented description) format used in the Tools section. Thanks for maintaining this list!