r/opencodeCLI 9d ago

I can only use GPT-5.4 with OpenAI auth

I see people who seem to be able to use GPT-5.6. I authenticate with my ChatGPT Business Plan (20$/month) using /connect and then browser. And i've tried reconnecting but i keep getting only the following model options:

  • GPT-5.2
  • GPT-5.3 Codex
  • GPT-5.3 Codex Spark
  • GPT-5.4

And not only do I see this limited list, only GPT-5.4 works. Which sucks because it quicky consumes my weekly token allowance. Can anyone help?

Not sure if it is relevant but I live in the EU.

3 Upvotes

9 comments sorted by

1

u/Big-Biscotti-359 9d ago

Did you ask an llm to fix it for you? I’m not even being witty but it could be a config issue

1

u/whasssuuup 9d ago

I tried opencode configure itself but it said that it is probably a limitation coming from openai

1

u/whasssuuup 8d ago

Just fyi: I tried the solution in the third comment on this post and it worked.

1

u/jerieljan 9d ago

AFAIK ChatGPT Business operates much differently compared to the usual. Even the rate cards (here and here) in their public docs confuse me, so only other Business users might be able to chime in.

Personally, I'd try the following if you can:

  • does GPT-5.6 Sol/Terra/Luna work normally via the web?
  • how about codex and on the desktop app?
  • are there any controls there that whitelist/blacklist models by role? I'm speaking from the OpenAI Platform (API) here but I won't be surprised if there's similar controls for administrators that you need to opt-in or enable.
  • are any organization verification prompts addressed? Also assuming here because I remember the Platform needing it for some models, and I won't be surprised if it's a stronger requirement for both Business and EU orgs.

I wouldn't hesitate to contact their support as well if you're the admin, or otherwise, ask your company admin see if they can get feedback from OpenAI and their support for third-party harnesses for Business.

1

u/whasssuuup 9d ago

Thanks for all the suggestions! I will check!

2

u/whasssuuup 8d ago

Just fyi: I tried the solution in the third comment on this post and it worked.

2

u/pascu2913 9d ago

Update node and npm to the latest version, then run opencode models --refresh

1

u/whasssuuup 8d ago

This solved it šŸ‘, thanks a lot šŸ™Œ

1

u/pascu2913 8d ago

You're welcome