Qwen3.6 Plus

Qwen3.6 Plus API

Released April 2026Up to 256K tokens / 10 images contextUndisclosed (frontier-scale) parameters

Documentation

Qwen3.6 Plus API enables Visual question answering over multi-step workflows such as UI flows, dashboards, or scientific plots, Document and chart understanding with table extraction, math reasoning, and structured JSON outputs, Creative assistance where images and prompts are iteratively combined with natural language planning, and Retail and e-commerce applications that require attribute tagging, comparison, and compliance auditing. Qwen3.6-Plus is Alibaba's 2026 flagship vision-language model with upgraded perception, document intelligence, and tool-integrated reasoning across multi-image conversational flows. Standout strengths include Handles up to 10 images per turn with improved multi-image grounding and Enhanced chart/diagram reasoning with upgraded visual parser. It is well suited for multimodal assistants that combine image understanding with grounded text reasoning in real-time workflows.

from openai import OpenAI # Initialize the OpenAI client with Qubrid base URL client = OpenAI( base_url="https://platform.qubrid.com/v1", api_key="QUBRID_API_KEY", ) stream = client.chat.completions.create( model="qwen3.6-plus", messages=[ { "role": "user", "content": [ { "type": "text", "text": "What is in this image? Describe the main elements." }, { "type": "image_url", "image_url": { "url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg" } } ] } ], max_tokens=16384, temperature=0.2, top_p=0.9, stream=True ) for chunk in stream: if chunk.choices and chunk.choices[0].delta.content: print(chunk.choices[0].delta.content, end="", flush=True) print("\n")

Serverless

API access

INPUT$0.26 /1M
OUTPUT$1.80 /1M
Deploy using API

Dedicated

Cloud GPU VM

Price starts at$1.25 / GPU/ hr
Deploy with GPU VM

Interactive

Playground

INPUT$0.26 /1M
OUTPUT$1.80 /1M
Chat in Playground

Enterprise
Platform Integration

Docker

Docker Support

Official Docker images for containerized deployments

Kubernetes

Kubernetes Ready

Production-grade KBS manifests and Helm charts

SDK

SDK Libraries

Official SDKs for Python, Javascript, Go, and Java

Don't let your AI control you. Control your AI the Qubrid way!

Have questions? Want to Partner with us? Looking for larger deployments or custom fine-tuning? Let's collaborate on the right setup for your workloads.

"Qubrid's medical OCR and research parsing cut our document extraction time in half. We now have traceable pipelines and reproducible outputs that meet our compliance requirements."

Clinical AI Team

Research & Clinical Intelligence