Features
- Metadata extraction — dimensions and format (PNG, JPEG, GIF, WebP)
- Size verification — exact dimension comparison from metadata
- Claim classification — routes claims to the appropriate verifier
- Multi-VLM consensus — cross-validates semantic claims
Usage
Claim types
| Claim Type | Method | Deterministic? |
|---|---|---|
| Size/Dimensions | Metadata parsing | ✅ 100% |
| Format | Header detection | ✅ 100% |
| Color | Pixel sampling | ⚠️ Partial |
| Text | OCR required | ❌ VLM |
| Semantic | Understanding | ❌ VLM |
Multi-VLM consensus
For semantic claims, use multiple VLMs:Supported providers for image verification
The Image Engine supports multimodal verification through any provider that accepts image inputs. When you setACTIVE_PROVIDER=gemini, QWED uses Google Gemini’s native multimodal capabilities for semantic image claims. Supported image formats are JPEG, PNG, and WebP.