pipedream
pipedream copied to clipboard
OpenAI Codex
App
OpenAI Codex https://platform.openai.com/docs/codex
Actions
Submit task to Codex
I browsed around the documentation and also asked ChatGPT regarding a Codex API, and apparently this is done through the regular OpenAI API and using code specific models.
As of now, OpenAI Codex does not have a separate API for submitting tasks the way some task-based APIs work. However, you can interact with Codex capabilities via the OpenAI API—specifically through the code-davinci-* models,
So sounds like an app just for this isn't ideal, so let's just build the requested action.
Hello @sergio-eliot-rodriguez @jcortes @michelle0927,
It looks like this ticket is requesting an action to submit a job to Codex. While this functionality is available through the OpenAI web UI (as demonstrated here: https://platform.openai.com/docs/codex/overview#submit-tasks-to-codex), I've searched the OpenAI documentation and it appears there isn't a direct API for submitting jobs yet.
The closest thing to Codex offered via the API is the codex-mini-latest model (which is intended for use with the codex-cli): https://platform.openai.com/docs/models/codex-mini-latest.
Therefore, I recommend the following:
- Close this Pull Request: The current PR cannot fulfill the request due to the lack of an available API.
- Mark this ticket as blocked: We will need to wait until OpenAI provides an official API for submitting jobs to Codex before we can proceed. Once such an API is available, we can then reopen this ticket and re-evaluate.