Bug: Image Generation Ignores Custom Size — Always Outputs 1536×1024

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

When generating images in Cursor (via Agent or Composer), explicitly requesting a specific size such as 750x1500px completely ignored. Regardless of how the prompt is phrased, the generated image is always 1536 × 1024 pixels.
This makes it impossible to generate UI assets, icons, thumbnails, or any image that requires precise dimensions.

Impact:
This blocks all workflows that depend on exact image sizes. A quick fix or support for explicit width x heightparameters would be greatly appreciated.

Steps to Reproduce

  1. Open Cursor Agent / Composer
  2. Prompt: Generate a 200x200px solid blue square
  3. Download or inspect the generated image

Expected Behavior

The image should match the requested dimensions (e.g., 750x1500 px).

Actual Behavior:​
The image is always generated at 1536 × 1024 px, ignoring the requested size entirely.

Screenshots / Screen Recordings

Operating System

MacOS

Version Information

Environment:​
Cursor Version:
Version: 3.6.31 (Universal)
VS Code Extension API: 1.105.1
Commit: 81fcf2931d7687b4ff3f3017858d0c6dee7e2a60
Date: 2026-05-31T17:46:29.630Z
Layout: editor
Build Type: Stable
Release Track: Default
Electron: 39.8.1
Chromium: 142.0.7444.265
Node.js: 22.22.1
V8: 14.2.231.22-electron.0
xterm.js: 6.1.0-beta.220
OS: Darwin arm64 25.3.0
System: macOS
Model: Auto

For AI issues: which model did you use?

Auto

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey, thanks for the report. This isn’t exactly a bug, it’s a current limitation. The image generation tool doesn’t accept size or dimension params in the prompt right now. The output resolution is set by the model provider’s default, which is currently 1536×1024, so requests like “200x200px” or “750x1500” get ignored no matter how you phrase them.

We’re already tracking support for custom sizes and aspect ratio as a request, but there’s no timeline yet. If there’s an update, I’ll follow up.

There’s also an existing thread about this, you can subscribe to it to stay updated: Image Generation Only Has Fixed Resolution