I am experiencing an issue where CopilotChat.nvim cannot find or use any of the standard models (Gemini, Claude, GPT), even though my core Copilot configuration is fully online and inline suggestions are working perfectly.
Current Behavior:
- Running
:CopilotChatModels displays only one option: 1. Auto (Copilot) [copilot].
- Selecting that option and trying to use the chat causes the plugin to crash with a
Resolved model not found error.
The core copilot.lua extension is verified online, and code completions work normally, so this does not appear to be an issue with my GitHub subscription or basic Copilot connectivity. Re-authenticating did not solve the issue.
Steps to Reproduce:
- Ensure
copilot.lua is authenticated and actively providing inline suggestions.
- Run
:CopilotChatModels to see only the single fallback option.
- Open CopilotChat and send a message using that model.
Error Logs:
[ERROR] Resolved model not found: gpt-5.4-mini
stack traceback:
^I...hare/nvim/lazy/CopilotChat.nvim/lua/CopilotChat/init.lua:201: in function <...hare/nvim/lazy/CopilotChat.nvim/lua/CopilotChat/init.lua:198>
^I[C]: in function 'error'
^I...re/nvim/lazy/CopilotChat.nvim/lua/CopilotChat/client.lua:328: in function 'ask'
^I...hare/nvim/lazy/CopilotChat.nvim/lua/CopilotChat/init.lua:539: in function <...hare/nvim/lazy/CopilotChat.nvim/lua/CopilotChat/init.lua:468>
^I[C]: in function 'xpcall'
^I...hare/nvim/lazy/CopilotChat.nvim/lua/CopilotChat/init.lua:205: in function <...hare/nvim/lazy/CopilotChat.nvim/lua/CopilotChat/init.lua:197>
This error is from my Linux desktop, but the same happen on my Mac too at essentially the same time, without updating any neovim plugins. My github overview indicates I am not exceeding the quota.
Environment / System Info:
- OS: Linux (NixOS)
- Neovim Version: 0.12.3 (I am using Lazyvim)
- CopilotChat.nvim Branch:
main
I am experiencing an issue where
CopilotChat.nvimcannot find or use any of the standard models (Gemini, Claude, GPT), even though my core Copilot configuration is fully online and inline suggestions are working perfectly.Current Behavior:
:CopilotChatModelsdisplays only one option:1. Auto (Copilot) [copilot].Resolved model not founderror.The core
copilot.luaextension is verified online, and code completions work normally, so this does not appear to be an issue with my GitHub subscription or basic Copilot connectivity. Re-authenticating did not solve the issue.Steps to Reproduce:
copilot.luais authenticated and actively providing inline suggestions.:CopilotChatModelsto see only the single fallback option.Error Logs:
This error is from my Linux desktop, but the same happen on my Mac too at essentially the same time, without updating any neovim plugins. My github overview indicates I am not exceeding the quota.
Environment / System Info:
main