3,908 1 week ago

5 Sovereign AI Models — Edge (1.5B), Reasoning (30B), Professional (22B), Verification (7B), Vision (8B). Unified ecosystem by NJIR.AI.

vision tools thinking 1.5b 7b 8b 22b 30b
ollama run NJIR/njir-now:1.5b

Applications

Claude Code
Claude Code ollama launch claude --model NJIR/njir-now:1.5b
Codex App
Codex App ollama launch codex-app --model NJIR/njir-now:1.5b
OpenClaw
OpenClaw ollama launch openclaw --model NJIR/njir-now:1.5b
Hermes Agent
Hermes Agent ollama launch hermes --model NJIR/njir-now:1.5b
Codex
Codex ollama launch codex --model NJIR/njir-now:1.5b
OpenCode
OpenCode ollama launch opencode --model NJIR/njir-now:1.5b

Models

View all →

Readme

NJIR-NOW Banner

NJIR-NOW ” Sovereign AI Series

5 Proprietary AI Models. One Unified Ecosystem. Zero Compromises.
Forged by NJIR.AI Part of the NJIRLAH Global Ecosystem.


Overview

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.


Model Lineup

njir-now:1.5b-nanoEdge AI

NJIR-NOW Nano Benchmark

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

NJIR-NOW Heavyweights Benchmark

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

NJIR-NOW Heavyweights Benchmark

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

NJIR-NOW Sentinel Benchmark

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

NJIR-NOW Vision Benchmark

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.


🚀 Quick Start

Install any NJIR-NOW model

# 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

Run via CLI

ollama run njir/njir-now:22b-pro

Run via Python

from ollama import chat

response = chat(
    model='njir/njir-now:22b-pro',
    messages=[{'role': 'user', 'content': 'Analyze this quarterly report...'}]
)
print(response.message.content)

Run via cURL

curl http://localhost:11434/api/chat \
  -d '{
    "model": "njir/njir-now:30b-cascade",
    "messages": [{"role": "user", "content": "Solve this step by step..."}]
  }'

Run via JavaScript

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)

🔗 Compatibility

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

📊 Local Performance Benchmarks

NJIR-NOW Overall Benchmark

Model Avg TTFT Avg Speed Tests Passed Quality
🥇 njir-now:nano (1.5B) 2,242ms 145.9 tok/s 55 ✅ Edge AI Champion
🥈 njir-now:vision (8B) 2,335ms 61.9 tok/s 55 ✅ Multimodal Powerhouse
🥉 njir-now:sentinel (7B) 2,243ms 56.4 tok/s 45 ⚠️ Fact Verification Guard
👑 njir-now:pro (22B) 3,150ms 28.4 tok/s 55 ✅ Professional Enterprise
👑 njir-now:cascade (30B) 4,200ms 19.2 tok/s 55 ✅ Deep Reasoning

🏅 Speed Ranking (Tokens/Second)

🥇 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.


🏛️ About NJIR.AI

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.

Our Model Families

  • njir.gen-4 — 4th Gen Autonomous Swarm Intelligence
  • njir.gen-3 — Third-Generation Sovereign AI
  • njir.gen-2 — Next-Gen Sovereign AI Ecosystem (2.3M+ Pulls)
  • njir.ai — The Original Sovereign AI Suite (1.1M+ Pulls)
  • njir-now — Sovereign AI Series (You are here)

âš¡ Built Different. Built Sovereign. Built by NJIR.AI. âš¡
© 2026 NJIR.AI — All rights reserved.