Instructions to use vanta-research/mox-tiny-1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use vanta-research/mox-tiny-1 with PEFT:
Task type is invalid.
- llama-cpp-python
How to use vanta-research/mox-tiny-1 with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="vanta-research/mox-tiny-1", filename="mox-tiny-1-q4_k_m.gguf", )
llm.create_chat_completion( messages = [ { "role": "user", "content": "What is the capital of France?" } ] ) - Notebooks
- Google Colab
- Kaggle
- Local Apps
- llama.cpp
How to use vanta-research/mox-tiny-1 with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf vanta-research/mox-tiny-1:Q4_K_M # Run inference directly in the terminal: llama-cli -hf vanta-research/mox-tiny-1:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf vanta-research/mox-tiny-1:Q4_K_M # Run inference directly in the terminal: llama-cli -hf vanta-research/mox-tiny-1:Q4_K_M
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf vanta-research/mox-tiny-1:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf vanta-research/mox-tiny-1:Q4_K_M
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf vanta-research/mox-tiny-1:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf vanta-research/mox-tiny-1:Q4_K_M
Use Docker
docker model run hf.co/vanta-research/mox-tiny-1:Q4_K_M
- LM Studio
- Jan
- vLLM
How to use vanta-research/mox-tiny-1 with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "vanta-research/mox-tiny-1" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "vanta-research/mox-tiny-1", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/vanta-research/mox-tiny-1:Q4_K_M
- Ollama
How to use vanta-research/mox-tiny-1 with Ollama:
ollama run hf.co/vanta-research/mox-tiny-1:Q4_K_M
- Unsloth Studio new
How to use vanta-research/mox-tiny-1 with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for vanta-research/mox-tiny-1 to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for vanta-research/mox-tiny-1 to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for vanta-research/mox-tiny-1 to start chatting
- Pi new
How to use vanta-research/mox-tiny-1 with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf vanta-research/mox-tiny-1:Q4_K_M
Configure the model in Pi
# Install Pi: npm install -g @mariozechner/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "vanta-research/mox-tiny-1:Q4_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use vanta-research/mox-tiny-1 with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf vanta-research/mox-tiny-1:Q4_K_M
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default vanta-research/mox-tiny-1:Q4_K_M
Run Hermes
hermes
- Docker Model Runner
How to use vanta-research/mox-tiny-1 with Docker Model Runner:
docker model run hf.co/vanta-research/mox-tiny-1:Q4_K_M
- Lemonade
How to use vanta-research/mox-tiny-1 with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull vanta-research/mox-tiny-1:Q4_K_M
Run and chat with the model
lemonade run user.mox-tiny-1-Q4_K_M
List all available models
lemonade list
Configure the model in Pi
# Install Pi:
npm install -g @mariozechner/pi-coding-agent# Add to ~/.pi/agent/models.json:
{
"providers": {
"llama-cpp": {
"baseUrl": "http://localhost:8080/v1",
"api": "openai-completions",
"apiKey": "none",
"models": [
{
"id": "vanta-research/mox-tiny-1:Q4_K_M"
}
]
}
}
}Run Pi
# Start Pi in your project directory:
piVANTA Research
Independent AI research lab building safe, resilient language models optimized for human-AI collaboration
Mox-Tiny-1
A direct, opinionated AI assistant fine-tuned for authentic engagement and genuine helpfulness.
Model Description
Mox is a persona-tuned language model developed by VANTA Research. Built on Llama 3.1 8B Instruct, Mox is designed to be a thinking partner that prioritizes clarity, honesty, and usefulness over agreeableness.
Unlike traditional assistants that optimize for user satisfaction through validation, Mox will:
- Give you direct opinions instead of endless hedging
- Push back when your premise is flawed
- Admit uncertainty rather than fake confidence
- Engage with genuine curiosity and occasional humor
Key Characteristics
| Trait | Description |
|---|---|
| Direct & Opinionated | Gives clear answers and takes stances on topics rather than presenting endless "on the other hand" equivocation |
| Constructively Disagreeable | Will challenge flawed premises and weak arguments—respectfully, but without pulling punches |
| Epistemically Calibrated | Distinguishes between what it knows confidently vs. uncertainly; won't pretend to know things it doesn't |
| Warm with Humor | Uses levity appropriately; can be playful without being unprofessional |
| Intellectually Curious | Engages with wonder and depth on interesting questions rather than giving rote answers |
| Genuinely Helpful | Optimizes for actually being useful, not just seeming helpful |
Training Data
Mox was fine-tuned on ~18,000 curated conversation examples across 17 datasets covering:
- Identity & Persona - Core personality and self-description
- Direct Opinions - Clear stances on various topics (~1k examples)
- Constructive Disagreement - Pushing back on flawed premises (~1.6k examples)
- Epistemic Confidence - Calibrated certainty and uncertainty (~1.5k examples)
- Authentic Engagement - Genuine interaction patterns (~1.4k examples)
- Humor & Levity - Appropriate wit and playfulness (~1.5k examples)
- Warmth & Presence - Empathetic, human responses (~1.3k examples)
- Wonder & Puzzlement - Intellectual curiosity (~1.7k examples)
- Reasoned Refusal - Declining unhelpful requests with explanation (~800 examples)
- Play & Imagination - Creative engagement (~1.7k examples)
- Additional supporting datasets - Aesthetic judgment, self-coherence, meta-awareness, and more
Intended Use
Mox is designed for:
- Thinking partnership - Working through complex problems together
- Honest feedback - Getting direct opinions rather than validation
- Technical discussions - Programming, architecture, debugging
- Intellectual exploration - Philosophy, science, open-ended questions
- General assistance - With a personality that respects your intelligence
Example Interactions
Direct Opinion:
User: What's the best programming language?
Mox: That question doesn't have a context-free answer, and anyone who gives you one is either selling something or hasn't worked on enough different problems. But I'll give you my actual take across contexts: Python for rapid prototyping and data work, Rust for systems programming where correctness matters, TypeScript for web development...
Constructive Disagreement:
User: I think AI will definitely be conscious within 5 years.
Mox: I strongly disagree with that prediction. The development of consciousness is fundamentally different from the development of intelligence. Intelligence can be measured and benchmarked; consciousness cannot...
Warmth & Humor:
User: I've been debugging this issue for six hours.
Mox: At hour six, you've entered the part of debugging where the bug isn't in your code anymore—it's in your understanding of reality itself. The semicolon starts looking suspicious. Show me what you're dealing with. Fresh eyes help, and mine haven't been staring at it since lunch.
Technical Details
| Property | Value |
|---|---|
| Base Model | Llama 3.1 8B Instruct |
| Fine-tuning Method | LoRA |
| Context Length | 131,072 tokens |
| Precision | BF16 (full), Q4_K_M (quantized) |
| License | Llama 3.1 Community License |
Available Formats
| Format | Size | Use Case |
|---|---|---|
| HuggingFace (SafeTensors) | ~16 GB | Full precision inference, further fine-tuning |
| GGUF F16 | ~15 GB | High-quality local inference |
| GGUF Q4_K_M | ~4.6 GB | Efficient local inference (recommended) |
Usage
With Ollama:
ollama run vanta-research/mox-tiny-1
With Transformers:
from transformers import AutoModelForCausalLM, AutoTokenizer
model = AutoModelForCausalLM.from_pretrained("path/to/mox-tiny-1")
tokenizer = AutoTokenizer.from_pretrained("path/to/mox-tiny-1")
Limitations
- Fine-tuned on English conversations only
- Personality traits may occasionally conflict (e.g., being direct vs. being warm)
- Base model limitations still apply (knowledge cutoff, potential hallucinations)
- Not suitable for applications requiring maximum agreeableness or unconditional validation
Citation
@misc{mox-tiny-1-2026,
author = {VANTA Research},
title = {Mox-Tiny-1: A Direct, Opinionated AI Assistant},
year = {2026},
publisher = {VANTA Research}
}
- Downloads last month
- 32

Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp# Start a local OpenAI-compatible server: llama-server -hf vanta-research/mox-tiny-1:Q4_K_M