How to use from
Pi
Start the llama.cpp server
# Install llama.cpp:
brew install llama.cpp
# Start a local OpenAI-compatible server:
llama-server -hf John1604/Qwen3-VL-8B-Instruct-gguf:
Configure the model in Pi
# Install Pi:
npm install -g @mariozechner/pi-coding-agent
# Add to ~/.pi/agent/models.json:
{
  "providers": {
    "llama-cpp": {
      "baseUrl": "http://localhost:8080/v1",
      "api": "openai-completions",
      "apiKey": "none",
      "models": [
        {
          "id": "John1604/Qwen3-VL-8B-Instruct-gguf:"
        }
      ]
    }
  }
}
Run Pi
# Start Pi in your project directory:
pi
Quick Links

Qwen3 VL 8B Instruct

Image to text, and text to text.

quantized models Comparison

Type Bits Quality Description
IQ1 1-bit very Low Minimal footprint; worse than Q2/IQ2
Q2/IQ2 2-bit ๐ŸŸฅ Low Minimal footprint; only for tests
Q3/IQ3 3-bit ๐ŸŸง Lowโ€“Med โ€œMediumโ€ variant
Q4/IQ4 4-bit ๐ŸŸฉ Medโ€“High โ€œMediumโ€ โ€” 4-bit
**Q5 ** 5-bit ๐ŸŸฉ๐ŸŸฉ High Excellent general-purpose quant
**Q6_K ** 6-bit ๐ŸŸฉ๐ŸŸฉ๐ŸŸฉ Very High Almost FP16 quality, larger size
**Q8 ** 8-bit ๐ŸŸฉ๐ŸŸฉ๐ŸŸฉ๐ŸŸฉ Near-lossless baseline
Downloads last month
226
GGUF
Model size
8B params
Architecture
qwen3vl
Hardware compatibility
Log In to add your hardware

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for John1604/Qwen3-VL-8B-Instruct-gguf

Quantized
(82)
this model