GLM 4.7 in Cursor

Feature request for product/service

AI Models

Describe the request

GLM 4.7 seems like a practical and cost-effective model—please add it to Cursor’s officially supported model list.

Benchmark Performance. More detailed comparisons of GLM-4.7 with other models GPT-5, GPT-5.1-High, Claude Sonnet 4.5, Gemini 3.0 Pro, DeepSeek-V3.2, Kimi K2 Thinking, on 17 benchmarks (including 8 reasoning, 5 coding, and 3 agents benchmarks) can be seen in the below table.

BenchmarkGLM-4.7GLM-4.6Kimi K2 ThinkingDeepSeek-V3.2Gemini 3.0 ProClaude Sonnet 4.5GPT-5 HighGPT-5.1 High
Reasoning
MMLU-Pro84.383.284.685.090.188.287.587.0
GPQA-Diamond85.781.084.582.491.983.485.788.1
HLE24.817.223.925.137.513.726.325.7
HLE (w/ Tools)42.830.444.940.845.832.035.242.7
AIME 202595.793.994.593.195.087.094.694.0
HMMT Feb. 202597.189.289.492.597.579.288.396.3
HMMT Nov. 202593.587.789.290.293.381.789.2-
IMOAnswerBench82.073.578.678.383.365.876.0-
LiveCodeBench-v684.982.883.183.390.764.087.087.0
Code Agent
SWE-bench Verified73.868.073.473.176.277.274.976.3
SWE-bench Multilingual66.753.861.170.2-68.055.3-
Terminal Bench Hard33.323.630.635.439.033.330.543.0
Terminal Bench 2.041.024.535.746.454.242.835.247.6
General Agent
BrowseComp52.045.1-51.4-24.154.950.8
BrowseComp (w/ Context Manage)67.557.560.267.659.2---
BrowseComp-ZH66.649.562.365.0-42.463.0-
τ²-Bench87.475.274.385.390.787.282.482.7
12 Likes

Yes, we need this!!

4 Likes

It seems like another attempt, but GLM (China) doesn’t appear to have been included in the cursor development process.

3 Likes

Actually , GLM’s model didn’t work well in reality , I am a Chinese , I bought GLM 4.5 last month . The capabilities of this model have been exaggerated.

1 Like

Thanks for sharing your real-world experience! GLM 4.5 seems like a pretty mediocre model—it’s cheap and just okay performance-wise. But after two versions, GLM 4.7 now costs ($0.40/M input tokens, $1.50/M output tokens), which isn’t really more expensive than 4.5 ($0.35/M input tokens, $1.55/M output tokens), and it performs way better. I’d say it’s worth using.

Their model is based on the MOE architecture, which is why it is so cheap. What I mean is, their model may appear very impressive on those programming leaderboards, but in actual use, it has its flaws. In contrast, Claude Sonnet or GPT 5 are much more versatile.

3 Likes

Would GLM 4.7 in Cursor!!

2 Likes

Minimax more so than GLM to be honest

1 Like

Yes both GLM and Minimax seem pretty decent for the price. I think it depends how well they will behave within Cursor’s ecosystem and that determines whether they get added. Staff mentioned this a lot in Kimi threads. I hope they are added, but honestly I would appreciate more bug fixes first with stability improvements.

I don’t think we will get it, we have been crying for this since GLM 4.5 but apparently, they are not interested in these GLM and Minimax models.

They gave us broken Kimi K2, that’s it.

6 Likes

many issues were fixed with the 4.6 version(for me atleast) am quite satisfied with the 4.7 version in claude code

Minimax was great for agentic work, especially in terminal!

I’m using Glm 4.7 + Cursor myself, and I’m happy with it

2 Likes

Lately i think cursor team is ignoring the open soruce models , no news on GLM , minimax. And supprot 20+ modal of openai which are too confusing and cannot be used for their speed.

Would be greate if we get some opensource cost effective modal back in the cursor.

8 Likes

Is pasting images into chat working with Glm 4.7?

It should work, but I have an annual Lite plan, and images work better only with a Pro subscription.

On GLM Coding Plan inside Cursor, I get “invalid API parameter” error when I send a prompt with pasted image.

So I don’t think it works.

Yes, I’m on a Cursor Pro plan.

1 Like

GLM 4.7 itself doesnt support images, its a text only model

if you switch to GLM 4.6V it should (though the 128k context window gets flooded too quickly within IDEs..)

GLM got MCPs which work with their coding plan, maybe try adding them to the mcp.json of cursor so it can call it?

2 Likes

Pro Glm

1 Like

Also just tried and out confirmed

GLM 4.6V does accept images and is able to analyze them (kinda slow though)

4.5 Air doesnt

{“error”:{“type”:“provider”,“reason”:“provider_error”,“message”:“Provider returned 400”,“retryable”:false,“provider”:{“status”:400,“body”:“{“error”:{“code”:“1210”,“message”:“Invalid API parameter, please check the documentation.”}}”}}}

So you can use the Vision models without MCPs right in there

so its not using some internal cursor tool but correclty its own vision capabilties (or lack there off depending on the model)