Skip to content

codex-mini-latest not working #5758

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
3 tasks done
manuiageek opened this issue May 20, 2025 · 0 comments
Open
3 tasks done

codex-mini-latest not working #5758

manuiageek opened this issue May 20, 2025 · 0 comments
Assignees
Labels
area:configuration Relates to configuration options ide:vscode Relates specifically to VS Code extension kind:bug Indicates an unexpected problem or unintended behavior

Comments

@manuiageek
Copy link

Before submitting your bug report

Relevant environment info

- OS:windows 11 pro
- Continue version:1.1.37
- IDE version:vscode
- Model:
- config:
        "model": "codex-mini-latest",
        "title": "OpenAI: codex-mini-latest",
        "provider": "openai",
        "apiBase": "https://api.openai.com/v1",

Description

Hi,
When i try to use the new codex-mini-latest.
I have this error message :
404 This model is only supported in v1/responses and not in v1/chat/completions.

Likely causes:
InvalidapiBase: https://api.openai.com/v1/
Model/deployment not found for: codex-mini-latest

If I change it to "apiBase": "https://api.openai.com/v1/responses",
continuedev seems to try to add the /chat/completions at the end :
404 Invalid URL (POST /v1/responses/chat/completions
Is it normal that it adds this suffix ?

Anyway, the new codex-mini-latest not working properly with this new openai model.

To reproduce

No response

Log output

@sestinj sestinj self-assigned this May 20, 2025
@dosubot dosubot bot added area:configuration Relates to configuration options ide:vscode Relates specifically to VS Code extension kind:bug Indicates an unexpected problem or unintended behavior labels May 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:configuration Relates to configuration options ide:vscode Relates specifically to VS Code extension kind:bug Indicates an unexpected problem or unintended behavior
Projects
Status: Todo
Development

No branches or pull requests

2 participants