bug: o4-mini is not in the list of available models; yet it is the default
Resolved 💬 8 comments Opened Apr 21, 2025 by az-z Closed Apr 22, 2025
💡 Likely answer: A maintainer (tibo-openai, collaborator)
responded on this thread — see the highlighted reply below.
hello,
im very confused about the status of this project. Here is the log of the new installation on Fedora 40.
Questions:
- Is Codex an "alive" project?
- Is there support for 4 models?
Here: https://help.openai.com/en/articles/11096431-openai-codex-cli-getting-started
states "...By default Codex targets o4‑mini for fast reasoning..." , but this is not the log I'm seeing ( below).
Appreciate your advice.
./node_modules/@openai/codex/bin/codex
╭──────────────────────────────────────────────────────────────╮
│ ● OpenAI Codex (research preview) v0.1.2504172351 │
╰──────────────────────────────────────────────────────────────╯
╭──────────────────────────────────────────────────────────────╮
│ localhost session: 344ba5886b034c6d8f297654fe5cf901 │
│ ↳ workdir: ~/Work/SailTech/Zoom_Capture/main │
│ ↳ model: o4-mini │
│ ↳ approval: suggest │
╰──────────────────────────────────────────────────────────────╯
system
Warning: model "o4-mini" is not in the list of available models returned by OpenAI.
╭─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ send a message │
╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
send q or ctrl+c to exit | send "/clear" to reset | send "/help" for commands | press enter to send
╭──────────────────────────────────────────────────────────────────────────────╮
│ Switch model │
│ Current model: o4-mini │
│ │
│ │
│ │
│ ❯ babbage-002 │
│ chatgpt-4o-latest │
│ dall-e-2 │
│ dall-e-3 │
│ davinci-002 │
│ gpt-3.5-turbo │
│ gpt-3.5-turbo-0125 │
│ gpt-3.5-turbo-1106 │
│ gpt-3.5-turbo-16k │
│ gpt-3.5-turbo-instruct │
│ type to search · enter to confirm · esc to cancel │
╰──────────────────────────────────────────────────────────────────────────────╯
8 Comments
You do not seem to have access to o4-mini or o3 yet, and therefore these do not show up in the list of models in the dropdown. In this case we should not default to o4-mini.
To answer your other questions, yes this project is very much alive and under active development, please read through the documentation to get a sense of how to use it and what to expect!
Thibault,
Thank you for the reply.
Apparently the /model command produces a long list of models (including 4.1
). Th3 non obvious thing - the list has no visual indication that there are
models above the current selection. Major 🤦♀️
Pass that, if I select "o4-mini", I'm getting the invalid_request_error -
your organization must be verified.
With he link to provide all sorts of personal info...
On Mon, Apr 21, 2025, 2:49 PM Thibault Sottiaux @.***>
wrote:
I'm sorry to complain, but the first-time user experience is significantly worse compared to Anthrope's product.
Looks like there's an extra step we have to take to access this via the API key.
I got the same error and it tells us to go to 'https://platform.openai.com/settings/organization/general'
Once there, we have to 'verify' our organization by adding a credit card. 👀
If you go to Billing on the left, the center context points out that your org is on a "Free Trail", and that 'This does not reflect the status of your ChatGPT account.'
So maybe with ChatGPT Plus you can only access the models via the webapp and not the API?
Sorry I can't test further, in case the API calls are more expensive than I can handle! 😅
🤣
Confirmed.
When I select one of the available models I get this error:
You exceeded your current quota, please check your plan and billing detailsWeak sauce!
not sure... I get :
!Image
clearly I'm so _not_ doing any of that to just access some models.
At the same time, i do _not_ see any "trial" messages. I used my business credit card to purchase credits.. It does say "Pay as you go" plan :
!Image
I'd suggest trying
gpt-4.1which shouldn't require verification. For using reasoning models in the API, developer verification is required for now at time of writing. Sorry for the confusion and inconvenience @az-z — we definitely want to make the onboarding experience smoother for first time users, thanks for giving it a try!It's very unfortunate that the README of this project doesn't mention that biometric verification is required in order to use it with any of the recommended models (codex-mini-latest or o4-mini). I definitely wouldn't have put $20 into my OpenAI account if I had known it, the README is crazily misleading.