I say a prompt using cursor 2.5 and I get this error:
“Model does not support images”
“Trying to submit images without a vision-enabled model selected”
I get this error on any prompt, and not once did I try to submit an images. I have to use Chatgpt which I don’t want to use.
Thank you.
Steps to Reproduce
use composer 2.5
Expected Behavior
This error only makes sense if i’m actually using an image.
Hey, thanks for the report. This isn’t a bug, it’s how the model works. Composer 2.5 is a fast text-only model for coding, and it can’t read images. It has had no vision support since release.
The “Model does not support images” error only shows up when there’s an image somewhere in the conversation. In your screenshot, this chat has an attached image. Cursor resends the full chat history on every new message, including that image. So the error can appear even for text requests, because the model still sees an image in the context and rejects the request.
How to fix it, pick any option:
Remove the image from the chat
Start a new chat so you get a clean context with no image
Use a vision model for requests with images (Sonnet, GPT-5.x, Gemini), and keep Composer 2.5 for everything else
So you’re not being forced onto a higher-paying model. Composer 2.5 will keep working for text requests as soon as there’s no image in the chat. Let me know if the error still happens after you try a clean chat.
that’s the issue, I don’t/didn’t post any images. I’m only using text and I’m getting that error. Its working now but it’s definitely something that should be looked at.
Got it, thanks for clarifying. The tricky part is that your request text really was without an image, but this error is triggered by the whole chat context, not just the current message. If there was an image earlier in the same chat like a pasted screenshot or an attachment, Cursor sends it along with every next request. Composer 2.5 is a text-only model, so it rejects the entire request. That’s why the error can show up even when the specific message is text-only.
The fact that it works now fits this too. Looks like the context got cleared, like a new chat, or the image disappeared from the history.
In image-free chats, this error doesn’t happen, so Composer 2.5 won’t push you to a more expensive model in general. It only happens when there’s an image in the context.