--- license: mit library_name: mlx pipeline_tag: image-text-to-text language: - en base_model: microsoft/Fara1.5-27B tags: - computer-use - cua - web-agent - multimodal - vision-language - agent - browser-automation - magentic - fara - mlx --- # Fara1.5-27B MLX BF16 Full-precision MLX-VLM conversion of [`microsoft/Fara1.5-27B`](https://huggingface.co/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 ```bash 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.