3,908 Downloads Updated 1 week ago
ollama run NJIR/njir-now:30b-cascade
Updated 1 week ago
1 week ago
7401d9e0811f · 24GB ·
5 Proprietary AI Models. One Unified Ecosystem. Zero Compromises.
Forged by NJIR.AI Part of the NJIRLAH Global Ecosystem.
NJIR-NOW is the next-generation sovereign AI model series developed by NJIR.AI — engineered for maximum versatility across Edge Computing, Deep Reasoning, Professional Intelligence, Fact Verification, and Multimodal Vision.
Each model in the NJIR-NOW lineup is purpose-built for a specific domain, yet seamlessly interoperable within the NJIR.AI ecosystem. From ultra-lightweight nano models that run on edge devices, to massive 30B-parameter reasoning engines capable of complex multi-step problem solving — NJIR-NOW covers the full spectrum of enterprise AI needs.
njir-now:1.5b-nanoEdge AI
| Specification | Value |
|---|---|
| Parameters | 1.5 Billion |
| Size | 986 MB |
| Context Window | 32K tokens |
| Modality | Text |
| Quantization | Q4_K_M |
| Best For | Edge devices, IoT, mobile inference, rapid prototyping |
| Temperature | 0.9 |
| Top-P | 0.95 |
ollama run njir/njir-now:1.5b-nano
💡 Nano is the lightest model in the NJIR-NOW series. Designed for deployment on resource-constrained environments where speed and efficiency are paramount. Perfect for chatbots, quick Q&A systems, and lightweight automation tasks.
njir-now:30b-cascade — Deep Reasoning & Thinking
| Specification | Value |
|---|---|
| Parameters | 30 Billion |
| Size | 24 GB |
| Context Window | 32K tokens |
| Modality | Text |
| Quantization | Q4_K_M |
| Capabilities | ðŸ› ï¸ Tools · 🧠Thinking |
| Best For | Multi-step reasoning, code generation, complex analysis |
| Temperature | 0.8 |
| Top-P | 0.9 |
ollama run njir/njir-now:30b-cascade
🧠Cascade is the flagship reasoning engine. Built on a cascading neural architecture, it excels at breaking down complex problems into manageable steps. Features native tool-use and deep thinking capabilities for autonomous problem-solving workflows.
njir-now:22b-pro — Professional Grade Intelligence
| Specification | Value |
|---|---|
| Parameters | 22.1 Billion |
| Size | 13 GB |
| Context Window | 4K tokens |
| Modality | Text |
| Quantization | Q4_K_M |
| Best For | Enterprise deployment, business analysis, content generation |
| Temperature | 0.8 |
| Top-P | 0.9 |
ollama run njir/njir-now:22b-pro
🢠Pro is the workhorse of the NJIR-NOW family. Optimized for professional environments where reliability, accuracy, and consistent output quality are non-negotiable. Ideal for business intelligence, document processing, and enterprise-scale content creation.
njir-now:7b-sentinel — Fact Verification & Checking
| Specification | Value |
|---|---|
| Parameters | 7.74 Billion |
| Size | 4.7 GB |
| Context Window | 32K tokens |
| Modality | Text |
| Quantization | Q4_K_M |
| Best For | Hallucination detection, claim verification, RAG validation |
| Temperature | 0.8 |
| Top-P | 0.9 |
ollama run njir/njir-now:7b-sentinel
ðŸ›¡ï¸ Sentinel is your truth guardian. Specifically fine-tuned for fact-checking and claim verification tasks. Use it to validate outputs from other LLMs, cross-reference retrieved documents in RAG pipelines, or build trust-critical applications where accuracy is everything.
njir-now:8b-vision — Multimodal Vision AI
| Specification | Value |
|---|---|
| Parameters | 8 Billion |
| Size | 5.5 GB |
| Context Window | 32K tokens |
| Modality | Text + Image |
| Quantization | Q4_K_M |
| Best For | Image analysis, visual Q&A, document OCR, multimodal chat |
| Temperature | 0.8 |
| Top-P | 0.9 |
ollama run njir/njir-now:8b-vision
ðŸ‘ï¸ Vision brings the power of sight to the NJIR-NOW ecosystem. Process images, analyze visual content, extract text from documents, and engage in rich multimodal conversations. The only model in the series with native image understanding capabilities.
# Choose your model based on your needs:
ollama pull njir/njir-now:1.5b-nano # Lightweight edge AI
ollama pull njir/njir-now:7b-sentinel # Fact checking
ollama pull njir/njir-now:8b-vision # Vision + Text
ollama pull njir/njir-now:22b-pro # Professional grade
ollama pull njir/njir-now:30b-cascade # Deep reasoning
ollama run njir/njir-now:22b-pro
from ollama import chat
response = chat(
model='njir/njir-now:22b-pro',
messages=[{'role': 'user', 'content': 'Analyze this quarterly report...'}]
)
print(response.message.content)
curl http://localhost:11434/api/chat \
-d '{
"model": "njir/njir-now:30b-cascade",
"messages": [{"role": "user", "content": "Solve this step by step..."}]
}'
import ollama from 'ollama'
const response = await ollama.chat({
model: 'njir/njir-now:8b-vision',
messages: [{ role: 'user', content: 'What do you see in this image?' }],
})
console.log(response.message.content)
NJIR-NOW models are natively compatible with:
| Platform | Status |
|---|---|
| Ollama | ✅ Full Support |
| Open WebUI | ✅ Full Support |
| LangChain | ✅ Full Support |
| LlamaIndex | ✅ Full Support |
| Continue.dev | ✅ Full Support |
| Cursor | ✅ Full Support |
| VS Code (Copilot) | ✅ Full Support |
| OpenClaw | ✅ Full Support |
| Jan.ai | ✅ Full Support |
| AnythingLLM | ✅ Full Support |
| PrivateGPT | ✅ Full Support |
| LibreChat | ✅ Full Support |

| Model | Avg TTFT | Avg Speed | Tests Passed | Quality |
|---|---|---|---|---|
| 🥇 njir-now:nano (1.5B) | 2,242ms | 145.9 tok/s | 5⁄5 ✅ | Edge AI Champion |
| 🥈 njir-now:vision (8B) | 2,335ms | 61.9 tok/s | 5⁄5 ✅ | Multimodal Powerhouse |
| 🥉 njir-now:sentinel (7B) | 2,243ms | 56.4 tok/s | 4⁄5 âš ï¸ | Fact Verification Guard |
| 👑 njir-now:pro (22B) | 3,150ms | 28.4 tok/s | 5⁄5 ✅ | Professional Enterprise |
| 👑 njir-now:cascade (30B) | 4,200ms | 19.2 tok/s | 5⁄5 ✅ | Deep Reasoning |
🥇 njir-now:nano ████████████████████████████████████████ 145.9 tok/s
🥈 njir-now:vision █████████████████ 61.9 tok/s
🥉 njir-now:sentinel ███████████████ 56.4 tok/s
👑 njir-now:pro ███████ 28.4 tok/s
👑 njir-now:cascade █████ 19.2 tok/s
Tested locally on standardized consumer hardware. Pro (22B) and Cascade (30B) require enterprise-tier RAM (32GB+) for optimal performance.
NJIR.AI is the sovereign foundation for enterprise intelligence, delivering unified, high-precision models for Vision, Logic, and Automation. Part of the NJIRLAH Global Ecosystem.
âš¡ Built Different. Built Sovereign. Built by NJIR.AI. âš¡
© 2026 NJIR.AI — All rights reserved.