How to use from
OpenClaw
Start the MLX server
# Install MLX LM:
uv tool install mlx-lm
# Start a local OpenAI-compatible server:
mlx_lm.server --model "FritzStack/HiTOP-QWEN4B-mlx-Q4"
Configure OpenClaw
# Install OpenClaw:
npm install -g openclaw@latest
# Register the local server and set it as the default model:
openclaw onboard --non-interactive --mode local \
  --auth-choice custom-api-key \
  --custom-base-url http://127.0.0.1:8080/v1 \
  --custom-model-id "FritzStack/HiTOP-QWEN4B-mlx-Q4" \
  --custom-provider-id mlx-lm \
  --custom-compatibility openai \
  --custom-text-input \
  --accept-risk \
  --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
Quick Links
pip install mlx-lm
!pip install git+https://github.com/Fede-stack/TONYpy.git
from TONY.HiTOP import HiTOPPredictor_mlx
text = 'Some days I keep living, even though I feel completely alone in the world'
hitop = HiTOP_Predictor_mlx(model_name='FritzStack/HiTOP-QWEN4B-mlx-Q4')
hitop.predict_HiTOP(text)
Downloads last month
611
Safetensors
Model size
0.6B params
Tensor type
BF16
·
U32
·
MLX
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for FritzStack/HiTOP-QWEN4B-mlx-Q4

Finetuned
Qwen/Qwen3-4B
Quantized
(1)
this model