-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Description
What version of Codex is running?
0.39.0
Which model were you using?
gpt-5
What platform is your computer?
macOS 26
What steps can reproduce the bug?
- Configure Codex to use a gpt-5 deployment on Azure in config.toml
- Launch codex --profile azure
- Type /review
- Hit return
What is the expected behavior?
Codex performs a code review
What do you see instead?
Code review started: current changes <<
a moment and try again."}}; retrying 1/5 in 187ms…
a moment and try again."}}; retrying 2/5 in 413ms…
a moment and try again."}}; retrying 3/5 in 783ms…
a moment and try again."}}; retrying 4/5 in 1.68s…
a moment and try again."}}; retrying 5/5 in 2.955s…
■ unexpected status 404 Not Found: {"error":{"code":"DeploymentNotFound","message":"The API deployment for this resource does not exist. If you created the deployment within the last 5 minutes, please wait a moment and
try again."}}
<< Code review finished >>
Additional information
This specific command fails but otherwise the model deployment works correctly in Codex otherwise.