rampa3
f44200bec8
chore(model gallery): Add Ministral 3 family of models (aside from base versions) ( #8467 )
...
Signed-off-by: rampa3 <68955305+rampa3@users.noreply.github.com >
2026-02-09 09:10:37 +01:00
Richard Palethorpe
7fbe1d2e72
chore(models): Add Qwen TTS 0.6b ( #8428 )
...
Signed-off-by: Richard Palethorpe <io@richiejp.com >
2026-02-06 10:30:36 +01:00
Andres
efd552f83e
fix(api)!: Stop model prior to deletion ( #8422 )
...
* Unload model prior to deletion
Signed-off-by: Andres Smith <andressmithdev@pm.me >
* Fix LFM model in gallery
Signed-off-by: Andres Smith <andressmithdev@pm.me >
* Remove mistakenly added files
Signed-off-by: Andres Smith <andressmithdev@pm.me >
---------
Signed-off-by: Andres Smith <andressmithdev@pm.me >
2026-02-06 09:22:10 +01:00
LocalAI [bot]
682ac7e637
chore(model-gallery): ⬆️ update checksum ( #8420 )
...
⬆️ Checksum updates in gallery/index.yaml
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2026-02-05 21:34:26 +01:00
Ettore Di Giacinto
53276d28e7
feat(musicgen): add ace-step and UI interface ( #8396 )
...
* feat(musicgen): add ace-step and UI interface
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* Correctly handle model dir
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* Drop auto-download
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* Fixups
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* Add to models, fixup UIs icons
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* fixups
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* Update docs
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* l4t13 is incompatbile
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* avoid pinning version for cuda12
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* Drop l4t12
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
---------
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2026-02-05 12:04:53 +01:00
LocalAI [bot]
8fa6737bdc
chore(model gallery): 🤖 add 1 new models via gallery agent ( #8381 )
...
chore(model gallery): 🤖 add new models via gallery agent
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2026-02-03 22:40:22 +01:00
Ettore Di Giacinto
e7fc604dbc
feat(metal): try to extend support to remaining backends ( #8374 )
...
* feat(metal): try to extend support to remaining backends
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* neutts doesn't work
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* split outetts out of transformers
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* Remove torch pin to whisperx
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
---------
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2026-02-03 21:57:50 +01:00
rampa3
04e0f444e1
chore(model gallery): Add Qwen 3 VL 8B thinking & instruct ( #8329 )
...
Signed-off-by: rampa3 <68955305+rampa3@users.noreply.github.com >
2026-02-01 17:34:31 +01:00
rampa3
6f410f4cbe
chore(model gallery): Rename downloaded filename for Magistral Small mmproj ( #8327 )
...
Rename downloaded filename for Magistral Small mmproj
Signed-off-by: rampa3 <68955305+rampa3@users.noreply.github.com >
2026-02-01 17:33:48 +01:00
LocalAI [bot]
234072769c
chore(model gallery): 🤖 add 1 new models via gallery agent ( #8321 )
...
chore(model gallery): 🤖 add new models via gallery agent
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2026-02-01 09:02:05 +01:00
LocalAI [bot]
f7903597ac
chore(model-gallery): ⬆️ update checksum ( #8307 )
...
⬆️ Checksum updates in gallery/index.yaml
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2026-01-30 21:27:48 +01:00
LocalAI [bot]
7cc90db3e5
chore(model-gallery): ⬆️ update checksum ( #8285 )
...
⬆️ Checksum updates in gallery/index.yaml
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2026-01-29 21:51:18 +01:00
Ettore Di Giacinto
1e08e02598
feat(qwen-asr): add support to qwen-asr ( #8281 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2026-01-29 21:50:35 +01:00
Richard Palethorpe
856ca2d6b1
fix(qwen3): Be explicit with function calling format ( #8265 )
...
Qwen3 4b was using the wrong function format (i.e. using "function"
instead of "name") within the realtime API.
If we specify the function calling format explicitly then it stops it.
Signed-off-by: Richard Palethorpe <io@richiejp.com >
2026-01-28 14:44:29 +01:00
Ettore Di Giacinto
2f7c595cd1
chore(model gallery): add z-image and z-image-turbo for diffusers ( #8260 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2026-01-27 22:42:10 +01:00
rampa3
73decac746
chore(model gallery): Add mistral-community/pixtral-12b with mmproj ( #8245 )
...
Rebased branch add_pixtral on master
Signed-off-by: rampa3 <68955305+rampa3@users.noreply.github.com >
2026-01-27 21:43:31 +01:00
rampa3
93d7e5d4b8
chore(model gallery): Add entry for Magistral Small 1.2 with mmproj ( #8248 )
...
Signed-off-by: rampa3 <68955305+rampa3@users.noreply.github.com >
2026-01-27 16:55:00 +01:00
rampa3
ff5a54b9d1
chore(model gallery): Add entry for Mistral Small 3.1 with mmproj ( #8247 )
...
* chore(model gallery): Add entry for Mistral Small 3.1 with mmproj
Signed-off-by: rampa3 <68955305+rampa3@users.noreply.github.com >
* Use llama-cpp subfolder structure akin to Qwen 3 VL
Signed-off-by: rampa3 <68955305+rampa3@users.noreply.github.com >
---------
Signed-off-by: rampa3 <68955305+rampa3@users.noreply.github.com >
2026-01-27 16:54:14 +01:00
LocalAI [bot]
4024220d00
chore(model gallery): 🤖 add 1 new models via gallery agent ( #8220 )
...
chore(model gallery): 🤖 add new models via gallery agent
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2026-01-26 12:11:24 +01:00
Ettore Di Giacinto
26a374b717
chore: drop bark which is unmaintained ( #8207 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2026-01-25 09:26:40 +01:00
rampa3
980de0e25b
chore(model gallery): Add most of not yet present Piper voices from Hugging Face ( #8202 )
...
Signed-off-by: rampa3 <68955305+rampa3@users.noreply.github.com >
2026-01-25 08:56:53 +01:00
Ettore Di Giacinto
ca65fc751a
chore(model gallery): add qwen3-tts to model gallery ( #8187 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2026-01-23 23:06:50 +01:00
LocalAI [bot]
ea51567b89
chore(model gallery): 🤖 add 1 new models via gallery agent ( #8170 )
...
chore(model gallery): 🤖 add new models via gallery agent
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2026-01-23 08:19:39 +01:00
LocalAI [bot]
be7ed85838
chore(model gallery): 🤖 add 1 new models via gallery agent ( #8157 )
...
chore(model gallery): 🤖 add new models via gallery agent
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2026-01-22 08:25:40 +01:00
LocalAI [bot]
a0a00fb937
chore(model-gallery): ⬆️ update checksum ( #8153 )
...
⬆️ Checksum updates in gallery/index.yaml
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2026-01-21 21:45:11 +01:00
Ettore Di Giacinto
b88ae31e4e
chore(model gallery): add flux 2 and flux 2 klein ( #8141 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2026-01-21 09:46:33 +01:00
LocalAI [bot]
e886bb291a
chore(model gallery): 🤖 add 1 new models via gallery agent ( #8128 )
...
chore(model gallery): 🤖 add new models via gallery agent
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2026-01-20 12:58:29 +01:00
Ettore Di Giacinto
0279591fec
Enable reranking for Qwen3-VL-Reranker-8B
...
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com >
2026-01-19 15:28:58 +01:00
rampa3
897ad1729e
chore(model gallery): add qwen3-coder-30b-a3b-instruct based on model request ( #8082 )
...
* chore(model gallery): add qwen3-coder-30b-a3b-instruct based on model request
Signed-off-by: rampa3 <68955305+rampa3@users.noreply.github.com >
* added missing model config import URL
Signed-off-by: rampa3 <68955305+rampa3@users.noreply.github.com >
---------
Signed-off-by: rampa3 <68955305+rampa3@users.noreply.github.com >
2026-01-18 09:23:07 +01:00
Ettore Di Giacinto
b19afc9e64
feat(diffusers): add support to LTX-2 ( #8019 )
...
* feat(diffusers): add support to LTX-2
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* Add to the gallery
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
---------
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2026-01-14 09:07:30 +01:00
Ettore Di Giacinto
a6ff354c86
feat(tts): add pocket-tts backend ( #8018 )
...
* feat(pocket-tts): add new backend
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* Add to the gallery
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* fixups
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* Update docs
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
---------
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2026-01-13 23:35:19 +01:00
LocalAI [bot]
84234e531f
chore(model gallery): 🤖 add 1 new models via gallery agent ( #7954 )
...
chore(model gallery): 🤖 add new models via gallery agent
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2026-01-10 12:34:23 +01:00
Ettore Di Giacinto
d699b7ccdc
Add backend configuration for Granite embedding model
...
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com >
2026-01-09 00:44:10 +01:00
LocalAI [bot]
09bc2e4a00
chore(model gallery): 🤖 add 1 new models via gallery agent ( #7922 )
...
chore(model gallery): 🤖 add new models via gallery agent
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2026-01-08 11:06:21 +01:00
LocalAI [bot]
0b26669d0b
chore(model gallery): 🤖 add 1 new models via gallery agent ( #7916 )
...
chore(model gallery): 🤖 add new models via gallery agent
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2026-01-07 21:43:39 +01:00
LocalAI [bot]
7abc0242bb
chore(model gallery): 🤖 add 1 new models via gallery agent ( #7903 )
...
chore(model gallery): 🤖 add new models via gallery agent
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2026-01-07 09:46:36 +01:00
LocalAI [bot]
8c504113a2
chore(model gallery): 🤖 add 1 new models via gallery agent ( #7840 )
...
chore(model gallery): 🤖 add new models via gallery agent
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2026-01-03 08:42:05 +01:00
LocalAI [bot]
1639fc6309
chore(model gallery): 🤖 add 1 new models via gallery agent ( #7831 )
...
chore(model gallery): 🤖 add new models via gallery agent
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2026-01-02 15:10:00 +01:00
LocalAI [bot]
fd152c97c0
chore(model gallery): 🤖 add 1 new models via gallery agent ( #7826 )
...
chore(model gallery): 🤖 add new models via gallery agent
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2026-01-02 08:45:43 +01:00
LocalAI [bot]
7db79aadfa
chore(model-gallery): ⬆️ update checksum ( #7821 )
...
⬆️ Checksum updates in gallery/index.yaml
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2026-01-01 21:16:11 +01:00
nold
dee48679b4
Fix(gallery): Updated checksums for qwen3-vl-30b instruct & thinking ( #7819 )
...
* Fix(gallery): SHA256 hashes for qwen3-vl-30b-instruct
Signed-off-by: nold <Nold360@users.noreply.github.com >
* Fix(gallery): SHA256 checksums for qwen3-vl-30b-thinking
Signed-off-by: nold <Nold360@users.noreply.github.com >
---------
Signed-off-by: nold <Nold360@users.noreply.github.com >
2026-01-01 20:33:55 +01:00
LocalAI [bot]
94b47a9310
chore(model gallery): 🤖 add 1 new models via gallery agent ( #7816 )
...
chore(model gallery): 🤖 add new models via gallery agent
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2026-01-01 19:20:26 +01:00
LocalAI [bot]
3f1631aa87
chore(model gallery): 🤖 add 1 new models via gallery agent ( #7807 )
...
chore(model gallery): 🤖 add new models via gallery agent
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2025-12-31 19:29:59 +01:00
LocalAI [bot]
dad509637e
chore(model gallery): 🤖 add 1 new models via gallery agent ( #7801 )
...
chore(model gallery): 🤖 add new models via gallery agent
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2025-12-31 09:18:35 +01:00
LocalAI [bot]
aadec0b8cb
chore(model gallery): 🤖 add 1 new models via gallery agent ( #7712 )
...
chore(model gallery): 🤖 add new models via gallery agent
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2025-12-24 13:00:54 +01:00
Ettore Di Giacinto
39a5a84e64
fix: include virtual config
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-12-24 09:30:29 +01:00
Ettore Di Giacinto
c8173f0f67
chore(gallery): cleanup old architectures
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-12-24 09:14:03 +01:00
LocalAI [bot]
6dc2dbc835
chore(model gallery): 🤖 add 1 new models via gallery agent ( #7707 )
...
chore(model gallery): 🤖 add new models via gallery agent
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2025-12-24 08:34:18 +01:00
LocalAI [bot]
96d3f0ebc8
chore(model gallery): 🤖 add 1 new models via gallery agent ( #7700 )
...
chore(model gallery): 🤖 add new models via gallery agent
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2025-12-23 08:53:18 +01:00
Ettore Di Giacinto
b36a7593fa
chore(gallery): cleanup old (superseded) archs
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-12-22 22:55:53 +00:00