Qwen3 VL 30B A3B Instruct
Qwen logo

Qwen3 VL 30B A3B Instruct

qwen3-vl-30b-a3b-instructllms.txt
Qwen
The Qwen3-VL series’ second-largest MoE model Instruct version offers fast response speed and supports ultra-long contexts such as long videos and long documents; it features comprehensive upgrades in image/video understanding, spatial perception, and universal recognition abilities; it also provides visual 2DD/3D localization capabilities, making it capable of handling complex real-world tasks.

Pricing

  • Input Tokens: $0.103 /M tokens
  • Output Tokens: $0.411 /M tokens

Input Modalities

  • Text
  • Vision
  • Video

Output Modalities

  • Text

Capabilities

  • Tools
  • Tool calling
  • Structured outputs

Providers

Baidu qwen3-vl-30b-a3b-instruct
Pricing$0.103$0.411
Context128K
Max output32K
Latency1.1S
Throughput41.7TPS
Uptime
0.00% uptime 3 days ago
0.00% uptime 2 days ago
0.00% uptime yesterday
Alibaba Cloud qwen3-vl-30b-a3b-instruct
Pricing$0.103$0.411
Context128K
Max output32K
Latency1.1S
Throughput41.7TPS
Uptime
100.00% uptime 3 days ago
100.00% uptime 2 days ago
100.00% uptime yesterday
Deepinfra deepinfra-qwen3-vl-30b-a3b-instruct
Pricing$0.195$0.780
Context128K
Max output32K
Latency1.1S
Throughput41.7TPS
Uptime
0.00% uptime 3 days ago
0.00% uptime 2 days ago
0.00% uptime yesterday

Performance for qwen3-vl-30b-a3b-instruct

Uptime is the percentage of requests that succeeded over the past 72 hours. AIHubMix continuously monitors every provider and automatically retries with the next-best provider when one returns an error or responds too slowly; Latency is total round-trip time (lower is better); Throughput is how fast the model writes (tokens per second, higher is better).

Uptime
Loading...
Latency
Loading...
Throughput
Loading...

Try this model

Python
import os
from openai import OpenAI

client = OpenAI(
    api_key=os.environ["AIHUBMIX_API_KEY"],
    base_url="https://aihubmix.com/v1",
)

response = client.chat.completions.create(
    model="qwen3-vl-30b-a3b-instruct",
    messages=[
      {
        "role": "user",
        "content": "Hello, how are you?"
      }
    ],
    max_tokens=1024,
    stream=False,
)

print(response.choices[0].message.content)

Frequently asked questions

What is Qwen3 VL 30B A3B Instruct?

The Qwen3-VL series’ second-largest MoE model Instruct version offers fast response speed and supports ultra-long contexts such as long videos and long documents; it features comprehensive upgrades in image/video understanding, spatial perception, and universal recognition abilities; it also provides visual 2DD/3D localization capabilities, making it capable of handling complex real-world tasks.