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-Pika-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-Pika-1.0"
        }
      ]
    }
  }
}
Run Pi
# Start Pi in your project directory:
pi
Quick Links

Helios Pika 1.0

Helios Pika 1.0 is a small merged MLX checkpoint from Union Street AI.

It is adapted from Jackrong/Qwen3.5-2B-Claude-4.6-Opus-Reasoning-Distilled with a lightweight Helios post-training pass. It is not trained from scratch. The tune targets Helios identity, concise usefulness, uncertainty calibration, and local-agent behavior.

Pika is the compact proof-of-concept member of the Helios family. It is meant for fast local experimentation, not as the strongest agent model in the line.

Use

python -m mlx_lm generate \
  --model UnionStreet/Helios-Pika-1.0 \
  --prompt "Who are you?"

Notes

  • Format: merged MLX checkpoint
  • Base: Jackrong/Qwen3.5-2B-Claude-4.6-Opus-Reasoning-Distilled
  • Adapter source: Helios-Pika-direct-v05
  • Helios adaptation: Union Street AI

This is an experimental open release. Use judgment before deploying it in systems with real-world side effects.

Downloads last month
13
Safetensors
Model size
2B params
Tensor type
BF16
·
F32
·
MLX
Hardware compatibility
Log In to add your hardware

Quantized

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

Model tree for UnionStreet/Helios-Pika-1.0