/review command 404's on Azure OpenAI Deployment. Regular chats work fine.

Resolved 💬 2 comments Opened Dec 5, 2025 by snoozy Closed Dec 15, 2025

What version of Codex is running?

codex-cli 0.65.0

What subscription do you have?

Azure OpenAI Endpoints

Which model were you using?

gpt-5-pro

What platform is your computer?

Darwin 24.6.0 arm64 arm

What issue are you seeing?

Using the following profile:

```[profiles.az-gpt5-pro]
model = "gpt-5-pro"
model_provider = "azure"
model_reasoning_effort = "high"

[model_providers.azure]
name = "Azure"

Make sure you set the appropriate subdomain for this URL.

base_url = "<>"
env_key = "<>"
query_params = { api-version = "preview" }
wire_api = "responses"```

I get the following after trying to use /review:

■ unexpected status 404 Not Found: {
  "error": {
    "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.",
    "type": "invalid_request_error",
    "param": null,
    "code": "DeploymentNotFound"
  }
}, request id: 9d8609b3-5988-42bb-a1f9-6cf97f86145c

Regular chats work fine.

What steps can reproduce the bug?

Uploaded thread: 019aef79-0945-78a0-93be-13befc93c9c4

What is the expected behavior?

/review command works

Additional information

_No response_

View original on GitHub ↗

This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗