Image generation

Qwen Image 3.0 Pro

$0.12 per callimage.qwen

Generate an original image from a text prompt using Alibaba Qwen Image 3.0 Pro, at 1K or 2K.

Text to image only. Returns the URL of the generated image. That URL is temporary: Goro holds a run's results for 24 hours and nothing guarantees the file outlives that, so collect what you need within 24 hours.

What a call costs

Flat per call, set by resolution: $0.0640 at 1K, $0.12 at 2K. Defaults to 2K.

a price before every call. failed calls are never charged.

When to use it

Use for structured layouts, posters and infographics with a lot of legible text, and for realistic scenes described in Chinese or English. A negative prompt is available for the things you do not want in the frame. Text to image only: this model bills every reference image, so editing is not offered here.

Inputs

Qwen Image 3.0 Pro takes 5 fields, 1 of them required. Anything you leave out falls back to the tool's own default.

FieldTypeRequiredWhat it does
promptstringyesWhat to draw. Describe subject, composition, style, lighting and mood; Chinese and English both work.
image_sizestringoptionalShape of the output image (this model calls its aspect ratio image_size).
resolutionstringoptionalOutput resolution, and the only thing that changes the price: $0.064 at 1K, $0.12 at 2K. Defaults to 2K.
output_formatstringoptionalFile format of the generated image.
negative_promptstringoptionalOptional. What must not appear in the image.

How to call it

Connect once and your agent can reach Qwen Image 3.0 Pro the same way it reaches everything else in the catalog. Add Goro as an MCP connector, or paste the setup line into an agent that reads skills.

MCP

Add this server in Claude, Claude Code, or any MCP client.

https://mcp.usegoro.ai/mcp

Skill

One line in your agent's chat. It sets itself up.

set up https://usegoro.ai/SKILL.md

Or plain HTTP

POST /v1/run

{
  "endpoint": "image.qwen",
  "input": {
    "prompt": "A poster for a jazz night, art deco lettering reading 'Blue Hour', navy and gold.",
    "image_size": "1:1",
    "resolution": "2K",
    "output_format": "png"
  }
}

Run Qwen Image 3.0 Pro from your agent.

One balance for every tool in the catalog. Start with Build, $25 of credit for $19 a month.

Get started