Ask plain-English questions about this database and ICAC-style investigations, definitions (e.g. what is CSAM), or related topics. Answers are generated on the server with Groq; when your question needs numbers or filters from the corpus, the model runs read-only SQL against the live cases table. For browser-only API experiments, use Query.
SELECT queries only.CASLINKER_DISABLE_LLM_CHAT=1.
POST /api/llm/chat with JSON:
{ "question": "...", "model": null, "provider": "groq" }
Rate-limited per IP. GROQ_API_KEY is never sent to the browser.