Qwen/Qwen3-VL-Plus logo

Qwen/Qwen3-VL-Plus

Vision-language model that understands images and text together.

Alibaba (Cloud) Vision Up to 256K Tokens
Get API Key
Deposit $5 to get started Unlock API access and start running inference right away. See how many million tokens $5 gets you

api_example.sh

curl -X POST "https://platform.qubrid.com/v1/chat/completions" \
  -H "Authorization: Bearer QUBRID_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "Qwen/Qwen3-VL-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.1,
  "stream": true,
  "top_p": 1
}'

Technical Specifications

Model Architecture & Performance

Variant VL
Context Length Up to 256K Tokens
Quantization fp16
Tokens/sec 386
Architecture Transformer decoder-only (Qwen3-VL with ViT visual encoder)
Precision fp16 / bf16
License Apache 2.0
Release Date 2025
Developers Alibaba Cloud (QwenLM)

Pricing

Pay-per-use, no commitments

Input Tokens $0.20/1M Tokens
Output Tokens $1.60/1M Tokens

API Reference

Complete parameter documentation

Parameter Type Default Description
stream boolean true Enable streaming responses for real-time output.
temperature number 0.1 Lower temperature for more deterministic output.
max_tokens number 16384 Maximum number of tokens the model can generate.
top_p number 1 Controls nucleus sampling for more predictable output.
reasoning_effort select medium Adjusts the depth of reasoning and problem-solving effort. Higher settings yield more thorough responses at the cost of latency.

Performance

Strengths & considerations

Strengths Considerations
Strong multimodal understanding
Higher compute usage

Use cases

Recommended applications for this model

Image analysis for objects, scenes, and attributes with natural language descriptions
OCR-style extraction of text from documents, screenshots, and real-world photos
Visual question answering over charts, UIs, and complex diagrams

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 enabled us to deploy production AI agents with reliable tool-calling and step tracing. We now ship agents faster with full visibility into every decision and API call."

AI Agents Team

Agent Systems & Orchestration