Qwen-MT-Image

Copy success!
Add to Compare

Overview

An advanced image translation engine supporting 55 source languages. It delivers pixel-perfect replication of the original layout and typography. Gain full control over professional content with custom terminology and sensitive word filtering, ensuring a flexible, accurate, and high-performance image localization service.

Input

Image

Output

Image

Features

Prefix Completion

Enable Partial Mode when calling the Qwen API to make the model continue strictly from your provided prefix text.View docs

Function Calling

Use function calling to connect large language models with external tools and systems.View docs

Cache

Context Cache stores shared prefixes for long-context requests to reduce repeated computation, improve latency, and lower cost.View docs

Structured Outputs

Structured Outputs help ensure the model returns a JSON string in the expected format.View docs

Batches

Asynchronously process requests in batches to reduce costs.View docs

Web Search

Enable web search so the model can answer with real-time retrieved data.View docs

Fine-tuning

Train models on sample data to better adapt them to specific tasks.View docs

Pricing

  • Image Generation
    $0.0006Per image

Rate Limits

  • Concurrency
    2concurrent
  • Async Queue Limit
    500tasks
  • RPMRequests Per Minute
    60

API Reference

Call API
Copy success!
1234567891011
curl --location 'https://maas.qwencloudapi.com/api/v1/services/aigc/image2image/image-synthesis' \
--header "Authorization: Bearer $DASHSCOPE_API_KEY" \
--header 'Content-Type: application/json' \
--data '{
    "model": "qwen-mt-image-2.0",
    "input": {
        "image_url": "https://help-static-aliyun-doc.aliyuncs.com/file-manage-files/zh-CN/20260817/jgnwiv/9367cff1-f8fd-9c97-8bf7-4c913a51ae6f_qwen_image3_serving_output_0.png",
        "source_lang": "zh",
        "target_lang": "en"
    }
}'