~$QW3VL
Qwen 3 vision-language model with native image understanding. Excels at OCR, chart analysis, document QA, and visual reasoning. Runs on every universal and video node.
Cold start comparison vs similar models. Lower is better.
No subscriptions. Buy credits, pay per inference. Scale to zero when idle.
import cumulus from "cumulus-sdk" // Deploy Qwen 3 VL 8B on Ion const client = await cumulus.deploy("qwen3-vl-8b") // Run inference const result = await client.run({ prompt: "Your prompt here", // model-specific params... })