Models

Domain models for sensitive work

Open AI models built for one field each, like patents, security, law, money, health, and space math. Each comes with a benchmark, downloads free, and runs offline on hardware you control.

The technical details
All weights are open. Advisor is a 4B model built on NVIDIA Nemotron, tuned for grounded question-and-answer over a retrieval corpus with exact source-id citations and clean refusals on missing-source or private questions. Its promoted serving lane is the Q4_K_M GGUF, about 2.6 GB and roughly 70 tokens per second on Spark-class hardware, with bench behavior identical to Q8_0. The two Patent Strategist builds start from DeepSeek-R1-0528-Qwen3-8B, are made with the NeMo toolkit, and ship two ways: GGUF files (ready to run with llama.cpp) and LoRA adapters (small training patches in BF16). On Spark-class hardware (a small ~$3,000 AI desktop) the Q5_K_M GGUF runs around 32 to 35 tokens per second. SecurityLLM builds on ZySec-AI/SecurityLLM, Saul 7B on Equall/Saul-7B-Instruct-v1, Finance Chat on AdaptLLM/finance-chat, and II-Medical 8B on Intelligent-Internet/II-Medical-8B, each shipped as GGUF from Q4 through Q8 and F16, and scored on domain tests like CyberMetric, LegalBench, FinanceBench, and MedMCQA. The Patent Strategist Bench is 200 questions across seven shapes (claim drafting, prior-art ranking, MPEP-grounded reasoning, and more), released CC-BY-4.0.