Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
This PR is being reviewed by Cursor Bugbot
Details
You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
| @@ -0,0 +1,17 @@ | |||
| id = "prime-intellect/intellect-3" | |||
| name = "Intellect 3" | |||
| family = "glm" | |||
There was a problem hiding this comment.
Incorrect model family classification for Intellect 3
Low Severity
The family = "glm" value is incorrect for the INTELLECT-3 model. GLM is a separate model family from Zhipu AI (used for models like z-ai/glm-4.5, z-ai/glm-4.6), not related to Prime Intellect's INTELLECT series. INTELLECT-3 is a distinct 106B-parameter MoE model from Prime Intellect and needs its own family identifier (like "intellect") rather than being miscategorized under the GLM family.


This PR adds the Intellect 3 model from Prime Intellect to the OpenRouter models list.
Model details:
Note
Low Risk
Adds a new static model metadata file only; no runtime logic changes beyond expanding the available model list.
Overview
Adds the Prime Intellect
Intellect 3OpenRouter model definition (providers/openrouter/models/prime-intellect/intellect-3.toml), including pricing, 131k context / 8k output limits, and enabling reasoning + tool-calling capabilities.Written by Cursor Bugbot for commit f180f49. This will update automatically on new commits. Configure here.