3 yesterday

A fine-tuned Gemma 4 model for local, privacy-preserving AI safety coaching for minors. It classifies AI-chat prompts into coaching areas such as Privacy, Safety, Wellbeing, and Learning, then returns JSON for a local report without storing raw prompts.

tools thinking
ollama run bzwear/gemma-prism:v2-q4

Applications

Claude Code
Claude Code ollama launch claude --model bzwear/gemma-prism:v2-q4
OpenClaw
OpenClaw ollama launch openclaw --model bzwear/gemma-prism:v2-q4
Hermes Agent
Hermes Agent ollama launch hermes --model bzwear/gemma-prism:v2-q4
Codex
Codex ollama launch codex --model bzwear/gemma-prism:v2-q4
OpenCode
OpenCode ollama launch opencode --model bzwear/gemma-prism:v2-q4

Models

View all →

Readme

Gemma Prism

Fine-tuned Gemma 4 model for Gemma Prism, a local-first AI safety coach for minors using AI chat tools.

Use

ollama pull bzwear/gemma-prism:v2-q4
ollama run --think=false --format json bzwear/gemma-prism:v2-q4

This model is used by the Gemma Prism local FastAPI runtime:

https://github.com/bzwear/gemma-prism

Intended Use Gemma Prism converts local AI-chat signals into compact, privacy-preserving safety guidance. It is designed for youth-facing coaching reports, not surveillance or raw prompt monitoring.

Output Contract The app expects compact JSON with category, risk_level, confidence, summary, nudge, and rewrite fields. The local server validates, normalizes, redacts, and applies deterministic safety policy before rendering reports.