-
Select Topic AreaQuestion Body
GitHub Copilot Pro is active for my account. Plugin version is 1.5.66-243
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
|
If you’re seeing “Not authorized to use Copilot” even though you’re subscribed, it’s usually just a session issue. I’d try signing out of GitHub completely, then logging back in. After that, restart your editor so everything refreshes properly. It’s also worth double checking that your Copilot plan shows as active under Billing & plans. Most of the time, it’s just an authentication refresh problem. If it’s still happening after that, reaching out to GitHub Support with the error details should get it sorted. Hope this helps 🙌 |
Beta Was this translation helpful? Give feedback.
-
|
If you can’t use the Claude model in IDEA, it’s usually due to one of these reasons: 1️⃣ You Don’t Have API Access to Anthropic ClaudeClaude models (like Claude 3) are provided by Anthropic, not directly by your IDE. To use Claude inside IDEA, you need:
If you only have a ChatGPT/OpenAI key, Claude won’t work. 2️⃣ Your Plugin Doesn’t Support ClaudeSome AI plugins in:
only support OpenAI models by default. Check: If Claude is not listed → that’s the issue. 3️⃣ Region or Account RestrictionClaude API may not be available in some regions or for free-tier accounts. If you're using:
Claude access might be disabled. 4️⃣ API Key Not Configured ProperlyGo to: Make sure:
5️⃣ Network / Firewall BlockingIf you’re:
Firewall might block Anthropic’s API endpoint. Try:
|
Beta Was this translation helpful? Give feedback.
-
|
Try using Google Antigravity IDE(or) connect your project to claude through a MCP server. Hope this may help🙌 |
Beta Was this translation helpful? Give feedback.
-
|
Yeah, this confuses a lot of people at first. Even though the model picker shows multiple providers, GitHub Copilot Chat inside JetBrains IDEs only enables the models that are supported and licensed for Copilot use. Models like Claude are not currently available through Copilot Chat in IDEA. The list you see can include preview or platform level models, but availability depends on Copilot integration support, licensing, and rollout status. A few things to keep in mind: • Copilot Chat officially supports OpenAI based models and selected partner models that GitHub has enabled. Since your Copilot Pro is active and other models are working, this is not a problem with your setup. If you specifically need Claude, you would need to access it through Anthropic’s API or another supported integration outside of Copilot. Hopefully GitHub expands model support in the future, but at the moment what you’re seeing is expected behavior. |
Beta Was this translation helpful? Give feedback.

Yeah, this confuses a lot of people at first.
Even though the model picker shows multiple providers, GitHub Copilot Chat inside JetBrains IDEs only enables the models that are supported and licensed for Copilot use. Models like Claude are not currently available through Copilot Chat in IDEA.
The list you see can include preview or platform level models, but availability depends on Copilot integration support, licensing, and rollout status.
A few things to keep in mind:
• Copilot Chat officially supports OpenAI based models and selected partner models that GitHub has enabled.
• Claude models are not part of the Copilot Chat integration right now.
• Some preview models appear in the selecto…