Pose a clinical question. cite8 retrieves, generates a cited answer with [N] markers, verifies every citation against its source.
Pure retrieval. Returns ranked sources with rerank scores. No LLM generation.
Paste a single claim sentence. cite8 returns each top source's verdict — supports partial contradicts — with reasoning.
Paste a video URL (YouTube, TikTok, Instagram, Twitter/X, Vimeo, etc.). cite8 downloads the audio, transcribes it locally with whisper.cpp, extracts verifiable clinical claims, and runs each through the per-claim verifier against the corpus. Async — runs in the background and polls every few seconds.