-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Closed
Labels
bugSomething isn't workingSomething isn't workingcustom-modelIssues related to custom model providers (including local models)Issues related to custom model providers (including local models)windows-osIssues related to Codex on Windows systemsIssues related to Codex on Windows systems
Description
What version of Codex is running?
codex-cli 0.47.0
What subscription do you have?
None
Which model were you using?
gpt-oss:20b, qwen3-coder:30b, Qwen3-Next-80B-A3B-Instruct
What platform is your computer?
Microsoft Windows NT 10.0.22631.0 x64
What issue are you seeing?
I have self-hosted some models including Qwen3-Next-80B-A3B-Instruct, qwen3-coder:30b, and gpt-oss:20b. However, I can't get any of these models to work with Codex, when I ask:
> List the current directory
it replies
• I'll list the contents of the current directory for you.
<tool_call>
{"name": "shell", "arguments": {"command": ["ls"]}}
</tool_call>
without actually using the tool.
These models worked fine with VSCode Cline extension, it could read files, list directories etc. without problems.
Note: I'm running on Windows without WSL
What steps can reproduce the bug?
- Run Codex on Windows without WSL
- Connect Codex to self-hosted inference engine
- Select one of these models: Qwen3-Next-80B-A3B-Instruct, qwen3-coder:30b, and gpt-oss:20b
- Ask it to make some tool calls
What is the expected behavior?
No response
Additional information
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcustom-modelIssues related to custom model providers (including local models)Issues related to custom model providers (including local models)windows-osIssues related to Codex on Windows systemsIssues related to Codex on Windows systems