Ask the whole corpus, not a lucky excerpt
With a 1M-token window on Comb and Buzz, entire document sets fit in one request — and when the corpus is bigger than any window, cited retrieval takes over.
Two modes, one honest decision rule
Full-window Q&A: when the set fits in 1M tokens, load it all and ask. The model reasons across every document simultaneously — the only reliable way to catch contradictions, spot omissions, and reconstruct timelines that span files.
Retrieval Q&A: when the corpus exceeds any window or changes daily, Bee's retrieval pipeline indexes it and grounds each answer in cited passages. Same endpoint, different tool for a different corpus shape.
Questions that only whole-corpus reading answers
- →Which obligations in this contract stack conflict with each other, and where?
- →Across a quarter of meeting transcripts, when did this decision actually change — and who changed it?
- →Do these policy documents anywhere contradict the procedure manual?
- →What did every incident report this year have in common?
Answers you can check
Retrieval answers carry cite-backs to source passages, so verification is a lookup, not a re-read. For full-window requests, token usage is reported exactly as consumed, and model aliases resolve to dated snapshots — the answer you got is attributable to a specific release over specific input.
Capacity and where to run it
The 1M-token long-context mode is served on Bee Comb and Buzz; Bee Swarm runs a 1M window natively. Retrieval capacity scales by plan — up to 1,000 documents on Comb, 25,000 on Hive, and 100,000 on Swarm — with shared team indexes from Buzz upward.
Customer data is not used to train the Bee base model. Prompts, documents, and outputs stay yours; processing is limited to serving, securing, and operating the service.
Frequently asked questions
- How many documents fit in one 1M-token request?
- It depends on document length — 1M tokens is four times Bee's 256K native window. When a set doesn't fit, retrieval indexes it and answers with citations instead.
- Which tiers serve the 1M window?
- Comb and Buzz serve the dedicated 1M-token long-context mode, and Swarm serves 1M natively.
- Are the answers cited?
- Retrieval answers include cite-backs to the exact source passages. Full-window answers reason over the loaded set directly, and you control exactly what was loaded.
- Can scanned documents be included?
- Yes — Comb, Buzz, and Hive accept image input natively, so scans and photographed pages can join the analysis.
- Is my corpus private?
- Indexes are per-tenant, data is encrypted in transit (TLS 1.3) and at rest (AES-256-GCM), and customer data is not used to train the Bee base model.
Related
Start on the free tier
Bee Cell is free — no card. Scale to paid tiers, the API, or sovereign deployment when you are ready.