Qwen3 VL Flash

Qwen3 VL Flash

latest
Model IDqwen3-vl-flash
Compare with other models

Faster, lighter vision model for real-time use cases.

Up to 256K Tokens ContextFast InferenceCodingFunction CallingMultilingualVision Ready

Input <= 32k

Save 20%
$0.06$0.05/1M

input tokens

$0.50$0.40/1M

output tokens

Cached $0.0062$0.0050/1M cached tokens

32k < Input <= 128k

Save 20%
$0.09$0.08/1M

input tokens

$0.75$0.60/1M

output tokens

Cached $0.0094$0.0075/1M cached tokens

128k < Input <= 256k

Save 20%
$0.15$0.12/1M

input tokens

$1.20$0.96/1M

output tokens

Cached $0.02$0.01/1M cached tokens

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="Qwen/Qwen3-VL-Flash", 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, top_p=1, stream=True, extra_body={ "reasoning_effort": "medium", } ) for chunk in stream: if chunk.choices and chunk.choices[0].delta.content: print(chunk.choices[0].delta.content, end="", flush=True) print("\n")

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 AI reduced our document processing time by over 60% and significantly improved retrieval accuracy across our RAG workflows."

Enterprise AI Team

Document Intelligence Platform