Download Latest Version LocalAI-v3.3.1-source.tar.gz (9.3 MB)
Email in envelope

Get an email when there's a new version of LocalAI

Home / v3.3.1
Name Modified Size InfoDownloads / Week
Parent folder
LocalAI-v3.3.1-checksums.txt < 18 hours ago 473 Bytes
LocalAI-v3.3.1-source.tar.gz < 18 hours ago 9.3 MB
local-ai-v3.3.1-darwin-amd64 < 18 hours ago 69.9 MB
local-ai-v3.3.1-darwin-arm64 < 18 hours ago 68.5 MB
local-ai-v3.3.1-linux-amd64 < 18 hours ago 68.6 MB
local-ai-v3.3.1-linux-arm64 < 18 hours ago 66.7 MB
README.md < 24 hours ago 4.4 kB
v3.3.1 source code.tar.gz < 24 hours ago 9.3 MB
v3.3.1 source code.zip < 24 hours ago 9.6 MB
Totals: 9 Items   301.8 MB 2

This is a minor release, however we have addressed some important bug regarding Intel-GPU Images, and we have changed naming of the container images.

This release also adds support for Flux Kontext and Flux krea!

:warning: Breaking change

Intel GPU images has been renamed from latest-gpu-intel-f32 and latest-gpu-intel-f16 to a single one, latest-gpu-intel, for example:

:::bash
docker run -ti --name local-ai -p 8080:8080 --device=/dev/dri/card1 --device=/dev/dri/renderD128 localai/localai:latest-gpu-intel

and for AIO (All-In-One) images:

:::bash
docker run -ti --name local-ai -p 8080:8080 localai/localai:latest-aio-gpu-intel

:framed_picture: Flux kontext

From this release LocalAI supports Flux Kontext and can be used to edit images via the API:

Install with:

:::bash
local-ai run flux.1-kontext-dev

To test:

:::bash
curl http://localhost:8080/v1/images/generations -H "Content-Type: application/json" -d '{
  "model": "flux.1-kontext-dev",
  "prompt": "change 'flux.cpp' to 'LocalAI'",
  "size": "256x256",
  "ref_images": [
    "https://raw.githubusercontent.com/leejet/stable-diffusion.cpp/master/assets/flux/flux1-dev-q8_0.png"
  ]
}'

b64567298114 (1) b641424088517

What's Changed

Breaking Changes 🛠

Exciting New Features 🎉

🧠 Models

Other Changes

Full Changelog: https://github.com/mudler/LocalAI/compare/v3.3.0...v3.3.1

Source: README.md, updated 2025-08-01