Skip to main content
POST
Submit Qwen Image 3.0 Pro Text to Image Task
Submit the request with VIDGO_API_KEY. After submission, a task_id is returned. Retrieve the result through the unified Query Task Status endpoint or provide callback_url for a completion notification.

Qwen Image 3.0 Pro Text to Image

This model supports text-to-image generation for posters, product visuals, typography, and natural-language creative tasks.

Available Models

  • qwen-image-3.0-pro/text-to-image - Higher-quality text-to-image generation with 1K and 2K output

Parameters

  • prompt is required and supports up to 5,000 characters.
  • size supports 1:1, 3:2, 2:3, 4:3, 3:4, 16:9, 9:16, and 21:9.
  • resolution supports 1K and 2K.
  • output_format supports png and jpeg.
  • prompt_extend controls automatic prompt enhancement.
  • negative_prompt describes content that should not appear in the output.
  • seed accepts values from 0 to 2,147,483,647.
  • enable_safety_checker controls content safety checking.
  • Do not provide image or reference-media fields for this text-only model.
  • Billing is per output image, and resolution can affect the current model price.

Text-to-Image Example

Authorizations

Authorization
string
header
required

Use Authorization: Bearer VIDGO_API_KEY.

Body

application/json
model
enum<string>
required

Vidgo public model identifier.

Available options:
qwen-image-3.0-pro/text-to-image
Example:

"qwen-image-3.0-pro/text-to-image"

input
object
required
callback_url
string<uri>

Optional webhook callback URL.

Response

Task submitted successfully

code
integer
required
Example:

200

data
object
required