openclaw - 💡(How to fix) Fix [Feature]: Is there any reason to disable openai-codex/gpt5.4mini? [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openclaw/openclaw#75150Fetched 2026-05-01 05:37:42
View on GitHub
Comments
1
Participants
2
Timeline
3
Reactions
2
Timeline (top)
closed ×1commented ×1labeled ×1

I'm using Openai-codex/gpt-5.4-mini for daily cron like heartbeat or sending some stuff, summerize email etc. Why did you blocked openai-codex/gpt-5.4-mini? It works well with my codex. I'm having this problem lane task error: lane=session:agent:news:main durationMs=5130 error="FailoverError: Unknown model: openai-codex/gpt-5.4-mini. gpt-5.4-mini is not supported by the OpenAI Codex OAuth route. Use openai/gpt-5.4-mini with an OpenAI API key or openai-codex/gpt-5.5 with Codex OAuth."

Error Message

lane task error: lane=session:agent:news:main durationMs=5130 error="FailoverError: Unknown model: openai-codex/gpt-5.4-mini. gpt-5.4-mini is not supported by the OpenAI Codex OAuth route. Use openai/gpt-5.4-mini with an OpenAI API key or openai-codex/gpt-5.5 with Codex OAuth."

Root Cause

I'm using Openai-codex/gpt-5.4-mini for daily cron like heartbeat or sending some stuff, summerize email etc. Why did you blocked openai-codex/gpt-5.4-mini? It works well with my codex. I'm having this problem lane task error: lane=session:agent:news:main durationMs=5130 error="FailoverError: Unknown model: openai-codex/gpt-5.4-mini. gpt-5.4-mini is not supported by the OpenAI Codex OAuth route. Use openai/gpt-5.4-mini with an OpenAI API key or openai-codex/gpt-5.5 with Codex OAuth."

RAW_BUFFERClick to expand / collapse

Summary

I'm using Openai-codex/gpt-5.4-mini for daily cron like heartbeat or sending some stuff, summerize email etc. Why did you blocked openai-codex/gpt-5.4-mini? It works well with my codex. I'm having this problem lane task error: lane=session:agent:news:main durationMs=5130 error="FailoverError: Unknown model: openai-codex/gpt-5.4-mini. gpt-5.4-mini is not supported by the OpenAI Codex OAuth route. Use openai/gpt-5.4-mini with an OpenAI API key or openai-codex/gpt-5.5 with Codex OAuth."

Problem to solve

Roll back to 2026.4.23.

Proposed solution

/usr/local/lib/node_modules/openclaw/dist/extensions/openai/openclaw.plugin.json

Line 155+ { "provider": "openai-codex", "model": "gpt-5.4-mini", "reason": "gpt-5.4-mini is not supported by the OpenAI Codex OAuth route. Use openai/gpt-5.4-mini with an OpenAI API key or openai-codex/gpt-5.5 with Codex OAuth." }

remove this block

Alternatives considered

No response

Impact

Having some problems.

Evidence/examples

No response

Additional information

No response

extent analysis

TL;DR

To resolve the issue, consider using the openai/gpt-5.4-mini model with an OpenAI API key instead of openai-codex/gpt-5.4-mini.

Guidance

  • The error message indicates that openai-codex/gpt-5.4-mini is not supported by the OpenAI Codex OAuth route, suggesting a model or authentication issue.
  • To verify the problem, check the OpenAI API documentation for supported models and authentication methods.
  • As a potential workaround, update the model to openai/gpt-5.4-mini and use an OpenAI API key for authentication.
  • Alternatively, consider updating to openai-codex/gpt-5.5 and using Codex OAuth, as suggested in the error message.

Notes

The proposed solution of removing a block from openclaw.plugin.json may not be a recommended or supported fix, and its impact on the system is unclear.

Recommendation

Apply workaround: Use openai/gpt-5.4-mini with an OpenAI API key, as this is a suggested solution in the error message and may resolve the authentication issue.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

openclaw - 💡(How to fix) Fix [Feature]: Is there any reason to disable openai-codex/gpt5.4mini? [1 comments, 2 participants]