Back to Models

Qwen: Qwen3 VL 8B Thinking

qwen/qwen3-vl-8b-thinking
Oct 14, 2025131.1K context32.8K max output$0.18/M in · $2.10/M outReasoning

Description

Qwen3-VL-8B-Thinking is the reasoning-optimized variant of the Qwen3-VL-8B multimodal model, designed for advanced visual and textual reasoning across complex scenes, documents, and temporal sequences. It integrates enhanced multimodal alignment and long-context processing (native 256K, expandable to 1M tokens) for tasks such as scientific visual analysis, causal inference, and mathematical reasoning over image or video inputs.

Compared to the Instruct edition, the Thinking version introduces deeper visual-language fusion and deliberate reasoning pathways that improve performance on long-chain logic tasks, STEM problem-solving, and multi-step video understanding. It achieves stronger temporal grounding via Interleaved-MRoPE and timestamp-aware embeddings, while maintaining robust OCR, multilingual comprehension, and text generation on par with large text-only LLMs.

Specifications

Provider
qwen
Context Length
131.1K
Max Output
32.8K
Modality
Inimagetext
Outtext

Pricing

TypePrice / 1M tokens
Input$0.18
Output$2.10

Quick Start

curl https://api.ominigate.ai/v1/chat/completions \
  -H "Authorization: Bearer sk-omg-your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "qwen/qwen3-vl-8b-thinking",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'
Qwen: Qwen3 VL 8B Thinking — Pricing & API on OminiGate