API
Openai Responses API Support
Support the Openai Responses API multi-function interface, the following functions have been launched:
- ✅ Text input:Text input
- ✅ Image input:Image input
- ✅ Streaming:Streaming
- ✅ Functions:Functions
- ✅ Web search:Web search
- ✅ Computer Use:Computer Use
- ✅ Reasoning:Reasoning
Usage (Python call):
Same as the official OpenAI call method, just replace api_key
and base_url
for forwarding.
Mainland China can access directly.
Note:
- The latest
codex-mini-latest
does not support search. - The Computer use feature requires integration with Playwright. It’s recommended to refer to the official repository.
Known issues:
- Use cases are complex to invoke
- Takes many screenshots, which is time-consuming and often unreliable
- May trigger CAPTCHA or Cloudflare human verification, potentially leading to infinite loops