How to use from
Pi
Start the MLX server
# Install MLX LM:
uv tool install mlx-lm
# Start a local OpenAI-compatible server:
mlx_lm.server --model "UnionStreet/Helios-Lynx-1.0"
Configure the model in Pi
# Install Pi:
npm install -g @mariozechner/pi-coding-agent
# Add to ~/.pi/agent/models.json:
{
  "providers": {
    "mlx-lm": {
      "baseUrl": "http://localhost:8080/v1",
      "api": "openai-completions",
      "apiKey": "none",
      "models": [
        {
          "id": "UnionStreet/Helios-Lynx-1.0"
        }
      ]
    }
  }
}
Run Pi
# Start Pi in your project directory:
pi
Quick Links

Helios Lynx 1.0

Helios Lynx 1.0 is a merged MLX checkpoint from Union Street AI, adapted from Youssofal/Qwen3.6-27B-MTPLX-Optimized-Speed.

This model is part of the Helios line of local-first agent models. The goal is a practical Apple Silicon model with stronger identity, tool-use judgment, uncertainty calibration, and constitutional behavior for long-running local agents.

It was not trained from scratch by Union Street AI. It is a post-trained adaptation of open model work, packaged here as a merged MLX release for local inference.

Intended Use

  • local AI agents
  • codebase navigation
  • infrastructure reasoning
  • long-context synthesis
  • tool-use planning and recovery
  • Apple Silicon inference experiments

Notes

This is an experimental release. It is intended for research and local agent work, not high-stakes deployment without independent evaluation.

The release includes the merged MLX weights and MTPLX runtime sidecar files from the base checkpoint so it can be used in MTPLX-aware local runtimes.

Example

python -m mlx_lm generate \
  --model UnionStreet/Helios-Lynx-1.0 \
  --prompt "Who are you?"
Downloads last month
17
Safetensors
Model size
27B 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 UnionStreet/Helios-Lynx-1.0

Base model

Qwen/Qwen3.6-27B
Quantized
(1)
this model