General
What is QWED?
QWED is a deterministic verification protocol for Large Language Models (LLMs). It treats LLMs as “untrusted translators” and verifies their outputs using formal methods (SymPy, Z3, AST, SQLGlot).How is QWED different from other LLM tools?
| Feature | QWED | RAG | Fine-tuning | Guardrails |
|---|---|---|---|---|
| Deterministic | ✅ Yes | ❌ No | ❌ No | ❌ No |
| Mathematically Proven | ✅ Yes | ❌ No | ❌ No | ⚠️ Limited |
| No Training Required | ✅ Yes | ⚠️ Needs docs | ❌ No | ✅ Yes |
| Works Offline | ❌ API-based | ✅ Yes | ✅ Yes | ✅ Yes |
Integration
Do I need to run a backend server?
Yes! QWED requires a backend server with YOUR LLM API keys configured. Architecture:Do I need to call my LLM first?
No! This is the most common mistake. ❌ Wrong:What LLM providers does QWED support?
You configure YOUR LLM provider in the backend’s.env file:
Supported providers:
- OpenAI (direct API)
- Anthropic Claude
- Azure OpenAI
- AWS Bedrock
- Google Gemini
.env:
Can I use my own LLM API key?
Yes! You MUST use your own LLM API key. QWED is open source - you run the backend server with YOUR credentials. You provide:- Your own LLM API key (in
.env) - Your own backend server (run locally)
- Which LLM provider to use
- All your data and keys
Costs
How much does QWED cost?
Open Source: FREE! ✅- You just pay for your own LLM API usage
- No QWED subscription needed
- Run backend server yourself
- Your LLM provider (OpenAI, Anthropic, etc)
- Your hosting (if deploying backend)
- Input: $3 per million tokens
- Output: $15 per million tokens
- (See your LLM provider’s pricing)
What are my rate limits?
QWED itself: No limits! It’s open source. Your LLM provider: Check their limits:- OpenAI: Tier-based (see dashboard)
- Anthropic: Based on plan
- Azure: Based on deployment
Security
Is my data secure?
Yes. QWED:- Uses encrypted connections (HTTPS/TLS)
- Doesn’t store verification queries by default
- SOC 2 Type II compliant (Enterprise plan)
- Supports on-premise deployment (Enterprise Pro+)
Can QWED access my database/files?
No. QWED only sees:- The query you send
- SQL schema (if verifying SQL)
- Code snippet (if verifying code)
How long is data retained?
Default: 30 days for audit logsEnterprise: Configurable (90 days - 7 years)
On-premise: You control retention
Performance
How fast is QWED?
Average response times:- Simple queries: 1-2 seconds
- Complex queries: 2-5 seconds
- Batch processing: 0.5s per item
- Query complexity
- Network latency
- Verification engine used
Can I make QWED faster?
Yes:-
Use batch processing:
-
Cache results:
-
Use async:
Verification Domains
What can QWED verify?
Supported domains:- Math - Calculations, equations, algebra
- Logic - Propositional logic, SAT/UNSAT
- Code - Security vulnerabilities, syntax
- SQL - Injection attacks, tautologies
- Facts - Multi-source consensus
- Stats - Statistical claims
- Images - Visual verification
- Consensus - Multi-model agreement
What can’t QWED verify?
Not supported:- Creative writing quality
- Subjective opinions
- Future predictions
- Unstructured text summaries
Errors & Debugging
Why is my verification failing?
Common causes:-
Malformed input:
-
Wrong verification method:
-
Network issues:
How do I debug verification failures?
Enable verbose mode:Production Deployment
Is QWED production-ready?
Yes. QWED is used in production by:- Financial institutions (loan calculations)
- Healthcare AI (drug interaction checking)
- Legal tech (contract analysis)
- EdTech (student assessment)
How do I deploy QWED to production?
See Production Deployment Guide for full checklist. Quick steps:- Test thoroughly in staging
- Deploy with feature flag
- Start with 5% traffic (canary)
- Monitor metrics
- Gradually increase to 100%
What if QWED goes down?
Recommended:- Implement fallback mechanism
- Cache recent results
- Graceful degradation
Support
How do I get help?
Community (Free): Enterprise Support:- 📧 Email: support@qwedai.com
- 💼 Slack Connect (Enterprise customers)
- 📞 Emergency Hotline (Enterprise Pro+)
- Community: Best effort
- Pro: 24-48 hours
- Enterprise: 4-hour SLA
- Enterprise Pro+: 1-hour SLA
Can I request new features?
Yes! Submit feature requests: Most requested features:- Real-time streaming verification (Q2 2026)
- Client-side verification (Q3 2026)
- More language SDKs (ongoing)
Still Have Questions?
- 📖 Full Documentation
- 💬 Community Forum
- 📧 Contact: support@qwedai.com