How to use from
MLX LM
Generate or start a chat session
# Install MLX LM
uv tool install mlx-lm
# Interactive chat REPL
mlx_lm.chat --model "abenzerps/K2-Horizon-7B-MLX-8bit"
Run an OpenAI-compatible server
# Install MLX LM
uv tool install mlx-lm
# Start the server
mlx_lm.server --model "abenzerps/K2-Horizon-7B-MLX-8bit"
# Calling the OpenAI-compatible server with curl
curl -X POST "http://localhost:8000/v1/chat/completions" \
   -H "Content-Type: application/json" \
   --data '{
     "model": "abenzerps/K2-Horizon-7B-MLX-8bit",
     "messages": [
       {"role": "user", "content": "Hello"}
     ]
   }'
Quick Links

K2-Horizon-7B MLX — 8-bit

MLX 8-bit conversion of IFM/K2-Horizon-7B, a 7B dense decoder-only model for reasoning, coding, long-context work, and tool use. The source checkpoint supports a native context length of 524,288 tokens (512K).

Benchmarks

IFM/K2-Horizon-7B benchmark results

Benchmark results reported by IFM for the original IFM/K2-Horizon-7B checkpoint.

Release

Format Quantization Size
MLX safetensors (2 shards) Affine 8-bit, group size 64 9.56 GB

The included model.py loader preserves K2-Horizon's grouped RMSNorm. Use it with MLX-LM and --trust-remote-code. The model is text-only; no vision projector or MTP files are included.

Usage

pip install -U mlx-lm
mlx_lm.generate \
  --model abenzerps/K2-Horizon-7B-MLX-8bit \
  --trust-remote-code \
  --prompt "Explain why reproducible builds matter." \
  --max-tokens 256

Source

Downloads last month
153
Safetensors
Model size
9B params
Tensor type
U32
·
BF16
·
MLX
Hardware compatibility
Log In to add your hardware

8-bit

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

Model tree for abenzerps/K2-Horizon-7B-MLX-8bit

Quantized
(18)
this model

Collection including abenzerps/K2-Horizon-7B-MLX-8bit