Qwen3-MT is designed with a comprehensive and flexible access program, providing users with two ways to use the Qwen API and the online demo page. The online demo page (https://huggingface.co/spaces/Qwen/Qwen3-MT-Demo) is suitable for quick tests and short text translations, featuring a simple interface design and instant feedback. No technical background is required, users only need to input text and select language pairs to get translation results.
For developers and enterprise users, Qwen API (https://api.qwen.ai/v1/translate) provides more powerful integration capabilities. The API is designed to be compatible with the OpenAI standard and supports advanced features such as terminology intervention, translation memory, batch processing, etc., which makes it easy to be embedded into existing workflows. It is especially noteworthy that the API calls support multiple programming languages such as Python, and developers can obtain professional translation services by simply sending JSON requests through the requests library. This flexible usage scenario satisfies a variety of demand scenarios from personal testing to enterprise integration.
This answer comes from the articleQwen3-MT: An Intelligent Translation Tool Supporting 92 LanguagesThe