Qwen-MT-Image
Copy success!
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 docsFunction Calling
Use function calling to connect large language models with external tools and systems.View docsCache
Context Cache stores shared prefixes for long-context requests to reduce repeated computation, improve latency, and lower cost.View docsStructured Outputs
Structured Outputs help ensure the model returns a JSON string in the expected format.View docsPricing
- Image Generation$0.0006Per image
Rate Limits
- Concurrency2concurrent
- Async Queue Limit500tasks
- RPMRequests Per Minute60
API Reference
Call APICopy success!
1234567891011
curl --location 'https://dashscope-intl.aliyuncs.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"
}
}'