Qwen: Qwen3 VL 30B A3B Instruct API
Access Qwen: Qwen3 VL 30B A3B Instruct from Qwen using Puter.js AI API.
Get Startedqwen/qwen3-vl-30b-a3b-instruct
Model Card
Qwen3 VL 30B A3B Instruct is an efficient vision-language MoE model offering strong image/video understanding with 3B active parameters and 256K context support.
Context Window
N/A
tokens
Max Output
N/A
tokens
Input Cost
$0.15
per million tokens
Output Cost
$0.6
per million tokens
API Usage Example
Add Qwen: Qwen3 VL 30B A3B Instruct to your app with just a few lines of code.
No API keys, no backend, no configuration required.
<html>
<body>
<script src="https://js.puter.com/v2/"></script>
<script>
puter.ai.chat("Explain quantum computing in simple terms", {
model: "qwen/qwen3-vl-30b-a3b-instruct"
}).then(response => {
document.body.innerHTML = response.message.content;
});
</script>
</body>
</html>
Get started with Puter.js
Add Qwen: Qwen3 VL 30B A3B Instruct to your app without worrying about API keys or setup.
Read the Docs View Tutorials