#Gpt pro

1 messages Β· Page 1 of 1 (latest)

viral sentinel
#

{"detail":"The 'gpt-5.4-pro' model is not supported when using Codex with a ChatGPT account."}

broken ravineBOT
upbeat walrusBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> βœ… Mark Solution

gaunt geyserBOT
#

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" } } }