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 "fcmeyer/Fara1.5-27B-MLX-bf16"
Configure the model in Pi
# Install Pi:
npm install -g @earendil-works/pi-coding-agent
# Add to ~/.pi/agent/models.json:
{
  "providers": {
    "mlx-lm": {
      "baseUrl": "http://localhost:8080/v1",
      "api": "openai-completions",
      "apiKey": "none",
      "models": [
        {
          "id": "fcmeyer/Fara1.5-27B-MLX-bf16"
        }
      ]
    }
  }
}
Run Pi
# Start Pi in your project directory:
pi
Quick Links

Fara1.5-27B MLX BF16

Full-precision MLX-VLM conversion of microsoft/Fara1.5-27B.

  • Source revision: 299c8406a6c6256d45ec200d1ac12b34c5599d9b
  • Precision: BF16, unquantized
  • Parameters: 27,356,728,560
  • Runtime used for conversion: MLX 0.32.0 and MLX-VLM 0.6.6
mlx_vlm.generate \
  --model /path/to/Fara1.5-27B-MLX-bf16 \
  --image /path/to/screenshot.png \
  --prompt "Describe the next browser action." \
  --max-tokens 512 \
  --temperature 0

Fara is a computer-use agent. Run it only with appropriate browser sandboxing, domain allow-lists, monitoring, and confirmation gates for irreversible actions.

Downloads last month
65
Safetensors
Model size
27B params
Tensor type
BF16
·
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 fcmeyer/Fara1.5-27B-MLX-bf16

Base model

Qwen/Qwen3.5-27B
Finetuned
(1)
this model