Skip to content
AImpact
IT EN
High AI Coding · 1 min read

OpenAI Codex Cloud API: thousands of parallel coding tasks on sandbox repos

In one sentence OpenAI relaunches Codex as an API for o3-based code agents: executes tasks on cloud sandbox repositories, parallelizes thousands of simultaneous operations, pricing by token plus compute.

Verified Official source
ShareLinkedInX
Reading level

OpenAI relaunches the Codex name, this time as an API for running programming tasks in parallel in the cloud. It is not an editor or an assistant: it is a service where you send tasks (write this test, fix this bug, implement this function) and thousands of o3 model instances work simultaneously on isolated repositories in the cloud. It is designed for companies that want to automate development work at scale: you can launch hundreds of code migrations in parallel without occupying local resources. Pricing combines the cost per token (for the AI) and the cost per compute (for code execution).

Companies

OpenAI

Tools

OpenAI Codex, o3

Tags

OpenAICodexAPICloud AgentParallelization

Sources