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 "DreamFoundries/Agents-A1-6bit"
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": "DreamFoundries/Agents-A1-6bit"
        }
      ]
    }
  }
}
Run Pi
# Start Pi in your project directory:
pi
Quick Links

Agents-A1 MLX 6-bit

This repository contains an MLX-LM conversion of InternScience/Agents-A1.

Conversion Details

  • Original model: InternScience/Agents-A1
  • Model family: Agents A1
  • Source model type: qwen3_5_moe
  • Model size: 35,107,181,936 parameters
  • Quantization: MLX-LM affine quantization
  • Bits: 6-bit
  • Group size: 64
  • Local MLX folder size at upload time: 26.25 GiB
  • Local safetensors weight size at upload time: 26.23 GiB

Usage

mlx_lm.generate --model DreamFoundries/Agents-A1-6bit --prompt "Hello" --max-tokens 64

Benchmarks

No comparative benchmarks have been run yet. The repository does not currently provide quality, speed, memory, or benchmark comparisons against the original weights or other quantizations.

License

This is a converted/quantized derivative of the original model. Please refer to the original model repository for the upstream license and usage terms: https://huggingface.co/InternScience/Agents-A1

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

6-bit

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

Model tree for DreamFoundries/Agents-A1-6bit

Quantized
(39)
this model

Collection including DreamFoundries/Agents-A1-6bit