pipedream icon indicating copy to clipboard operation
pipedream copied to clipboard

OpenAI Codex

Open pipedream-component-development opened this issue 6 months ago • 1 comments

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.

sergio-eliot-rodriguez avatar May 31 '25 03:05 sergio-eliot-rodriguez

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:

  1. Close this Pull Request: The current PR cannot fulfill the request due to the lack of an available API.
  2. 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.

vunguyenhung avatar Jun 04 '25 01:06 vunguyenhung