Qwen: Qwen3 VL 32B Instruct API
Access Qwen: Qwen3 VL 32B Instruct from Qwen using Puter.js AI API.
Get Startedqwen/qwen3-vl-32b-instruct
Model Card
Qwen3 VL 32B Instruct is a dense vision-language model with strong text and visual capabilities, featuring visual coding, spatial understanding, and 256K context support.
Context Window
N/A
tokens
Max Output
N/A
tokens
Input Cost
$0.5
per million tokens
Output Cost
$1.5
per million tokens
API Usage Example
Add Qwen: Qwen3 VL 32B 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-32b-instruct"
}).then(response => {
document.body.innerHTML = response.message.content;
});
</script>
</body>
</html>
Get started with Puter.js
Add Qwen: Qwen3 VL 32B Instruct to your app without worrying about API keys or setup.
Read the Docs View Tutorials