67 Downloads Updated 2 weeks ago
ollama run HSR-DeepThink/StrikeModel
ollama launch claude --model HSR-DeepThink/StrikeModel
ollama launch codex-app --model HSR-DeepThink/StrikeModel
ollama launch openclaw --model HSR-DeepThink/StrikeModel
ollama launch hermes --model HSR-DeepThink/StrikeModel
ollama launch codex --model HSR-DeepThink/StrikeModel
ollama launch opencode --model HSR-DeepThink/StrikeModel
HSR DeepThink StrikeModel is an experimental hybrid AI architecture developed by HSR Projects that combines the strengths of OpenMODEL-1.0 and OpenScan-1.0 into a single multimodal reasoning system built on top of Gemma 4.
The goal of StrikeModel is to create a unified local-first AI capable of:
The project merges conversational intelligence from OpenMODEL with the vision and OCR pipeline from OpenScan to create a more advanced AI stack optimized for developers, researchers, and local AI systems.
┌────────────────────┐
│ Gemma 4 Base │
│ (Core Foundation) │
└─────────┬──────────┘
│
┌───────────────────┴───────────────────┐
│ │
┌─────────────────────┐ ┌─────────────────────┐
│ OpenMODEL-1.0 │ │ OpenScan-1.0 │
│ Conversational AI │ │ Vision + OCR AI │
│ Reasoning Engine │ │ Image Understanding │
└──────────┬──────────┘ └──────────┬──────────┘
│ │
└──────────────┬──────────────────────┘
│
┌────────────────────┐
│ DeepThink Layer │
│ Memory + Planning │
│ Multi-step Reason │
└────────────────────┘
OpenMODEL-1.0 provides:
The model was designed as a developer-friendly local assistant optimized for Ollama deployments. (Ollama)
OpenScan-1.0 contributes:
The system combines vision models like LLaVA/BakLLaVA with AI-based cleanup pipelines for improved OCR quality. (Ollama)
Google Gemma 4 acts as the foundational reasoning backbone for StrikeModel.
Gemma 4 provides:
Community testing has shown Gemma 4 performs well for local inference and agentic workflows when combined with systems like OpenClaw and Ollama. (Reddit)
StrikeModel introduces a new DeepThink Layer that enables:
The system can process:
StrikeModel is designed for:
StrikeModel is optimized for:
Input Image
↓
OpenScan OCR Extraction
↓
Gemma 4 Understanding
↓
DeepThink Multi-Step Analysis
↓
OpenMODEL Conversational Output
↓
Structured Final Response
Scan invoice →
Extract text →
Analyze totals →
Generate report →
Export JSON
Upload research paper →
Extract content →
Summarize →
Generate insights →
Create citations
Read screenshot →
Understand error →
Reason about fix →
Generate code patch
The StrikeModel project focuses on:
| Goal | Description |
|---|---|
| Local AI | Fully offline capable |
| Multimodal | Text + Vision support |
| Fast Inference | Optimized for consumer GPUs |
| Open Ecosystem | Compatible with Ollama |
| Agentic AI | Tool-using autonomous systems |
| Deep Reasoning | Multi-step planning and reflection |
FROM gemma4
SYSTEM """
You are HSR DeepThink StrikeModel.
A hybrid reasoning and multimodal AI system combining:
- OpenMODEL conversational intelligence
- OpenScan OCR and vision understanding
- Deep multi-step reasoning
Provide structured, accurate, and thoughtful responses.
"""
PARAMETER temperature 0.6
PARAMETER top_p 0.9
PARAMETER num_ctx 131072
| Hardware | Recommended |
|---|---|
| GPU | RTX 3090 / 4090 / 5090 |
| VRAM | 24GB+ |
| RAM | 32GB+ |
| Storage | NVMe SSD |
| Runtime | Ollama / llama.cpp |
HSR DeepThink StrikeModel aims to become a fully open, local-first AI platform that combines:
into a single lightweight architecture powered by Gemma 4.
Sources: (Ollama)