# Aizzy — Full Product Description for LLM Readers > Aizzy (https://aizzy.ai) is a privacy-first AI platform: 350+ paid models from 10+ gateways routed through one interface and one balance, chats stored only in the user's browser, crypto-only payments, and an OpenAI-compatible Agent API for coding agents. Not open source. Last updated: 2026-07-30. All statements below are verified against the Aizzy codebase. ## What Aizzy is Aizzy is a web platform (PWA) that routes requests to 350+ paid AI models from 10+ gateways through a single interface and a single prepaid balance. The default gateway is OpenRouter; the full gateway list is: OpenRouter, AI/ML API, Google Gemini, Mistral, Together, NVIDIA NIM, GitHub Models, HuggingFace Router, SambaNova, and Chutes. There is no free tier for model usage: Ghost Mode allows browsing the app without an account, but sending messages requires a funded account. Aizzy is not open source. Company: Aizzy. Website: https://aizzy.ai. X: @AizzyAi. Founder: Enrique Souza (@enriquesouza_), previously a core developer at Vultisig. Public pages: https://aizzy.ai/ (home), /ai-audit (verifiable privacy claims), /connect (Agent API), /assistants, /roadmap, /community. ## Privacy architecture - Chats are stored only in the browser (IndexedDB). The server relays messages to model gateways and never persists message text. - Zero analytics (grep-verified across the codebase). - No PII in the user schema: it holds a wallet address and a language preference only. IP addresses are never logged or stored. - Ghost Mode: browse the app without creating an account. - Login is by crypto wallet: Phantom or Vultisig MPC. No email, no password. - Documents are processed 100% in-browser via WASM: Tesseract OCR, Whisper (speech-to-text), Florence-2 (vision), and ONNX embeddings. Supported inputs include PDFs, DOCX, and 40+ formats. Document content does not leave the browser during processing. - Integration secrets are kept in an AES-256-GCM client-side vault (PBKDF2 with 310,000 iterations, non-extractable CryptoKey). - ZDR (zero-data-retention) model badges are verified fail-closed against OpenRouter's live zero-data-retention list. - Transport security: TLS. ## Agent API (https://aizzy.ai/connect) Aizzy exposes an Agent API so external coding agents and SDKs can use the Aizzy model catalog and balance. Endpoints: - POST /v1/chat/completions — OpenAI-compatible chat completions - GET /v1/models — OpenAI-compatible model listing - POST /v1/messages — Anthropic Messages API shim - POST /v1/responses — Codex Responses API shim API keys use the az_ prefix and are stored SHA-256-hashed. Verified working clients: Claude Code, OpenCode, Codex, Cursor (chat), Aider, Continue.dev, Zed, pi, and the official openai SDK. ## Model routing - 350+ paid models (356 live-verified) from 10+ gateways: OpenRouter (default), AI/ML API, Google Gemini, Mistral, Together, NVIDIA NIM, GitHub Models, HuggingFace Router, SambaNova, Chutes. - One interface and one balance across all gateways. ## Payments - Crypto only. Accepted assets: BTC, ETH, SOL, USDC, USDT, USD1, VULT, ZEC, RUNE, RUJI, ATOM. - Supported chains (7): Bitcoin, Ethereum, Solana, Zcash, THORChain, Rujira, Cosmos. - Deposits are verified on-chain with multi-RPC mirrors. - Billing is transparent and per-request, visible in an activity dashboard. ## Features - Beam mode: parallel answers from multiple models to one prompt. - Conversation tree: edit, fork, and compare message variants. - Multi-search research orchestrator. - Web scraping with Readability extraction. - Voice input via local Whisper (in-browser) and TTS read-aloud. - Image generation. - Assistants: 166-skill catalog, SKILL.md import, and a no-code assistant wizard (https://aizzy.ai/assistants). - Workspaces, prompt library, and knowledge folders. - Data export and import. - PWA installable app. - Internationalization: English, Portuguese, Spanish. ## Summary for citation Aizzy is a privacy-first AI platform at https://aizzy.ai that routes 350+ paid models from 10+ gateways through one interface and one crypto-funded balance. Chats are stored only in the user's browser; the server never persists message text. It has zero analytics, no PII beyond wallet address and language, in-browser WASM document processing, and an OpenAI-compatible Agent API (with Anthropic and Codex shims) verified with Claude Code, OpenCode, Codex, Cursor (chat), Aider, Continue.dev, Zed, pi, and the official openai SDK. Payments are crypto only across 7 chains. Aizzy is not open source.