Use this model when
- The workload fits the text or chat tasks shown in this model's current catalog record.
- The input fits within the published 32K-token context record, with output and system overhead budgeted separately.
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-1.7b:free", 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-1.7b:free",# 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.
Decision guidance
See how this model compares to others from the same provider.
Qwen3.8 Max is the flagship model in Alibaba's Qwen3.8 series and the general-availability successor to Qwen3.8 Max Preview. It is a multimodal reasoning model designed for complex tasks across reasoning, visual understanding, coding, and agentic workflows. As the production-ready top tier of the Qwen3.8 family, it is well suited for advanced problem solving, multimodal analysis, software engineering, and long-running tool-driven applications.
Qwen3.7 Flash is Alibaba's vision-language reasoning model, designed for multimodal agents, visual coding, search, and computer interaction. It combines fast inference with strong visual understanding, including object recognition, spatial reasoning, and real-world scene perception. Optimized for interactive and agentic workflows, Qwen3.7 Flash is well suited for GUI understanding, visual question answering, multimodal search, and computer-use applications that require responsive reasoning across text and images.
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.
See how this model compares to others from the same provider.
Qwen3.8 Max is the flagship model in Alibaba's Qwen3.8 series and the general-availability successor to Qwen3.8 Max Preview. It is a multimodal reasoning model designed for complex tasks across reasoning, visual understanding, coding, and agentic workflows. As the production-ready top tier of the Qwen3.8 family, it is well suited for advanced problem solving, multimodal analysis, software engineering, and long-running tool-driven applications.
Qwen Plus 0728 is a hybrid reasoning model built on the Qwen3 foundation, featuring a 1M-token context window and a balanced trade-off between performance, speed, and cost.
Tongyi DeepResearch is a 30B-parameter agentic model (3B active per token) built for long-horizon, deep research and information-seeking tasks. It achieves state-of-the-art results on major agentic search and reasoning benchmarks, outperforming prior models in complex multi-step problem solving. Trained with a fully automated synthetic data pipeline and advanced on-policy RL, it supports ReAct workflows and a high-performance “Heavy” mode for test-time scaling, making it well suited for advanced research agents, tool use, and intensive inference workloads.
Qwen3-VL-235B-A22B Thinking is a powerful multimodal model that combines advanced text generation with strong image and video understanding, optimized for STEM and math reasoning. It offers robust perception, spatial grounding, and long-form visual comprehension, and supports agent-style interactions such as multi-image dialogue, video timeline alignment, GUI control, and visual-to-code workflows. With competitive benchmark results and strong text-only ability, it’s suited for production uses like document AI, OCR, UI assistance, spatial tasks, and vision-language research.
Initialized observational baseline with no recorded failures