Clarification on OpenAI Pro Plan Login Behavior

Resolved 💬 7 comments Opened Jul 5, 2025 by ColeMurray Closed Aug 8, 2025
💡 Likely answer: A maintainer (gpeal, contributor) responded on this thread — see the highlighted reply below.

What is the type of issue?

Documentation is confusing

What is the issue?

Hi Codex team,

In #1440 , documentation was added to allow login from plus/pro plans. It was perceived that this would use the subscription, similar to Claude code.

However, I do see charges being incurred under my account using gpt-4o, so the documentation is confusing.

Can you clarify what the Plus/Pro plan login does, beyond just generating an API key?

Where did you find it?

_No response_

View original on GitHub ↗

7 Comments

itsmehatef · 1 year ago

I have the same problem. It just creates an API key and its pay per use.

dirceu · 1 year ago

Same here. I'm a Pro plan subscriber but when I use codex login, at the end of the authentication process I get a Credit redemption request failed: HTTP Error 400: Bad Request

HenriNext · 1 year ago

No usage is included.

I have opened an issue to include usage via ChatGPT login and subscription, see: https://github.com/openai/codex/issues/1458

Comment and vote in that issue if you don't want to pay API prices.

twardoch · 1 year ago
Can you clarify what the Plus/Pro plan login does, beyond just generating an API key?

I think it does exactly that (generates an API key). You can apply for complimentary daily tokens at https://platform.openai.com/settings/organization/data-controls/sharing but it seems that Codex CLI doesn’t have any other “free tokens” scheme.

dirceu · 11 months ago

it looks like we can use it with a subscription now: https://x.com/embirico/status/1953522026477679066

HenriNext · 11 months ago

@dirceu At least team plan doesn't work.

Please vote and comment: https://github.com/openai/codex/issues/1984

gpeal contributor · 11 months ago

You can now use your ChatGPT plan directly with Codex CLI!
https://github.com/openai/codex#using-codex-with-your-chatgpt-plan

As of 0.19, you should be able to run codex login and Codex will default to ChatGPT over OPENAI_API_KEY when set

https://github.com/openai/codex/pull/1971