qwen3-vl-8b-thinkingQwen3-VL-8B-Thinking is the reasoning-focused version of the Qwen3-VL-8B multimodal model, built for advanced visual and textual reasoning across images, documents, and video. It adds deeper vision-language fusion and deliberate reasoning paths, supports very long context (256K–1M tokens), and excels at STEM problem solving, causal analysis, and multi-step video understanding — while retaining strong OCR, multilingual capability, and high-quality text generation.
Select an endpoint and copy a working example for this model.
from openai import OpenAI client = OpenAI( api_key="YOUR_API_KEY", base_url="https://api.apertis.ai/v1") response = client.chat.completions.create( model="qwen3-vl-8b-thinking", messages=[ {"role": "user", "content": "Hello!"} ], max_tokens=1024, temperature=0.7) print(response.choices[0].message.content) # Optional: Enable context compression to reduce token usage# response = client.chat.completions.create(# model="qwen3-vl-8b-thinking",# messages=[{"role": "user", "content": "Hello!"}],# extra_body={"compression": {"enabled": True, "model": "gpt-4.1-mini"}}# )modelmessagesmax_tokenstemperaturetop_pstreamtoolsreasoning_effortstream_optionsthinkingextra_bodyUse these namespaced identifiers in Cursor IDE to avoid conflicts with built-in models.
See how this model compares to others from the same provider.
Qwen3.7-Plus is a cost-effective multimodal model in Alibaba's Qwen3.7 series, supporting text and image inputs with text output. It combines the series' strong language capabilities with significantly enhanced vision-language understanding, while retaining full-stack agent-level intelligence for coding, tool use, and productivity workflows. Its standout capability is multimodal interactive agency—the ability to perceive real-world scenes, understand screens and graphical interfaces, generate code from visual references, and perform end-to-end navigation within applications. This makes Qwen3.7-Plus well suited for GUI automation, visual coding, productivity agents, and multimodal task execution.
Qwen3.7-Max is the flagship model in Alibaba's Qwen3.7 series, designed for agent-centric workloads with strong performance in coding, productivity, and long-horizon autonomous execution. It supports text input and output and delivers notable improvements in coding and agentic capabilities over previous Qwen generations. Optimized for real-world workflows, the model also supports explicit prompt caching for efficient reuse of repeated context, making it well suited for scalable development, office automation, and advanced agent systems.
Qwen3.6-Max-Preview is a proprietary frontier model from Alibaba Cloud built on a sparse Mixture-of-Experts (MoE) architecture with approximately 1 trillion parameters. It is optimized for agentic coding, tool use, and long-context reasoning, supporting a 262K token context window. The model includes an integrated thinking mode that preserves reasoning across multi-turn interactions, along with support for structured outputs and function calling. Available exclusively via Alibaba Cloud Model Studio and Qwen Studio APIs, it is designed for high-performance, production-grade agent workflows.
See how this model compares to others from the same provider.
Qwen3 is the latest generation in the Qwen large language model series, featuring both dense and Mixture-of-Experts (MoE) architectures designed to excel in reasoning, multilingual understanding, and advanced agentic tasks. A defining capability of Qwen3 is its ability to seamlessly switch between a thinking mode for complex, multi-step reasoning and a non-thinking mode for efficient, high-quality dialogue—delivering strong versatility across use cases. Compared with earlier models such as QwQ and Qwen2.5, Qwen3 demonstrates substantial performance gains in mathematics, coding, commonsense reasoning, creative writing, and interactive conversation. The Qwen3-30B-A3B variant comprises 30.5B total parameters with 3.3B activated, 48 layers, and 128 experts (with 8 activated per task). With support for up to 131K token context lengths via YaRN, it sets a new benchmark for open-source MoE models in both capability and efficiency.
Qwen3 Coder Flash is Alibaba's fast, cost-efficient coding agent model — a lighter version of Qwen3 Coder Plus — built for autonomous programming through tool calling and environment interaction, while still retaining strong general-purpose abilities.
Qwen3.6-35B-A3B is an open-weight Mixture-of-Experts (MoE) multimodal model designed for agentic coding and long-horizon workflows. It features ~35–36B total parameters with ~3B activated per token, enabling strong performance with high inference efficiency. The model supports text and image inputs with a ~260K token context window, and is optimized for repository-level reasoning, multi-step development, and tool-driven workflows. With strong benchmark performance and improved coherence across extended tasks, Qwen3.6-35B-A3B is well suited for developer tools, coding agents, and real-world engineering applications that require both reasoning depth and efficiency.
Qwen3.5 Vision-Language Flash models are built on a hybrid architecture that combines linear attention mechanisms with a sparse Mixture-of-Experts (MoE) design to achieve higher inference efficiency. Compared with the Qwen3 generation, the 3.5 Flash models deliver significant improvements in both pure-text reasoning and multimodal understanding. Optimized for fast response times, they strike a strong balance between inference speed and overall performance, making them well suited for real-time multimodal and agent-based applications.
Initialized observational baseline with no recorded failures