14 lines
593 B
Markdown
14 lines
593 B
Markdown
|
|
# @openai/codex-responses-api-proxy
|
||
|
|
|
||
|
|
<p align="center"><code>npm i -g @openai/codex-responses-api-proxy</code> to install <code>codex-responses-api-proxy</code></p>
|
||
|
|
|
||
|
|
This package distributes the prebuilt [Codex Responses API proxy binary](https://github.com/openai/codex/tree/main/codex-rs/responses-api-proxy) for macOS, Linux, and Windows.
|
||
|
|
|
||
|
|
To see available options, run:
|
||
|
|
|
||
|
|
```
|
||
|
|
node ./bin/codex-responses-api-proxy.js --help
|
||
|
|
```
|
||
|
|
|
||
|
|
Refer to [`codex-rs/responses-api-proxy/README.md`](https://github.com/openai/codex/blob/main/codex-rs/responses-api-proxy/README.md) for detailed documentation.
|