#Gpt pro
1 messages Β· Page 1 of 1 (latest)
Yep, that error is expected.
gpt-5.4-pro is on the direct OpenAI API path, not the ChatGPT/Codex account path.
Use one of these instead:
- ChatGPT/Codex login β
openai-codex/gpt-5.4 - Codex harness/app-server β
codex/gpt-5.4 - OpenAI API key + Pro model β
openai/gpt-5.4-pro
So the fix is basically:
// ChatGPT/Codex account
{
agents: { defaults: { model: { primary: "openai-codex/gpt-5.4" } } }