Skip to main content
Get QWED up and running in minutes.

Python SDK

After installing, run the onboarding wizard to set up verification engines, configure your LLM provider, and generate a local API key:
The wizard runs four checks. First, it confirms that core engines (SymPy, Z3, AST, SQLGlot) are installed. Next, it walks you through selecting a provider — NVIDIA NIM, OpenAI, Anthropic, Google Gemini, or any OpenAI-compatible endpoint. It then validates your credentials. Finally, it bootstraps a ready-to-use API key. For CI pipelines, use --non-interactive. See the CLI reference for all options. After init, verify your setup and run the built-in test suite:
qwed doctor reports the status of verification engines, LLM provider connectivity, and the database. qwed test runs deterministic tests across Math, Logic, SQL, and Code engines to confirm everything works correctly. See the CLI reference for details on both commands.

Requirements

  • Python 3.10+
  • Optional: Redis (for caching)

TypeScript SDK

Go SDK

Rust SDK


Full stack (self-hosted)

For running the complete QWED stack locally:

Infrastructure URLs

Enterprise support coming soon: Managed hosting and dedicated support. Contact support@qwedai.com

Next steps