Qwen3 redefines open LLMs with dynamic thinking modes, excelling in code, math, and multilingual reasoning. Powered by sparse 22B active parameters, it balances blazing speed with deep intelligence — fully open-source, from lightweight to 235B giants.
1. Basic usage: Forward with OpenAI compatible format.
2. Tool call: Regular tools support the OpenAI-compatible format, while MCP Tools rely on qwen-agent and require installing dependencies first using the command:
pip install -U qwen-agent mcp
.
For more details, please refer to Ali official documentation
Use the OpenAI compatible format to forward, the difference is that the streaming call needs to extract chunk.choices[0].delta.content
, refer to the following.
1. QvQ,Qwen 2.5 VL: Image recognition.
2. QwQ: Text task.