flyingfishinwater commited on
Commit
fabc81c
·
verified ·
1 Parent(s): cc9c838

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +739 -60
README.md CHANGED
@@ -10,6 +10,7 @@ on the App Store.
10
  Refer more information on [Privacy AI Official Site:](https://privacyai.acmeup.com)
11
 
12
  ## Qwen3 4B Instruct 2507
 
13
  Qwen3-4B-Instruct-2507 is the latest 4B parameter model in the Qwen3 series, featuring significant improvements in reasoning, mathematics, science, coding, and tool usage. With 262K context length and strong multilingual support, it excels at instruction following, logical reasoning, and complex problem-solving tasks.
14
 
15
  **Model Intention:** Latest Qwen3-4B Instruct model with enhanced reasoning, logical thinking, mathematics, science, coding, and tool usage capabilities
@@ -29,6 +30,7 @@ Qwen3-4B-Instruct-2507 is the latest 4B parameter model in the Qwen3 series, fea
29
  **Context Length:** 2048 tokens
30
 
31
  **Prompt Format:**
 
32
  ```
33
 
34
  ```
@@ -45,6 +47,7 @@ Qwen3-4B-Instruct-2507 is the latest 4B parameter model in the Qwen3 series, fea
45
  ---
46
 
47
  ## Qwen3 4B Thinking 2507
 
48
  Qwen3-4B-Thinking-2507 is a specialized variant of the Qwen3-4B series with enhanced reasoning capabilities. It features thinking mode enabled by default, providing significantly improved performance on complex reasoning tasks including logical reasoning, mathematics, science, coding, and academic benchmarks with 262K context length.
49
 
50
  **Model Intention:** Advanced reasoning model with thinking mode enabled for complex logical reasoning, mathematics, science, and coding tasks
@@ -64,6 +67,7 @@ Qwen3-4B-Thinking-2507 is a specialized variant of the Qwen3-4B series with enha
64
  **Context Length:** 2048 tokens
65
 
66
  **Prompt Format:**
 
67
  ```
68
 
69
  ```
@@ -80,6 +84,7 @@ Qwen3-4B-Thinking-2507 is a specialized variant of the Qwen3-4B series with enha
80
  ---
81
 
82
  ## GLM Edge 4B Chat
 
83
  GLM-4 is the latest generation of pre-trained models in the GLM-4 series launched by Zhipu AI. In the evaluation of data sets in semantics, mathematics, reasoning, code, and knowledge, GLM-4 has shown superior performance beyond Llama-3. In addition to multi-round conversations, GLM-4-Chat also has advanced features such as web browsing, code execution, custom tool calls (Function Call), and long text reasoning (supporting up to 128K context). This generation of models has added multi-language support, supporting 26 languages including Japanese, Korean, and German.
84
 
85
  **Model Intention:** It is the latest generation of pre-trained models in the GLM-4 series launched by Zhipu AI
@@ -99,6 +104,7 @@ GLM-4 is the latest generation of pre-trained models in the GLM-4 series launche
99
  **Context Length:** 1024 tokens
100
 
101
  **Prompt Format:**
 
102
  ```
103
  {% for item in messages %}{% if item['role'] == 'system' %}<|system|>
104
  {{ item['content'] }}{% elif item['role'] == 'user' %}<|user|>
@@ -119,6 +125,7 @@ GLM-4 is the latest generation of pre-trained models in the GLM-4 series launche
119
  ---
120
 
121
  ## Gemma 3n E2B it
 
122
  Gemma 3n models are designed for efficient execution on low-resource devices. They are capable of multimodal input, handling text, image, video, and audio input, and generating text outputs, with open weights for pre-trained and instruction-tuned variants. These models were trained with data in over 140 spoken languages.
123
 
124
  **Model Intention:** Gemma 3n models are designed for efficient execution on low-resource devices. They are capable of multimodal input
@@ -140,6 +147,7 @@ Gemma 3n models are designed for efficient execution on low-resource devices. Th
140
  **Context Length:** 4096 tokens
141
 
142
  **Prompt Format:**
 
143
  ```
144
 
145
  ```
@@ -156,6 +164,7 @@ Gemma 3n models are designed for efficient execution on low-resource devices. Th
156
  ---
157
 
158
  ## SmolLM3 3B
 
159
  SmolLM3 is a fully open model that offers strong performance at the 3B–4B scale. The model is a decoder-only transformer using GQA and NoPE (with 3:1 ratio), it was pretrained on 11.2T tokens with a staged curriculum of web, code, math and reasoning data. Post-training included midtraining on 140B reasoning tokens.
160
 
161
  **Model Intention:** SmolLM3 is a 3B parameter language model designed to push the boundaries of small models. It supports 6 languages (English, French, Spanish, German, Italian, and Portuguese), advanced reasoning and long context.
@@ -175,6 +184,7 @@ SmolLM3 is a fully open model that offers strong performance at the 3B–4B scal
175
  **Context Length:** 2048 tokens
176
 
177
  **Prompt Format:**
 
178
  ```
179
 
180
  ```
@@ -191,6 +201,7 @@ SmolLM3 is a fully open model that offers strong performance at the 3B–4B scal
191
  ---
192
 
193
  ## Phi4 mini 4B
 
194
  Phi-4-mini-instruct is a lightweight open model built upon synthetic data and filtered publicly available websites - with a focus on high-quality, reasoning dense data. The model is intended for broad multilingual commercial and research use. The model provides uses for general purpose AI systems and applications which require: 1). Memory/compute constrained environments; 2). Latency bound scenarios; 3) Strong reasoning (especially math and logic). The model is designed to accelerate research on language and multimodal models, for use as a building block for generative AI powered features.
195
 
196
  **Model Intention:** Phi-4-mini-instruct is a lightweight model focused on high-quality, reasoning dense data. It supports 128K token context length
@@ -210,6 +221,7 @@ Phi-4-mini-instruct is a lightweight open model built upon synthetic data and fi
210
  **Context Length:** 2048 tokens
211
 
212
  **Prompt Format:**
 
213
  ```
214
  {% for message in messages %}{% if message['role'] == 'system' and 'tools' in message and message['tools'] is not none %}{{ '<|' + message['role'] + '|>' + message['content'] + '<|tool|>' + message['tools'] + '<|/tool|>' + '<|end|>' }}{% else %}{{ '<|' + message['role'] + '|>' + message['content'] + '<|end|>' }}{% endif %}{% endfor %}{% if add_generation_prompt %}{{ '<|assistant|>' }}{% else %}{{ eos_token }}{% endif %}
215
  ```
@@ -226,6 +238,7 @@ Phi-4-mini-instruct is a lightweight open model built upon synthetic data and fi
226
  ---
227
 
228
  ## Qwen3 1.7B
 
229
  Qwen3 1.7B is one of the small models in the Qwen series, designed for efficiency and speed. It can run seamlessly on edge devices, enabling rapid inference and real-time applications. This compact model is ideal for testing scenarios, prototyping, or deployment in resource-constrained environments.
230
 
231
  **Model Intention:** The 1.7B model in the Qwen3 series is a small model designed for fast predictions and function calls.
@@ -245,6 +258,7 @@ Qwen3 1.7B is one of the small models in the Qwen series, designed for efficienc
245
  **Context Length:** 2048 tokens
246
 
247
  **Prompt Format:**
 
248
  ```
249
 
250
  ```
@@ -261,6 +275,7 @@ Qwen3 1.7B is one of the small models in the Qwen series, designed for efficienc
261
  ---
262
 
263
  ## ERNIE-4.5 0.3B
 
264
  ERNIE 4.5 is a series of open source models created by Baidu. The advanced capabilities of the ERNIE 4.5 models, particularly the MoE-based A47B and A3B series, are underpinned by several key technical innovations: 1. Multimodal Heterogeneous MoE Pre-Training; 2. Scaling-Efficient Infrastructure; 3. Modality-Specific Post-Training
265
 
266
  **Model Intention:** ERNIE-4.5-0.3B-Base is a text dense Base model for testing the model's architecture.
@@ -280,6 +295,7 @@ ERNIE 4.5 is a series of open source models created by Baidu. The advanced capab
280
  **Context Length:** 2048 tokens
281
 
282
  **Prompt Format:**
 
283
  ```
284
 
285
  ```
@@ -295,31 +311,33 @@ ERNIE 4.5 is a series of open source models created by Baidu. The advanced capab
295
 
296
  ---
297
 
298
- ## LFM2 1.2B
299
- LFM2 is a new generation of hybrid models developed by Liquid AI, specifically designed for edge AI and on-device deployment. It sets a new standard in terms of quality, speed, and memory efficiency. LFM2 is a new hybrid Liquid model with multiplicative gates and short convolutions. It supported languages: English, Arabic, Chinese, French, German, Japanese, Korean, and Spanish.
300
 
301
- **Model Intention:** LFM2 1.2B is particularly suited for agentic tasks, data extraction, RAG, creative writing, and multi-turn conversations
302
 
303
- **Model URL:** [https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/LFM2-1.2B-Q4_0.gguf](https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/LFM2-1.2B-Q4_0.gguf)
304
 
305
- **Model Info URL:** [https://huggingface.co/LiquidAI/LFM2-1.2B](https://huggingface.co/LiquidAI/LFM2-1.2B)
306
 
307
- **Model License:** [License Info](https://huggingface.co/LiquidAI/LFM2-1.2B/raw/main/LICENSE)
308
 
309
- **Model Description:** LFM2 is a new generation of hybrid models developed by Liquid AI, specifically designed for edge AI and on-device deployment. It sets a new standard in terms of quality, speed, and memory efficiency. LFM2 is a new hybrid Liquid model with multiplicative gates and short convolutions. It supported languages: English, Arabic, Chinese, French, German, Japanese, Korean, and Spanish.
 
 
310
 
311
  **Developer:** [https://huggingface.co/LiquidAI](https://huggingface.co/LiquidAI)
312
 
313
- **File Size:** 696 MB
314
 
315
- **Context Length:** 4096 tokens
316
 
317
  **Prompt Format:**
 
318
  ```
319
 
320
  ```
321
 
322
- **Template Name:** qwen
323
 
324
  **Add BOS Token:** Yes
325
 
@@ -331,6 +349,7 @@ LFM2 is a new generation of hybrid models developed by Liquid AI, specifically d
331
  ---
332
 
333
  ## Jan v1 4B
 
334
  Jan-v1-4B is an advanced agentic language model with 4.02 billion parameters, built on Qwen3-4B-Thinking. It is specifically designed for agentic reasoning and problem-solving, optimized for integration with Jan App. The model achieves strong performance on chat and question-answering benchmarks with improved reasoning capabilities, making it ideal for complex task automation and intelligent agent applications.
335
 
336
  **Model Intention:** Advanced agentic language model optimized for reasoning and problem-solving with 91.1% accuracy on question answering
@@ -350,6 +369,7 @@ Jan-v1-4B is an advanced agentic language model with 4.02 billion parameters, bu
350
  **Context Length:** 2048 tokens
351
 
352
  **Prompt Format:**
 
353
  ```
354
 
355
  ```
@@ -366,6 +386,7 @@ Jan-v1-4B is an advanced agentic language model with 4.02 billion parameters, bu
366
  ---
367
 
368
  ## Menlo Lucy 1.7B
 
369
  Lucy is a compact but capable 1.7B model focused on agentic web search and lightweight browsing. It is built on Qwen3-1.7B and optimized to run efficiently on mobile devices, even with CPU-only configurations. It was developed by Alan Dao, Bach Vu Dinh, Alex Nguyen, and Norapat Buppodom.
370
 
371
  **Model Intention:** Lucy is a compact but capable 1.7B model focused on agentic web search and lightweight browsing.
@@ -385,6 +406,7 @@ Lucy is a compact but capable 1.7B model focused on agentic web search and light
385
  **Context Length:** 2048 tokens
386
 
387
  **Prompt Format:**
 
388
  ```
389
 
390
  ```
@@ -401,6 +423,7 @@ Lucy is a compact but capable 1.7B model focused on agentic web search and light
401
  ---
402
 
403
  ## Nemotron 1.5B
 
404
  OpenReasoning-Nemotron-1.5B is a large language model (LLM) which is a derivative of Qwen2.5-1.5B-Instruct. It is a reasoning model that is post-trained for reasoning about math, code and science solution generation. This model is ready for commercial/non-commercial research use.
405
 
406
  **Model Intention:** It is a reasoning model that is post-trained for reasoning about math, code and science solution generation.
@@ -420,6 +443,7 @@ OpenReasoning-Nemotron-1.5B is a large language model (LLM) which is a derivativ
420
  **Context Length:** 2048 tokens
421
 
422
  **Prompt Format:**
 
423
  ```
424
 
425
  ```
@@ -436,6 +460,7 @@ OpenReasoning-Nemotron-1.5B is a large language model (LLM) which is a derivativ
436
  ---
437
 
438
  ## Qwen3 1.7B Uncensored
 
439
  Qwen3 1.7B Uncensored is an unrestricted variant designed for creative writing and storytelling without content limitations. It excels at generating fiction stories, horror narratives, plot development, scene continuation, and roleplaying scenarios. This model provides unfiltered responses and can produce intense or graphic content, making it suitable for users seeking unrestricted AI interactions for creative purposes.
440
 
441
  **Model Intention:** An uncensored 1.7B model optimized for creative writing, fiction stories, horror narratives, and unrestricted conversational scenarios.
@@ -455,6 +480,7 @@ Qwen3 1.7B Uncensored is an unrestricted variant designed for creative writing a
455
  **Context Length:** 2048 tokens
456
 
457
  **Prompt Format:**
 
458
  ```
459
 
460
  ```
@@ -471,6 +497,7 @@ Qwen3 1.7B Uncensored is an unrestricted variant designed for creative writing a
471
  ---
472
 
473
  ## Gemma 3 270M
 
474
  Gemma 3 270M is an ultra-compact transformer model with 268M parameters, designed for efficient deployment on mobile and edge devices. Part of Google's Gemma family, it offers strong performance for its size with 32K context length, multilingual support, and responsible AI design. Ideal for applications requiring fast inference with minimal computational resources while maintaining quality text generation capabilities.
475
 
476
  **Model Intention:** Ultra-compact 270M parameter model optimized for resource-constrained environments with 32K context length
@@ -490,6 +517,7 @@ Gemma 3 270M is an ultra-compact transformer model with 268M parameters, designe
490
  **Context Length:** 4096 tokens
491
 
492
  **Prompt Format:**
 
493
  ```
494
 
495
  ```
@@ -505,26 +533,28 @@ Gemma 3 270M is an ultra-compact transformer model with 268M parameters, designe
505
 
506
  ---
507
 
508
- ## LFM2 2.6B
509
- LFM2-2.6B is a next-generation hybrid model by Liquid AI with 2.6B parameters, designed for edge AI and on-device deployment. It features multiplicative gates and short convolutions, offering 3x faster training and 2x faster decode/prefill speed on CPU. The model excels at agentic tasks, data extraction, RAG, creative writing, and multi-turn conversations. It supports 8 languages (English, Arabic, Chinese, French, German, Japanese, Korean, Spanish) with 32,768 context length and runs efficiently on CPU, GPU, and NPU hardware.
 
510
 
511
- **Model Intention:** Advanced hybrid model with 3x faster training and 2x faster inference, optimized for agentic tasks, RAG, and multi-turn conversations
512
 
513
- **Model URL:** [https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/LFM2-2.6B-Q4_0.gguf](https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/LFM2-2.6B-Q4_0.gguf)
514
 
515
- **Model Info URL:** [https://huggingface.co/LiquidAI/LFM2-2.6B](https://huggingface.co/LiquidAI/LFM2-2.6B)
516
 
517
- **Model License:** [License Info](https://huggingface.co/LiquidAI/LFM2-2.6B/raw/main/LICENSE)
518
 
519
- **Model Description:** LFM2-2.6B is a next-generation hybrid model by Liquid AI with 2.6B parameters, designed for edge AI and on-device deployment. It features multiplicative gates and short convolutions, offering 3x faster training and 2x faster decode/prefill speed on CPU. The model excels at agentic tasks, data extraction, RAG, creative writing, and multi-turn conversations. It supports 8 languages (English, Arabic, Chinese, French, German, Japanese, Korean, Spanish) with 32,768 context length and runs efficiently on CPU, GPU, and NPU hardware.
520
 
521
- **Developer:** [https://huggingface.co/LiquidAI](https://huggingface.co/LiquidAI)
522
 
523
- **File Size:** 1500 MB
524
 
525
- **Context Length:** 2048 tokens
526
 
527
  **Prompt Format:**
 
528
  ```
529
 
530
  ```
@@ -540,26 +570,28 @@ LFM2-2.6B is a next-generation hybrid model by Liquid AI with 2.6B parameters, d
540
 
541
  ---
542
 
543
- ## LFM2-VL 1.6B
544
- LFM2-VL-1.6B is an advanced multimodal vision-language model by Liquid AI featuring a 1.3B language model with 297M vision encoder. It processes images up to 512×512 pixels with variable resolutions, offers fast inference speed with superior performance compared to the 450M version, and supports 32,768 context length. Optimized for edge AI deployment with hybrid conv+attention architecture and SigLIP2 NaFlex vision encoder, providing enhanced reasoning and understanding capabilities.
 
545
 
546
- **Model Intention:** Enhanced multimodal vision-language model with improved reasoning capabilities, optimized for edge AI and low-latency applications
547
 
548
- **Model URL:** [https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/LFM2-VL-1.6B-Q4_0.gguf](https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/LFM2-VL-1.6B-Q4_0.gguf)
549
 
550
- **Model Info URL:** [https://huggingface.co/LiquidAI/LFM2-VL-1.6B](https://huggingface.co/LiquidAI/LFM2-VL-1.6B)
551
 
552
- **Model License:** [License Info](https://huggingface.co/LiquidAI/LFM2-VL-1.6B/raw/main/LICENSE)
553
 
554
- **Model Description:** LFM2-VL-1.6B is an advanced multimodal vision-language model by Liquid AI featuring a 1.3B language model with 297M vision encoder. It processes images up to 512×512 pixels with variable resolutions, offers fast inference speed with superior performance compared to the 450M version, and supports 32,768 context length. Optimized for edge AI deployment with hybrid conv+attention architecture and SigLIP2 NaFlex vision encoder, providing enhanced reasoning and understanding capabilities.
555
 
556
  **Developer:** [https://huggingface.co/LiquidAI](https://huggingface.co/LiquidAI)
557
 
558
- **File Size:** 900 MB
559
 
560
- **Context Length:** 4096 tokens
561
 
562
  **Prompt Format:**
 
563
  ```
564
 
565
  ```
@@ -575,26 +607,28 @@ LFM2-VL-1.6B is an advanced multimodal vision-language model by Liquid AI featur
575
 
576
  ---
577
 
578
- ## Qwen2.5-VL 3B Instruct
579
- Qwen2.5-VL-3B-Instruct is a multimodal vision-language model with 3.09B parameters, featuring enhanced capabilities in coding, mathematics, and instruction following. It supports 29+ languages with up to 128K context length and 8K generation tokens. The model uses transformer architecture with RoPE, SwiGLU, and RMSNorm, offering improved resilience to diverse system prompts and specialized structured data understanding.
580
 
581
- **Model Intention:** Multimodal vision-language model with enhanced instruction following, coding, mathematics, and multilingual capabilities up to 128K context
582
 
583
- **Model URL:** [https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/Qwen2.5-VL-3B-Instruct-Q4_K_M.gguf](https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/Qwen2.5-VL-3B-Instruct-Q4_K_M.gguf)
584
 
585
- **Model Info URL:** [https://huggingface.co/Qwen/Qwen2.5-3B-Instruct-GGUF](https://huggingface.co/Qwen/Qwen2.5-3B-Instruct-GGUF)
586
 
587
- **Model License:** [License Info](https://huggingface.co/Qwen/Qwen2.5-3B-Instruct/raw/main/LICENSE)
588
 
589
- **Model Description:** Qwen2.5-VL-3B-Instruct is a multimodal vision-language model with 3.09B parameters, featuring enhanced capabilities in coding, mathematics, and instruction following. It supports 29+ languages with up to 128K context length and 8K generation tokens. The model uses transformer architecture with RoPE, SwiGLU, and RMSNorm, offering improved resilience to diverse system prompts and specialized structured data understanding.
 
 
590
 
591
  **Developer:** [https://huggingface.co/Qwen](https://huggingface.co/Qwen)
592
 
593
- **File Size:** 1930 MB
594
 
595
  **Context Length:** 2048 tokens
596
 
597
  **Prompt Format:**
 
598
  ```
599
 
600
  ```
@@ -610,26 +644,28 @@ Qwen2.5-VL-3B-Instruct is a multimodal vision-language model with 3.09B paramete
610
 
611
  ---
612
 
613
- ## Qwen3-VL 4B Instruct
614
- Qwen3-VL-4B-Instruct is a multimodal vision-language model with 4B parameters, featuring enhanced capabilities in instruction following, coding, mathematics, and multilingual understanding. It supports both image and text processing with strong reasoning capabilities, making it ideal for applications requiring visual understanding and text generation.
615
 
616
- **Model Intention:** Multimodal vision-language model with enhanced instruction following, coding, mathematics, and multilingual capabilities
617
 
618
- **Model URL:** [https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/Qwen3-VL-4B-Instruct-Q4_0.gguf](https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/Qwen3-VL-4B-Instruct-Q4_0.gguf)
619
 
620
- **Model Info URL:** [https://huggingface.co/Qwen/Qwen3-VL-4B-Instruct](https://huggingface.co/Qwen/Qwen3-VL-4B-Instruct)
 
 
621
 
622
  **Model License:** [License Info](https://www.apache.org/licenses/LICENSE-2.0.txt)
623
 
624
- **Model Description:** Qwen3-VL-4B-Instruct is a multimodal vision-language model with 4B parameters, featuring enhanced capabilities in instruction following, coding, mathematics, and multilingual understanding. It supports both image and text processing with strong reasoning capabilities, making it ideal for applications requiring visual understanding and text generation.
625
 
626
  **Developer:** [https://huggingface.co/Qwen](https://huggingface.co/Qwen)
627
 
628
- **File Size:** 2400 MB
629
 
630
  **Context Length:** 2048 tokens
631
 
632
  **Prompt Format:**
 
633
  ```
634
 
635
  ```
@@ -645,26 +681,28 @@ Qwen3-VL-4B-Instruct is a multimodal vision-language model with 4B parameters, f
645
 
646
  ---
647
 
648
- ## Qwen3-VL 4B Thinking
649
- Qwen3-VL-4B-Thinking is a specialized multimodal vision-language model with enhanced reasoning capabilities and thinking mode. It excels at complex visual reasoning tasks including mathematical problem solving, scientific analysis, coding with visual inputs, and intricate logical reasoning. The thinking mode enables step-by-step problem solving with both images and text, making it ideal for applications requiring deep analytical capabilities and visual understanding.
650
 
651
- **Model Intention:** Advanced multimodal reasoning model with thinking mode for complex visual reasoning, mathematics, and scientific tasks
652
 
653
- **Model URL:** [https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/Qwen3-VL-4B-Thinking-Q4_0.gguf](https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/Qwen3-VL-4B-Thinking-Q4_0.gguf)
654
 
655
- **Model Info URL:** [https://huggingface.co/Qwen/Qwen3-VL-4B-Thinking](https://huggingface.co/Qwen/Qwen3-VL-4B-Thinking)
 
 
656
 
657
  **Model License:** [License Info](https://www.apache.org/licenses/LICENSE-2.0.txt)
658
 
659
- **Model Description:** Qwen3-VL-4B-Thinking is a specialized multimodal vision-language model with enhanced reasoning capabilities and thinking mode. It excels at complex visual reasoning tasks including mathematical problem solving, scientific analysis, coding with visual inputs, and intricate logical reasoning. The thinking mode enables step-by-step problem solving with both images and text, making it ideal for applications requiring deep analytical capabilities and visual understanding.
660
 
661
  **Developer:** [https://huggingface.co/Qwen](https://huggingface.co/Qwen)
662
 
663
- **File Size:** 2100 MB
664
 
665
  **Context Length:** 2048 tokens
666
 
667
  **Prompt Format:**
 
668
  ```
669
 
670
  ```
@@ -680,26 +718,32 @@ Qwen3-VL-4B-Thinking is a specialized multimodal vision-language model with enha
680
 
681
  ---
682
 
683
- ## Qwen3-VL 2B Instruct
684
- Qwen3-VL-2B-Instruct is a compact multimodal vision-language model with 2B parameters, designed for efficient deployment while maintaining strong performance in visual understanding and text generation. It supports both image and text processing with enhanced instruction following capabilities, making it ideal for applications requiring visual understanding with resource constraints. The model offers multilingual support and robust reasoning capabilities.
685
 
686
- **Model Intention:** Compact multimodal vision-language model with enhanced instruction following, optimized for efficient deployment
687
 
688
- **Model URL:** [https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/Qwen3-VL-2B-Instruct-Q4_0.gguf](https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/Qwen3-VL-2B-Instruct-Q4_0.gguf)
689
 
690
- **Model Info URL:** [https://huggingface.co/Qwen/Qwen3-VL-2B-Instruct](https://huggingface.co/Qwen/Qwen3-VL-2B-Instruct)
691
 
692
- **Model License:** [License Info](https://www.apache.org/licenses/LICENSE-2.0.txt)
693
 
694
- **Model Description:** Qwen3-VL-2B-Instruct is a compact multimodal vision-language model with 2B parameters, designed for efficient deployment while maintaining strong performance in visual understanding and text generation. It supports both image and text processing with enhanced instruction following capabilities, making it ideal for applications requiring visual understanding with resource constraints. The model offers multilingual support and robust reasoning capabilities.
695
 
696
- **Developer:** [https://huggingface.co/Qwen](https://huggingface.co/Qwen)
697
 
698
- **File Size:** 1300 MB
 
 
 
 
 
 
699
 
700
  **Context Length:** 2048 tokens
701
 
702
  **Prompt Format:**
 
703
  ```
704
 
705
  ```
@@ -716,6 +760,7 @@ Qwen3-VL-2B-Instruct is a compact multimodal vision-language model with 2B param
716
  ---
717
 
718
  ## Ministral 3 3B Instruct 2512
 
719
  Ministral-3-3B-Instruct-2512 is a multimodal vision-language model with 3B parameters, designed for efficient deployment while maintaining strong performance in visual understanding and text generation. It supports both image and text processing with enhanced instruction following capabilities, making it ideal for applications requiring visual understanding with resource constraints. The model offers multilingual support and robust reasoning capabilities.
720
 
721
  **Model Intention:** Multimodal vision-language model with enhanced instruction following, optimized for efficient deployment and visual understanding
@@ -735,6 +780,44 @@ Ministral-3-3B-Instruct-2512 is a multimodal vision-language model with 3B param
735
  **Context Length:** 4096 tokens
736
 
737
  **Prompt Format:**
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
738
  ```
739
 
740
  ```
@@ -749,3 +832,599 @@ Ministral-3-3B-Instruct-2512 is a multimodal vision-language model with 3B param
749
 
750
 
751
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  Refer more information on [Privacy AI Official Site:](https://privacyai.acmeup.com)
11
 
12
  ## Qwen3 4B Instruct 2507
13
+
14
  Qwen3-4B-Instruct-2507 is the latest 4B parameter model in the Qwen3 series, featuring significant improvements in reasoning, mathematics, science, coding, and tool usage. With 262K context length and strong multilingual support, it excels at instruction following, logical reasoning, and complex problem-solving tasks.
15
 
16
  **Model Intention:** Latest Qwen3-4B Instruct model with enhanced reasoning, logical thinking, mathematics, science, coding, and tool usage capabilities
 
30
  **Context Length:** 2048 tokens
31
 
32
  **Prompt Format:**
33
+
34
  ```
35
 
36
  ```
 
47
  ---
48
 
49
  ## Qwen3 4B Thinking 2507
50
+
51
  Qwen3-4B-Thinking-2507 is a specialized variant of the Qwen3-4B series with enhanced reasoning capabilities. It features thinking mode enabled by default, providing significantly improved performance on complex reasoning tasks including logical reasoning, mathematics, science, coding, and academic benchmarks with 262K context length.
52
 
53
  **Model Intention:** Advanced reasoning model with thinking mode enabled for complex logical reasoning, mathematics, science, and coding tasks
 
67
  **Context Length:** 2048 tokens
68
 
69
  **Prompt Format:**
70
+
71
  ```
72
 
73
  ```
 
84
  ---
85
 
86
  ## GLM Edge 4B Chat
87
+
88
  GLM-4 is the latest generation of pre-trained models in the GLM-4 series launched by Zhipu AI. In the evaluation of data sets in semantics, mathematics, reasoning, code, and knowledge, GLM-4 has shown superior performance beyond Llama-3. In addition to multi-round conversations, GLM-4-Chat also has advanced features such as web browsing, code execution, custom tool calls (Function Call), and long text reasoning (supporting up to 128K context). This generation of models has added multi-language support, supporting 26 languages including Japanese, Korean, and German.
89
 
90
  **Model Intention:** It is the latest generation of pre-trained models in the GLM-4 series launched by Zhipu AI
 
104
  **Context Length:** 1024 tokens
105
 
106
  **Prompt Format:**
107
+
108
  ```
109
  {% for item in messages %}{% if item['role'] == 'system' %}<|system|>
110
  {{ item['content'] }}{% elif item['role'] == 'user' %}<|user|>
 
125
  ---
126
 
127
  ## Gemma 3n E2B it
128
+
129
  Gemma 3n models are designed for efficient execution on low-resource devices. They are capable of multimodal input, handling text, image, video, and audio input, and generating text outputs, with open weights for pre-trained and instruction-tuned variants. These models were trained with data in over 140 spoken languages.
130
 
131
  **Model Intention:** Gemma 3n models are designed for efficient execution on low-resource devices. They are capable of multimodal input
 
147
  **Context Length:** 4096 tokens
148
 
149
  **Prompt Format:**
150
+
151
  ```
152
 
153
  ```
 
164
  ---
165
 
166
  ## SmolLM3 3B
167
+
168
  SmolLM3 is a fully open model that offers strong performance at the 3B–4B scale. The model is a decoder-only transformer using GQA and NoPE (with 3:1 ratio), it was pretrained on 11.2T tokens with a staged curriculum of web, code, math and reasoning data. Post-training included midtraining on 140B reasoning tokens.
169
 
170
  **Model Intention:** SmolLM3 is a 3B parameter language model designed to push the boundaries of small models. It supports 6 languages (English, French, Spanish, German, Italian, and Portuguese), advanced reasoning and long context.
 
184
  **Context Length:** 2048 tokens
185
 
186
  **Prompt Format:**
187
+
188
  ```
189
 
190
  ```
 
201
  ---
202
 
203
  ## Phi4 mini 4B
204
+
205
  Phi-4-mini-instruct is a lightweight open model built upon synthetic data and filtered publicly available websites - with a focus on high-quality, reasoning dense data. The model is intended for broad multilingual commercial and research use. The model provides uses for general purpose AI systems and applications which require: 1). Memory/compute constrained environments; 2). Latency bound scenarios; 3) Strong reasoning (especially math and logic). The model is designed to accelerate research on language and multimodal models, for use as a building block for generative AI powered features.
206
 
207
  **Model Intention:** Phi-4-mini-instruct is a lightweight model focused on high-quality, reasoning dense data. It supports 128K token context length
 
221
  **Context Length:** 2048 tokens
222
 
223
  **Prompt Format:**
224
+
225
  ```
226
  {% for message in messages %}{% if message['role'] == 'system' and 'tools' in message and message['tools'] is not none %}{{ '<|' + message['role'] + '|>' + message['content'] + '<|tool|>' + message['tools'] + '<|/tool|>' + '<|end|>' }}{% else %}{{ '<|' + message['role'] + '|>' + message['content'] + '<|end|>' }}{% endif %}{% endfor %}{% if add_generation_prompt %}{{ '<|assistant|>' }}{% else %}{{ eos_token }}{% endif %}
227
  ```
 
238
  ---
239
 
240
  ## Qwen3 1.7B
241
+
242
  Qwen3 1.7B is one of the small models in the Qwen series, designed for efficiency and speed. It can run seamlessly on edge devices, enabling rapid inference and real-time applications. This compact model is ideal for testing scenarios, prototyping, or deployment in resource-constrained environments.
243
 
244
  **Model Intention:** The 1.7B model in the Qwen3 series is a small model designed for fast predictions and function calls.
 
258
  **Context Length:** 2048 tokens
259
 
260
  **Prompt Format:**
261
+
262
  ```
263
 
264
  ```
 
275
  ---
276
 
277
  ## ERNIE-4.5 0.3B
278
+
279
  ERNIE 4.5 is a series of open source models created by Baidu. The advanced capabilities of the ERNIE 4.5 models, particularly the MoE-based A47B and A3B series, are underpinned by several key technical innovations: 1. Multimodal Heterogeneous MoE Pre-Training; 2. Scaling-Efficient Infrastructure; 3. Modality-Specific Post-Training
280
 
281
  **Model Intention:** ERNIE-4.5-0.3B-Base is a text dense Base model for testing the model's architecture.
 
295
  **Context Length:** 2048 tokens
296
 
297
  **Prompt Format:**
298
+
299
  ```
300
 
301
  ```
 
311
 
312
  ---
313
 
314
+ ## LFM2.5 1.2B Instruct
 
315
 
316
+ LFM2.5-1.2B-Instruct is Liquid AI's latest 1.2B parameter hybrid model with extended pre-training (28T tokens) and reinforcement learning, designed for on-device deployment. It rivals much larger models with fast edge inference (239 tok/s on AMD CPU, 82 tok/s on mobile NPU) while running under 1GB memory. Features include function calling with custom tool tags, 32K context window, and multilingual support across 8 languages. The model excels at agentic tasks, data extraction, RAG workflows, and multi-turn conversations, making it ideal for mobile and edge AI applications.
317
 
318
+ **Model Intention:** Best-in-class 1.2B hybrid model optimized for agentic tasks, data extraction, RAG, and fast edge inference with tool calling support
319
 
320
+ **Model URL:** [https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/LFM2.5-1.2B-Instruct-Q4_0.gguf](https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/LFM2.5-1.2B-Instruct-Q4_0.gguf)
321
 
322
+ **Model Info URL:** [https://huggingface.co/LiquidAI/LFM2.5-1.2B-Instruct](https://huggingface.co/LiquidAI/LFM2.5-1.2B-Instruct)
323
 
324
+ **Model License:** [License Info](https://huggingface.co/LiquidAI/LFM2.5-1.2B-Instruct/raw/main/LICENSE)
325
+
326
+ **Model Description:** LFM2.5-1.2B-Instruct is Liquid AI's latest 1.2B parameter hybrid model with extended pre-training (28T tokens) and reinforcement learning, designed for on-device deployment. It rivals much larger models with fast edge inference (239 tok/s on AMD CPU, 82 tok/s on mobile NPU) while running under 1GB memory. Features include function calling with custom tool tags, 32K context window, and multilingual support across 8 languages. The model excels at agentic tasks, data extraction, RAG workflows, and multi-turn conversations, making it ideal for mobile and edge AI applications.
327
 
328
  **Developer:** [https://huggingface.co/LiquidAI](https://huggingface.co/LiquidAI)
329
 
330
+ **File Size:** 700 MB
331
 
332
+ **Context Length:** 8000 tokens
333
 
334
  **Prompt Format:**
335
+
336
  ```
337
 
338
  ```
339
 
340
+ **Template Name:** chatml
341
 
342
  **Add BOS Token:** Yes
343
 
 
349
  ---
350
 
351
  ## Jan v1 4B
352
+
353
  Jan-v1-4B is an advanced agentic language model with 4.02 billion parameters, built on Qwen3-4B-Thinking. It is specifically designed for agentic reasoning and problem-solving, optimized for integration with Jan App. The model achieves strong performance on chat and question-answering benchmarks with improved reasoning capabilities, making it ideal for complex task automation and intelligent agent applications.
354
 
355
  **Model Intention:** Advanced agentic language model optimized for reasoning and problem-solving with 91.1% accuracy on question answering
 
369
  **Context Length:** 2048 tokens
370
 
371
  **Prompt Format:**
372
+
373
  ```
374
 
375
  ```
 
386
  ---
387
 
388
  ## Menlo Lucy 1.7B
389
+
390
  Lucy is a compact but capable 1.7B model focused on agentic web search and lightweight browsing. It is built on Qwen3-1.7B and optimized to run efficiently on mobile devices, even with CPU-only configurations. It was developed by Alan Dao, Bach Vu Dinh, Alex Nguyen, and Norapat Buppodom.
391
 
392
  **Model Intention:** Lucy is a compact but capable 1.7B model focused on agentic web search and lightweight browsing.
 
406
  **Context Length:** 2048 tokens
407
 
408
  **Prompt Format:**
409
+
410
  ```
411
 
412
  ```
 
423
  ---
424
 
425
  ## Nemotron 1.5B
426
+
427
  OpenReasoning-Nemotron-1.5B is a large language model (LLM) which is a derivative of Qwen2.5-1.5B-Instruct. It is a reasoning model that is post-trained for reasoning about math, code and science solution generation. This model is ready for commercial/non-commercial research use.
428
 
429
  **Model Intention:** It is a reasoning model that is post-trained for reasoning about math, code and science solution generation.
 
443
  **Context Length:** 2048 tokens
444
 
445
  **Prompt Format:**
446
+
447
  ```
448
 
449
  ```
 
460
  ---
461
 
462
  ## Qwen3 1.7B Uncensored
463
+
464
  Qwen3 1.7B Uncensored is an unrestricted variant designed for creative writing and storytelling without content limitations. It excels at generating fiction stories, horror narratives, plot development, scene continuation, and roleplaying scenarios. This model provides unfiltered responses and can produce intense or graphic content, making it suitable for users seeking unrestricted AI interactions for creative purposes.
465
 
466
  **Model Intention:** An uncensored 1.7B model optimized for creative writing, fiction stories, horror narratives, and unrestricted conversational scenarios.
 
480
  **Context Length:** 2048 tokens
481
 
482
  **Prompt Format:**
483
+
484
  ```
485
 
486
  ```
 
497
  ---
498
 
499
  ## Gemma 3 270M
500
+
501
  Gemma 3 270M is an ultra-compact transformer model with 268M parameters, designed for efficient deployment on mobile and edge devices. Part of Google's Gemma family, it offers strong performance for its size with 32K context length, multilingual support, and responsible AI design. Ideal for applications requiring fast inference with minimal computational resources while maintaining quality text generation capabilities.
502
 
503
  **Model Intention:** Ultra-compact 270M parameter model optimized for resource-constrained environments with 32K context length
 
517
  **Context Length:** 4096 tokens
518
 
519
  **Prompt Format:**
520
+
521
  ```
522
 
523
  ```
 
533
 
534
  ---
535
 
536
+ ## Youtu-LLM 2B
537
+
538
+ Youtu-LLM-2B is Tencent's compact yet powerful 2B parameter model designed for agentic applications with native Chain of Thought (CoT) reasoning. Despite its small size, it delivers impressive performance on complex tasks including coding (95.9% on HumanEval), mathematics (93.7% on MATH-500), and agent tasks. The model features 128K context length, supports multiple languages, and excels at tool use, deep research, and code generation. Its reasoning mode enables step-by-step problem solving for complex queries while maintaining high efficiency for on-device deployment.
539
 
540
+ **Model Intention:** Compact 2B agentic model with native reasoning capabilities, optimized for agent tasks, tool use, and complex problem-solving
541
 
542
+ **Model URL:** [https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/Youtu-LLM-2B.i1-Q4_0.gguf](https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/Youtu-LLM-2B.i1-Q4_0.gguf)
543
 
544
+ **Model Info URL:** [https://huggingface.co/tencent/Youtu-LLM-2B](https://huggingface.co/tencent/Youtu-LLM-2B)
545
 
546
+ **Model License:** [License Info](https://www.apache.org/licenses/LICENSE-2.0.txt)
547
 
548
+ **Model Description:** Youtu-LLM-2B is Tencent's compact yet powerful 2B parameter model designed for agentic applications with native Chain of Thought (CoT) reasoning. Despite its small size, it delivers impressive performance on complex tasks including coding (95.9% on HumanEval), mathematics (93.7% on MATH-500), and agent tasks. The model features 128K context length, supports multiple languages, and excels at tool use, deep research, and code generation. Its reasoning mode enables step-by-step problem solving for complex queries while maintaining high efficiency for on-device deployment.
549
 
550
+ **Developer:** [https://huggingface.co/tencent](https://huggingface.co/tencent)
551
 
552
+ **File Size:** 1200 MB
553
 
554
+ **Context Length:** 4096 tokens
555
 
556
  **Prompt Format:**
557
+
558
  ```
559
 
560
  ```
 
570
 
571
  ---
572
 
573
+ ## LFM2.5-VL 1.6B
574
+
575
+ LFM2.5-VL-1.6B is Liquid AI's refreshed vision-language model built on the LFM2.5-1.2B-Base backbone with SigLIP2 NaFlex vision encoder (400M parameters). It features enhanced instruction following, improved multilingual vision understanding across 8 languages, robust visual content processing with multi-image support, high-resolution handling, and OCR capabilities. The model processes images up to 512×512 pixels with aspect ratio preservation and tiling strategy for larger images. With 32K context window and 1.6B parameters (2B total with vision encoder), it excels at general vision-language workloads, document comprehension, and multi-image reasoning, making it ideal for edge AI applications.
576
 
577
+ **Model Intention:** Enhanced multimodal vision-language model with improved instruction following, multilingual vision understanding, and robust visual content processing including OCR
578
 
579
+ **Model URL:** [https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/LFM2.5-VL-1.6B-Q4_0.gguf](https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/LFM2.5-VL-1.6B-Q4_0.gguf)
580
 
581
+ **Model Info URL:** [https://huggingface.co/LiquidAI/LFM2.5-VL-1.6B](https://huggingface.co/LiquidAI/LFM2.5-VL-1.6B)
582
 
583
+ **Model License:** [License Info](https://huggingface.co/LiquidAI/LFM2.5-VL-1.6B/raw/main/LICENSE)
584
 
585
+ **Model Description:** LFM2.5-VL-1.6B is Liquid AI's refreshed vision-language model built on the LFM2.5-1.2B-Base backbone with SigLIP2 NaFlex vision encoder (400M parameters). It features enhanced instruction following, improved multilingual vision understanding across 8 languages, robust visual content processing with multi-image support, high-resolution handling, and OCR capabilities. The model processes images up to 512×512 pixels with aspect ratio preservation and tiling strategy for larger images. With 32K context window and 1.6B parameters (2B total with vision encoder), it excels at general vision-language workloads, document comprehension, and multi-image reasoning, making it ideal for edge AI applications.
586
 
587
  **Developer:** [https://huggingface.co/LiquidAI](https://huggingface.co/LiquidAI)
588
 
589
+ **File Size:** 950 MB
590
 
591
+ **Context Length:** 8000 tokens
592
 
593
  **Prompt Format:**
594
+
595
  ```
596
 
597
  ```
 
607
 
608
  ---
609
 
610
+ ## Qwen3-VL 4B Instruct
 
611
 
612
+ Qwen3-VL-4B-Instruct is a multimodal vision-language model with 4B parameters, featuring enhanced capabilities in instruction following, coding, mathematics, and multilingual understanding. It supports both image and text processing with strong reasoning capabilities, making it ideal for applications requiring visual understanding and text generation.
613
 
614
+ **Model Intention:** Multimodal vision-language model with enhanced instruction following, coding, mathematics, and multilingual capabilities
615
 
616
+ **Model URL:** [https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/Qwen3-VL-4B-Instruct-Q4_0.gguf](https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/Qwen3-VL-4B-Instruct-Q4_0.gguf)
617
 
618
+ **Model Info URL:** [https://huggingface.co/Qwen/Qwen3-VL-4B-Instruct](https://huggingface.co/Qwen/Qwen3-VL-4B-Instruct)
619
 
620
+ **Model License:** [License Info](https://www.apache.org/licenses/LICENSE-2.0.txt)
621
+
622
+ **Model Description:** Qwen3-VL-4B-Instruct is a multimodal vision-language model with 4B parameters, featuring enhanced capabilities in instruction following, coding, mathematics, and multilingual understanding. It supports both image and text processing with strong reasoning capabilities, making it ideal for applications requiring visual understanding and text generation.
623
 
624
  **Developer:** [https://huggingface.co/Qwen](https://huggingface.co/Qwen)
625
 
626
+ **File Size:** 2400 MB
627
 
628
  **Context Length:** 2048 tokens
629
 
630
  **Prompt Format:**
631
+
632
  ```
633
 
634
  ```
 
644
 
645
  ---
646
 
647
+ ## Qwen3-VL 4B Thinking
 
648
 
649
+ Qwen3-VL-4B-Thinking is a specialized multimodal vision-language model with enhanced reasoning capabilities and thinking mode. It excels at complex visual reasoning tasks including mathematical problem solving, scientific analysis, coding with visual inputs, and intricate logical reasoning. The thinking mode enables step-by-step problem solving with both images and text, making it ideal for applications requiring deep analytical capabilities and visual understanding.
650
 
651
+ **Model Intention:** Advanced multimodal reasoning model with thinking mode for complex visual reasoning, mathematics, and scientific tasks
652
 
653
+ **Model URL:** [https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/Qwen3-VL-4B-Thinking-Q4_0.gguf](https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/Qwen3-VL-4B-Thinking-Q4_0.gguf)
654
+
655
+ **Model Info URL:** [https://huggingface.co/Qwen/Qwen3-VL-4B-Thinking](https://huggingface.co/Qwen/Qwen3-VL-4B-Thinking)
656
 
657
  **Model License:** [License Info](https://www.apache.org/licenses/LICENSE-2.0.txt)
658
 
659
+ **Model Description:** Qwen3-VL-4B-Thinking is a specialized multimodal vision-language model with enhanced reasoning capabilities and thinking mode. It excels at complex visual reasoning tasks including mathematical problem solving, scientific analysis, coding with visual inputs, and intricate logical reasoning. The thinking mode enables step-by-step problem solving with both images and text, making it ideal for applications requiring deep analytical capabilities and visual understanding.
660
 
661
  **Developer:** [https://huggingface.co/Qwen](https://huggingface.co/Qwen)
662
 
663
+ **File Size:** 2100 MB
664
 
665
  **Context Length:** 2048 tokens
666
 
667
  **Prompt Format:**
668
+
669
  ```
670
 
671
  ```
 
681
 
682
  ---
683
 
684
+ ## Qwen3-VL 2B Instruct
 
685
 
686
+ Qwen3-VL-2B-Instruct is a compact multimodal vision-language model with 2B parameters, designed for efficient deployment while maintaining strong performance in visual understanding and text generation. It supports both image and text processing with enhanced instruction following capabilities, making it ideal for applications requiring visual understanding with resource constraints. The model offers multilingual support and robust reasoning capabilities.
687
 
688
+ **Model Intention:** Compact multimodal vision-language model with enhanced instruction following, optimized for efficient deployment
689
 
690
+ **Model URL:** [https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/Qwen3-VL-2B-Instruct-Q4_0.gguf](https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/Qwen3-VL-2B-Instruct-Q4_0.gguf)
691
+
692
+ **Model Info URL:** [https://huggingface.co/Qwen/Qwen3-VL-2B-Instruct](https://huggingface.co/Qwen/Qwen3-VL-2B-Instruct)
693
 
694
  **Model License:** [License Info](https://www.apache.org/licenses/LICENSE-2.0.txt)
695
 
696
+ **Model Description:** Qwen3-VL-2B-Instruct is a compact multimodal vision-language model with 2B parameters, designed for efficient deployment while maintaining strong performance in visual understanding and text generation. It supports both image and text processing with enhanced instruction following capabilities, making it ideal for applications requiring visual understanding with resource constraints. The model offers multilingual support and robust reasoning capabilities.
697
 
698
  **Developer:** [https://huggingface.co/Qwen](https://huggingface.co/Qwen)
699
 
700
+ **File Size:** 1300 MB
701
 
702
  **Context Length:** 2048 tokens
703
 
704
  **Prompt Format:**
705
+
706
  ```
707
 
708
  ```
 
718
 
719
  ---
720
 
721
+ ## Youtu-VL 4B Instruct
 
722
 
723
+ Youtu-VL-4B-Instruct is a lightweight Vision-Language Model with 4B parameters, built on Youtu-LLM with a focus on multimodal understanding. It supports vision-centric tasks (visual grounding, object detection, segmentation, depth estimation, pose estimation) and general multimodal tasks (VQA, reasoning, mathematics, OCR, multi-image understanding). Features unified architecture with Vision-Language Unified Autoregressive Supervision (VLUAS) that handles both dense vision prediction and text-based prediction without task-specific modules.
724
 
725
+ **Model Intention:** Lightweight multimodal vision-language model with unified architecture for vision-centric and vision-language tasks
726
 
727
+ **Model URL:** [https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/Youtu-VL-4B-Instruct.Q4_K_S.gguf](https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/Youtu-VL-4B-Instruct.Q4_K_S.gguf)
728
 
729
+ **Model Info URL:** [https://huggingface.co/tencent/Youtu-VL-4B-Instruct](https://huggingface.co/tencent/Youtu-VL-4B-Instruct)
730
 
731
+ **Model License:** [License Info](https://huggingface.co/tencent/Youtu-VL-4B-Instruct/blob/main/LICENSE.txt)
732
 
733
+ **Model Description:** Youtu-VL-4B-Instruct is a lightweight Vision-Language Model with 4B parameters, built on Youtu-LLM with a focus on multimodal understanding. It supports vision-centric tasks (visual grounding, object detection, segmentation, depth estimation, pose estimation) and general multimodal tasks (VQA, reasoning, mathematics, OCR, multi-image understanding). Features unified architecture with Vision-Language Unified Autoregressive Supervision (VLUAS) that handles both dense vision prediction and text-based prediction without task-specific modules.
734
 
735
+ **Developer:** [https://youtu-tip.com/#llm](https://youtu-tip.com/#llm)
736
+
737
+ **Update Date:** 2025-01-30
738
+
739
+ **Update History:** 2025-01-30: Initial release with VLUAS architecture
740
+
741
+ **File Size:** 2500 MB
742
 
743
  **Context Length:** 2048 tokens
744
 
745
  **Prompt Format:**
746
+
747
  ```
748
 
749
  ```
 
760
  ---
761
 
762
  ## Ministral 3 3B Instruct 2512
763
+
764
  Ministral-3-3B-Instruct-2512 is a multimodal vision-language model with 3B parameters, designed for efficient deployment while maintaining strong performance in visual understanding and text generation. It supports both image and text processing with enhanced instruction following capabilities, making it ideal for applications requiring visual understanding with resource constraints. The model offers multilingual support and robust reasoning capabilities.
765
 
766
  **Model Intention:** Multimodal vision-language model with enhanced instruction following, optimized for efficient deployment and visual understanding
 
780
  **Context Length:** 4096 tokens
781
 
782
  **Prompt Format:**
783
+
784
+ ```
785
+
786
+ ```
787
+
788
+ **Template Name:** chatml
789
+
790
+ **Add BOS Token:** Yes
791
+
792
+ **Add EOS Token:** No
793
+
794
+ **Parse Special Tokens:** Yes
795
+
796
+
797
+ ---
798
+
799
+ ## Ministral 3 3B Reasoning 2512
800
+
801
+ Ministral-3-3B-Reasoning-2512 is a compact reasoning-focused language model with 3.4B parameters, designed for edge deployment with enhanced multi-step reasoning capabilities. It excels at complex reasoning tasks including mathematics (MATH Maj@1: 83.0%), coding (LiveCodeBench: 54.8%), and scientific problem-solving (GPQA Diamond: 53.4%). With 256K context window and multilingual support for dozens of languages, it provides strong reasoning performance while maintaining efficient resource usage for mobile and edge devices.
802
+
803
+ **Model Intention:** Compact reasoning model with enhanced multi-step reasoning, mathematics, and scientific problem-solving capabilities
804
+
805
+ **Model URL:** [https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/Ministral-3-3B-Reasoning-2512-Q4_0.gguf](https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/Ministral-3-3B-Reasoning-2512-Q4_0.gguf)
806
+
807
+ **Model Info URL:** [https://huggingface.co/mistralai/Ministral-3-3B-Reasoning-2512](https://huggingface.co/mistralai/Ministral-3-3B-Reasoning-2512)
808
+
809
+ **Model License:** [License Info](https://www.apache.org/licenses/LICENSE-2.0.txt)
810
+
811
+ **Model Description:** Ministral-3-3B-Reasoning-2512 is a compact reasoning-focused language model with 3.4B parameters, designed for edge deployment with enhanced multi-step reasoning capabilities. It excels at complex reasoning tasks including mathematics (MATH Maj@1: 83.0%), coding (LiveCodeBench: 54.8%), and scientific problem-solving (GPQA Diamond: 53.4%). With 256K context window and multilingual support for dozens of languages, it provides strong reasoning performance while maintaining efficient resource usage for mobile and edge devices.
812
+
813
+ **Developer:** [https://huggingface.co/mistralai](https://huggingface.co/mistralai)
814
+
815
+ **File Size:** 2100 MB
816
+
817
+ **Context Length:** 4096 tokens
818
+
819
+ **Prompt Format:**
820
+
821
  ```
822
 
823
  ```
 
832
 
833
 
834
  ---
835
+
836
+ ## Test Corrupted Model
837
+
838
+ Qwen2.5-VL-3B-Instruct is a multimodal vision-language model with 3.09B parameters, featuring enhanced capabilities in coding, mathematics, and instruction following. It supports 29+ languages with up to 128K context length and 8K generation tokens. The model uses transformer architecture with RoPE, SwiGLU, and RMSNorm, offering improved resilience to diverse system prompts and specialized structured data understanding.
839
+
840
+ **Model Intention:** Multimodal vision-language model with enhanced instruction following, coding, mathematics, and multilingual capabilities up to 128K context
841
+
842
+ **Model URL:** [https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/test.gguf](https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/test.gguf)
843
+
844
+ **Model Info URL:** [https://huggingface.co/flyingfishinwater](https://huggingface.co/flyingfishinwater)
845
+
846
+ **Model License:** [License Info](https://huggingface.co/Qwen/Qwen2.5-3B-Instruct/raw/main/LICENSE)
847
+
848
+ **Model Description:** Qwen2.5-VL-3B-Instruct is a multimodal vision-language model with 3.09B parameters, featuring enhanced capabilities in coding, mathematics, and instruction following. It supports 29+ languages with up to 128K context length and 8K generation tokens. The model uses transformer architecture with RoPE, SwiGLU, and RMSNorm, offering improved resilience to diverse system prompts and specialized structured data understanding.
849
+
850
+ **Developer:** [https://huggingface.co/Qwen](https://huggingface.co/Qwen)
851
+
852
+ **File Size:** 19 MB
853
+
854
+ **Context Length:** 2048 tokens
855
+
856
+ **Prompt Format:**
857
+
858
+ ```
859
+
860
+ ```
861
+
862
+ **Template Name:** qwen
863
+
864
+ **Add BOS Token:** Yes
865
+
866
+ **Add EOS Token:** No
867
+
868
+ **Parse Special Tokens:** Yes
869
+
870
+
871
+ ---
872
+
873
+ ## Test Vision Model
874
+
875
+ Qwen2.5-VL-3B-Instruct is a multimodal vision-language model with 3.09B parameters, featuring enhanced capabilities in coding, mathematics, and instruction following. It supports 29+ languages with up to 128K context length and 8K generation tokens. The model uses transformer architecture with RoPE, SwiGLU, and RMSNorm, offering improved resilience to diverse system prompts and specialized structured data understanding.
876
+
877
+ **Model Intention:** Multimodal vision-language model with enhanced instruction following, coding, mathematics, and multilingual capabilities up to 128K context
878
+
879
+ **Model URL:** [https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/test.gguf](https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/test.gguf)
880
+
881
+ **Model Info URL:** [https://huggingface.co/flyingfishinwater](https://huggingface.co/flyingfishinwater)
882
+
883
+ **Model License:** [License Info](https://huggingface.co/Qwen/Qwen2.5-3B-Instruct/raw/main/LICENSE)
884
+
885
+ **Model Description:** Qwen2.5-VL-3B-Instruct is a multimodal vision-language model with 3.09B parameters, featuring enhanced capabilities in coding, mathematics, and instruction following. It supports 29+ languages with up to 128K context length and 8K generation tokens. The model uses transformer architecture with RoPE, SwiGLU, and RMSNorm, offering improved resilience to diverse system prompts and specialized structured data understanding.
886
+
887
+ **Developer:** [https://huggingface.co/Qwen](https://huggingface.co/Qwen)
888
+
889
+ **File Size:** 19 MB
890
+
891
+ **Context Length:** 2048 tokens
892
+
893
+ **Prompt Format:**
894
+
895
+ ```
896
+
897
+ ```
898
+
899
+ **Template Name:** qwen
900
+
901
+ **Add BOS Token:** Yes
902
+
903
+ **Add EOS Token:** No
904
+
905
+ **Parse Special Tokens:** Yes
906
+
907
+
908
+ ---
909
+
910
+ ## Test Non Exist Model
911
+
912
+ Qwen2.5-VL-3B-Instruct is a multimodal vision-language model with 3.09B parameters, featuring enhanced capabilities in coding, mathematics, and instruction following. It supports 29+ languages with up to 128K context length and 8K generation tokens. The model uses transformer architecture with RoPE, SwiGLU, and RMSNorm, offering improved resilience to diverse system prompts and specialized structured data understanding.
913
+
914
+ **Model Intention:** Multimodal vision-language model with enhanced instruction following, coding, mathematics, and multilingual capabilities up to 128K context
915
+
916
+ **Model URL:** [https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/test-non-exist.gguf](https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/test-non-exist.gguf)
917
+
918
+ **Model Info URL:** [https://huggingface.co/flyingfishinwater](https://huggingface.co/flyingfishinwater)
919
+
920
+ **Model License:** [License Info](https://huggingface.co/Qwen/Qwen2.5-3B-Instruct/raw/main/LICENSE)
921
+
922
+ **Model Description:** Qwen2.5-VL-3B-Instruct is a multimodal vision-language model with 3.09B parameters, featuring enhanced capabilities in coding, mathematics, and instruction following. It supports 29+ languages with up to 128K context length and 8K generation tokens. The model uses transformer architecture with RoPE, SwiGLU, and RMSNorm, offering improved resilience to diverse system prompts and specialized structured data understanding.
923
+
924
+ **Developer:** [https://huggingface.co/Qwen](https://huggingface.co/Qwen)
925
+
926
+ **File Size:** 19 MB
927
+
928
+ **Context Length:** 2048 tokens
929
+
930
+ **Prompt Format:**
931
+
932
+ ```
933
+
934
+ ```
935
+
936
+ **Template Name:** qwen
937
+
938
+ **Add BOS Token:** Yes
939
+
940
+ **Add EOS Token:** No
941
+
942
+ **Parse Special Tokens:** Yes
943
+
944
+
945
+ ---
946
+
947
+ ## Qwen3 0.6B MLX
948
+
949
+ Qwen3-0.6B-MLX is a compact 0.6B parameter model optimized for Apple Silicon using MLX framework. It provides fast inference with minimal resource usage while maintaining strong performance for text generation, reasoning, and function calling. Ideal for mobile deployment, testing scenarios, and applications requiring quick responses with efficient memory usage.
950
+
951
+ **Model Intention:** Ultra-compact 0.6B parameter MLX-optimized model for efficient on-device inference with fast predictions and function calls
952
+
953
+ **Model URL:** [https://huggingface.co/mlx-community/Qwen3-0.6B-4bit](https://huggingface.co/mlx-community/Qwen3-0.6B-4bit)
954
+
955
+ **Model Info URL:** [https://huggingface.co/mlx-community/Qwen3-0.6B-4bit](https://huggingface.co/mlx-community/Qwen3-0.6B-4bit)
956
+
957
+ **Model License:** [License Info](https://www.apache.org/licenses/LICENSE-2.0.txt)
958
+
959
+ **Model Description:** Qwen3-0.6B-MLX is a compact 0.6B parameter model optimized for Apple Silicon using MLX framework. It provides fast inference with minimal resource usage while maintaining strong performance for text generation, reasoning, and function calling. Ideal for mobile deployment, testing scenarios, and applications requiring quick responses with efficient memory usage.
960
+
961
+ **Developer:** [https://huggingface.co/mlx-community](https://huggingface.co/mlx-community)
962
+
963
+ **File Size:** 353 MB
964
+
965
+ **Context Length:** 4096 tokens
966
+
967
+ **Prompt Format:**
968
+
969
+ ```
970
+
971
+ ```
972
+
973
+ **Template Name:** qwen
974
+
975
+ **Add BOS Token:** Yes
976
+
977
+ **Add EOS Token:** No
978
+
979
+ **Parse Special Tokens:** Yes
980
+
981
+
982
+ ---
983
+
984
+ ## Qwen2.5-VL 3B Instruct MLX
985
+
986
+ Qwen2.5-VL-3B-Instruct-MLX is a multimodal vision-language model optimized for Apple Silicon using the MLX framework. It combines 3B parameter language model with vision capabilities, enabling both image2text and text2text processing. The model supports enhanced reasoning, coding, mathematics, and multilingual understanding with up to 128K context length. Optimized specifically for efficient on-device inference on Apple devices.
987
+
988
+ **Model Intention:** Multimodal vision-language model optimized for Apple Silicon with MLX, supporting both image and text processing with enhanced reasoning
989
+
990
+ **Model URL:** [https://huggingface.co/mlx-community/Qwen2.5-VL-3B-Instruct-4bit](https://huggingface.co/mlx-community/Qwen2.5-VL-3B-Instruct-4bit)
991
+
992
+ **Model Info URL:** [https://huggingface.co/mlx-community/Qwen2.5-VL-3B-Instruct-4bit](https://huggingface.co/mlx-community/Qwen2.5-VL-3B-Instruct-4bit)
993
+
994
+ **Model License:** [License Info](https://huggingface.co/Qwen/Qwen2.5-3B-Instruct/raw/main/LICENSE)
995
+
996
+ **Model Description:** Qwen2.5-VL-3B-Instruct-MLX is a multimodal vision-language model optimized for Apple Silicon using the MLX framework. It combines 3B parameter language model with vision capabilities, enabling both image2text and text2text processing. The model supports enhanced reasoning, coding, mathematics, and multilingual understanding with up to 128K context length. Optimized specifically for efficient on-device inference on Apple devices.
997
+
998
+ **Developer:** [https://huggingface.co/mlx-community](https://huggingface.co/mlx-community)
999
+
1000
+ **File Size:** 3070 MB
1001
+
1002
+ **Context Length:** 2048 tokens
1003
+
1004
+ **Prompt Format:**
1005
+
1006
+ ```
1007
+
1008
+ ```
1009
+
1010
+ **Template Name:** qwen
1011
+
1012
+ **Add BOS Token:** Yes
1013
+
1014
+ **Add EOS Token:** No
1015
+
1016
+ **Parse Special Tokens:** Yes
1017
+
1018
+
1019
+ ---
1020
+
1021
+ ## Granite 4.0 H Micro MLX
1022
+
1023
+ Granite 4.0 H Micro is a 3B parameter long-context instruct model from IBM's Granite team, aligned through supervised finetuning, reinforcement learning, and model merging. The MLX 4-bit conversion preserves the 128K context window, safety-aligned default system prompt, multilingual coverage, and advanced tool-calling support, making it ideal for privacy-first enterprise assistants running on Apple silicon devices.
1024
+
1025
+ **Model Intention:** Long-context 3B Granite 4.0 instruct model tuned for enterprise copilots with strong tool execution while fitting on-device memory budgets
1026
+
1027
+ **Model URL:** [https://huggingface.co/mlx-community/granite-4.0-h-micro-4bit](https://huggingface.co/mlx-community/granite-4.0-h-micro-4bit)
1028
+
1029
+ **Model Info URL:** [https://huggingface.co/ibm-granite/granite-4.0-h-micro](https://huggingface.co/ibm-granite/granite-4.0-h-micro)
1030
+
1031
+ **Model License:** [License Info](https://www.apache.org/licenses/LICENSE-2.0.txt)
1032
+
1033
+ **Model Description:** Granite 4.0 H Micro is a 3B parameter long-context instruct model from IBM's Granite team, aligned through supervised finetuning, reinforcement learning, and model merging. The MLX 4-bit conversion preserves the 128K context window, safety-aligned default system prompt, multilingual coverage, and advanced tool-calling support, making it ideal for privacy-first enterprise assistants running on Apple silicon devices.
1034
+
1035
+ **Developer:** [https://huggingface.co/ibm-granite](https://huggingface.co/ibm-granite)
1036
+
1037
+ **Update Date:** 2025-10-02
1038
+
1039
+ **Update History:** 2025-10-02: MLX 4-bit conversion published using mlx-lm 0.28.2
1040
+
1041
+ **File Size:** 620 MB
1042
+
1043
+ **Context Length:** 2048 tokens
1044
+
1045
+ **Prompt Format:**
1046
+
1047
+ ```
1048
+
1049
+ ```
1050
+
1051
+ **Template Name:** granite
1052
+
1053
+ **Add BOS Token:** Yes
1054
+
1055
+ **Add EOS Token:** No
1056
+
1057
+ **Parse Special Tokens:** Yes
1058
+
1059
+
1060
+ ---
1061
+
1062
+ ## Qwen3 1.7B MLX
1063
+
1064
+ Qwen3-1.7B-MLX is a compact 1.7B parameter model optimized for Apple Silicon using MLX framework. It provides fast inference with minimal resource usage while maintaining strong performance for text generation, reasoning, and function calling. The model supports dynamic thinking mode control and excels at instruction following, making it ideal for mobile deployment, testing scenarios, and applications requiring quick responses with efficient memory usage.
1065
+
1066
+ **Model Intention:** Compact 1.7B parameter MLX-optimized model for efficient on-device inference with fast predictions and function calls
1067
+
1068
+ **Model URL:** [https://huggingface.co/mlx-community/Qwen3-1.7B-4bit](https://huggingface.co/mlx-community/Qwen3-1.7B-4bit)
1069
+
1070
+ **Model Info URL:** [https://huggingface.co/Qwen/Qwen3-1.7B](https://huggingface.co/Qwen/Qwen3-1.7B)
1071
+
1072
+ **Model License:** [License Info](https://www.apache.org/licenses/LICENSE-2.0.txt)
1073
+
1074
+ **Model Description:** Qwen3-1.7B-MLX is a compact 1.7B parameter model optimized for Apple Silicon using MLX framework. It provides fast inference with minimal resource usage while maintaining strong performance for text generation, reasoning, and function calling. The model supports dynamic thinking mode control and excels at instruction following, making it ideal for mobile deployment, testing scenarios, and applications requiring quick responses with efficient memory usage.
1075
+
1076
+ **Developer:** [https://huggingface.co/mlx-community](https://huggingface.co/mlx-community)
1077
+
1078
+ **File Size:** 1100 MB
1079
+
1080
+ **Context Length:** 4096 tokens
1081
+
1082
+ **Prompt Format:**
1083
+
1084
+ ```
1085
+
1086
+ ```
1087
+
1088
+ **Template Name:** qwen
1089
+
1090
+ **Add BOS Token:** Yes
1091
+
1092
+ **Add EOS Token:** No
1093
+
1094
+ **Parse Special Tokens:** Yes
1095
+
1096
+
1097
+ ---
1098
+
1099
+ ## Qwen3 4B MLX
1100
+
1101
+ Qwen3-4B-MLX is a 4B parameter model optimized for Apple Silicon using MLX framework. It delivers strong performance in reasoning, mathematics, coding, and instruction following tasks. With 32K context length and multilingual support, this model provides an excellent balance between capability and efficiency for on-device deployment. The MLX optimization ensures fast inference while maintaining high-quality text generation across diverse tasks.
1102
+
1103
+ **Model Intention:** 4B parameter MLX-optimized model with enhanced reasoning, instruction following, and multilingual capabilities
1104
+
1105
+ **Model URL:** [https://huggingface.co/mlx-community/Qwen3-4B-4bit](https://huggingface.co/mlx-community/Qwen3-4B-4bit)
1106
+
1107
+ **Model Info URL:** [https://huggingface.co/Qwen/Qwen3-4B](https://huggingface.co/Qwen/Qwen3-4B)
1108
+
1109
+ **Model License:** [License Info](https://www.apache.org/licenses/LICENSE-2.0.txt)
1110
+
1111
+ **Model Description:** Qwen3-4B-MLX is a 4B parameter model optimized for Apple Silicon using MLX framework. It delivers strong performance in reasoning, mathematics, coding, and instruction following tasks. With 32K context length and multilingual support, this model provides an excellent balance between capability and efficiency for on-device deployment. The MLX optimization ensures fast inference while maintaining high-quality text generation across diverse tasks.
1112
+
1113
+ **Developer:** [https://huggingface.co/mlx-community](https://huggingface.co/mlx-community)
1114
+
1115
+ **File Size:** 2400 MB
1116
+
1117
+ **Context Length:** 2048 tokens
1118
+
1119
+ **Prompt Format:**
1120
+
1121
+ ```
1122
+
1123
+ ```
1124
+
1125
+ **Template Name:** qwen
1126
+
1127
+ **Add BOS Token:** Yes
1128
+
1129
+ **Add EOS Token:** No
1130
+
1131
+ **Parse Special Tokens:** Yes
1132
+
1133
+
1134
+ ---
1135
+
1136
+ ## Qwen3 4B Thinking MLX
1137
+
1138
+ Qwen3-4B-Thinking-2507-MLX is a specialized 4B parameter reasoning model optimized for Apple Silicon using MLX framework. It features enhanced thinking mode capabilities, providing significantly improved performance on complex reasoning tasks including logical reasoning, mathematics, science, coding, and academic benchmarks. The thinking mode enables step-by-step problem solving with 32K context length, making it ideal for applications requiring deep analytical capabilities and complex problem-solving.
1139
+
1140
+ **Model Intention:** Advanced reasoning MLX-optimized model with thinking mode for complex logical reasoning, mathematics, and scientific tasks
1141
+
1142
+ **Model URL:** [https://huggingface.co/mlx-community/Qwen3-4B-Thinking-2507-4bit](https://huggingface.co/mlx-community/Qwen3-4B-Thinking-2507-4bit)
1143
+
1144
+ **Model Info URL:** [https://huggingface.co/Qwen/Qwen3-4B-Thinking-2507](https://huggingface.co/Qwen/Qwen3-4B-Thinking-2507)
1145
+
1146
+ **Model License:** [License Info](https://www.apache.org/licenses/LICENSE-2.0.txt)
1147
+
1148
+ **Model Description:** Qwen3-4B-Thinking-2507-MLX is a specialized 4B parameter reasoning model optimized for Apple Silicon using MLX framework. It features enhanced thinking mode capabilities, providing significantly improved performance on complex reasoning tasks including logical reasoning, mathematics, science, coding, and academic benchmarks. The thinking mode enables step-by-step problem solving with 32K context length, making it ideal for applications requiring deep analytical capabilities and complex problem-solving.
1149
+
1150
+ **Developer:** [https://huggingface.co/mlx-community](https://huggingface.co/mlx-community)
1151
+
1152
+ **File Size:** 2100 MB
1153
+
1154
+ **Context Length:** 2048 tokens
1155
+
1156
+ **Prompt Format:**
1157
+
1158
+ ```
1159
+
1160
+ ```
1161
+
1162
+ **Template Name:** qwen
1163
+
1164
+ **Add BOS Token:** Yes
1165
+
1166
+ **Add EOS Token:** No
1167
+
1168
+ **Parse Special Tokens:** Yes
1169
+
1170
+
1171
+ ---
1172
+
1173
+ ## LFM2.5 1.2B Instruct MLX
1174
+
1175
+ LFM2.5-1.2B-Instruct-MLX-4bit is the MLX conversion of Liquid AI's latest 1.2B hybrid model with extended pre-training (28T tokens) and reinforcement learning. The 4-bit quantization preserves the model's strong performance on agentic tasks, data extraction, RAG workflows, and multi-turn conversations while fitting efficiently in on-device memory. It features function calling with custom tool tags, 32K context window, and multilingual support across 8 languages, rivaling much larger models with optimized inference on Apple silicon.
1176
+
1177
+ **Model Intention:** Best-in-class 1.2B hybrid model optimized for agentic tasks, data extraction, RAG, and fast edge inference with tool calling support
1178
+
1179
+ **Model URL:** [https://huggingface.co/LiquidAI/LFM2.5-1.2B-Instruct-MLX-4bit](https://huggingface.co/LiquidAI/LFM2.5-1.2B-Instruct-MLX-4bit)
1180
+
1181
+ **Model Info URL:** [https://huggingface.co/LiquidAI/LFM2.5-1.2B-Instruct](https://huggingface.co/LiquidAI/LFM2.5-1.2B-Instruct)
1182
+
1183
+ **Model License:** [License Info](https://huggingface.co/LiquidAI/LFM2.5-1.2B-Instruct/raw/main/LICENSE)
1184
+
1185
+ **Model Description:** LFM2.5-1.2B-Instruct-MLX-4bit is the MLX conversion of Liquid AI's latest 1.2B hybrid model with extended pre-training (28T tokens) and reinforcement learning. The 4-bit quantization preserves the model's strong performance on agentic tasks, data extraction, RAG workflows, and multi-turn conversations while fitting efficiently in on-device memory. It features function calling with custom tool tags, 32K context window, and multilingual support across 8 languages, rivaling much larger models with optimized inference on Apple silicon.
1186
+
1187
+ **Developer:** [https://huggingface.co/LiquidAI](https://huggingface.co/LiquidAI)
1188
+
1189
+ **File Size:** 700 MB
1190
+
1191
+ **Context Length:** 8000 tokens
1192
+
1193
+ **Prompt Format:**
1194
+
1195
+ ```
1196
+
1197
+ ```
1198
+
1199
+ **Template Name:** chatml
1200
+
1201
+ **Add BOS Token:** Yes
1202
+
1203
+ **Add EOS Token:** No
1204
+
1205
+ **Parse Special Tokens:** Yes
1206
+
1207
+
1208
+ ---
1209
+
1210
+ ## LFM2.5-VL 1.6B MLX
1211
+
1212
+ LFM2.5-VL-1.6B-MLX-4bit is the MLX conversion of Liquid AI's vision-language model built on the LFM2.5-1.2B-Base backbone with SigLIP2 NaFlex vision encoder (400M parameters). The 4-bit quantization enables efficient on-device inference on Apple Silicon while retaining enhanced instruction following, multilingual vision understanding across 8 languages, and robust visual content processing with multi-image support, high-resolution handling, and OCR capabilities. With 32K context window and 1.6B parameters (2B total with vision encoder), it excels at general vision-language workloads, document comprehension, and multi-image reasoning.
1213
+
1214
+ **Model Intention:** Enhanced multimodal vision-language model with improved instruction following, multilingual vision understanding, and robust visual content processing including OCR
1215
+
1216
+ **Model URL:** [https://huggingface.co/mlx-community/LFM2.5-VL-1.6B-4bit](https://huggingface.co/mlx-community/LFM2.5-VL-1.6B-4bit)
1217
+
1218
+ **Model Info URL:** [https://huggingface.co/LiquidAI/LFM2.5-VL-1.6B](https://huggingface.co/LiquidAI/LFM2.5-VL-1.6B)
1219
+
1220
+ **Model License:** [License Info](https://huggingface.co/LiquidAI/LFM2.5-VL-1.6B/raw/main/LICENSE)
1221
+
1222
+ **Model Description:** LFM2.5-VL-1.6B-MLX-4bit is the MLX conversion of Liquid AI's vision-language model built on the LFM2.5-1.2B-Base backbone with SigLIP2 NaFlex vision encoder (400M parameters). The 4-bit quantization enables efficient on-device inference on Apple Silicon while retaining enhanced instruction following, multilingual vision understanding across 8 languages, and robust visual content processing with multi-image support, high-resolution handling, and OCR capabilities. With 32K context window and 1.6B parameters (2B total with vision encoder), it excels at general vision-language workloads, document comprehension, and multi-image reasoning.
1223
+
1224
+ **Developer:** [https://huggingface.co/LiquidAI](https://huggingface.co/LiquidAI)
1225
+
1226
+ **File Size:** 1100 MB
1227
+
1228
+ **Context Length:** 8000 tokens
1229
+
1230
+ **Prompt Format:**
1231
+
1232
+ ```
1233
+
1234
+ ```
1235
+
1236
+ **Template Name:** chatml
1237
+
1238
+ **Add BOS Token:** Yes
1239
+
1240
+ **Add EOS Token:** No
1241
+
1242
+ **Parse Special Tokens:** Yes
1243
+
1244
+
1245
+ ---
1246
+
1247
+ ## Qwen3-VL 4B Instruct MLX
1248
+
1249
+ Qwen3-VL-4B-Instruct-MLX is a multimodal vision-language model optimized for Apple Silicon using the MLX framework. It combines 4B parameter language model with vision capabilities, enabling both image2text and text2text processing. The model supports enhanced reasoning, coding, mathematics, and multilingual understanding, optimized specifically for efficient on-device inference on Apple devices.
1250
+
1251
+ **Model Intention:** Multimodal vision-language model optimized for Apple Silicon with MLX, supporting both image and text processing
1252
+
1253
+ **Model URL:** [https://huggingface.co/lmstudio-community/Qwen3-VL-4B-Instruct-MLX-4bit](https://huggingface.co/lmstudio-community/Qwen3-VL-4B-Instruct-MLX-4bit)
1254
+
1255
+ **Model Info URL:** [https://huggingface.co/Qwen/Qwen3-VL-4B-Instruct](https://huggingface.co/Qwen/Qwen3-VL-4B-Instruct)
1256
+
1257
+ **Model License:** [License Info](https://www.apache.org/licenses/LICENSE-2.0.txt)
1258
+
1259
+ **Model Description:** Qwen3-VL-4B-Instruct-MLX is a multimodal vision-language model optimized for Apple Silicon using the MLX framework. It combines 4B parameter language model with vision capabilities, enabling both image2text and text2text processing. The model supports enhanced reasoning, coding, mathematics, and multilingual understanding, optimized specifically for efficient on-device inference on Apple devices.
1260
+
1261
+ **Developer:** [https://huggingface.co/lmstudio-community](https://huggingface.co/lmstudio-community)
1262
+
1263
+ **File Size:** 2400 MB
1264
+
1265
+ **Context Length:** 2048 tokens
1266
+
1267
+ **Prompt Format:**
1268
+
1269
+ ```
1270
+
1271
+ ```
1272
+
1273
+ **Template Name:** qwen
1274
+
1275
+ **Add BOS Token:** Yes
1276
+
1277
+ **Add EOS Token:** No
1278
+
1279
+ **Parse Special Tokens:** Yes
1280
+
1281
+
1282
+ ---
1283
+
1284
+ ## Qwen3-VL 4B Thinking MLX
1285
+
1286
+ Qwen3-VL-4B-Thinking-MLX is a specialized multimodal vision-language reasoning model optimized for Apple Silicon using MLX framework. It features enhanced thinking mode capabilities, providing significantly improved performance on complex visual reasoning tasks including mathematical problem solving, scientific analysis, coding with visual inputs, and logical reasoning. The thinking mode enables step-by-step problem solving with both images and text, optimized for efficient on-device inference.
1287
+
1288
+ **Model Intention:** Advanced multimodal reasoning MLX-optimized model with thinking mode for complex visual reasoning tasks
1289
+
1290
+ **Model URL:** [https://huggingface.co/mlx-community/Qwen3-VL-4B-Thinking-4bit](https://huggingface.co/mlx-community/Qwen3-VL-4B-Thinking-4bit)
1291
+
1292
+ **Model Info URL:** [https://huggingface.co/Qwen/Qwen3-VL-4B-Thinking](https://huggingface.co/Qwen/Qwen3-VL-4B-Thinking)
1293
+
1294
+ **Model License:** [License Info](https://www.apache.org/licenses/LICENSE-2.0.txt)
1295
+
1296
+ **Model Description:** Qwen3-VL-4B-Thinking-MLX is a specialized multimodal vision-language reasoning model optimized for Apple Silicon using MLX framework. It features enhanced thinking mode capabilities, providing significantly improved performance on complex visual reasoning tasks including mathematical problem solving, scientific analysis, coding with visual inputs, and logical reasoning. The thinking mode enables step-by-step problem solving with both images and text, optimized for efficient on-device inference.
1297
+
1298
+ **Developer:** [https://huggingface.co/mlx-community](https://huggingface.co/mlx-community)
1299
+
1300
+ **File Size:** 2100 MB
1301
+
1302
+ **Context Length:** 2048 tokens
1303
+
1304
+ **Prompt Format:**
1305
+
1306
+ ```
1307
+
1308
+ ```
1309
+
1310
+ **Template Name:** qwen
1311
+
1312
+ **Add BOS Token:** Yes
1313
+
1314
+ **Add EOS Token:** No
1315
+
1316
+ **Parse Special Tokens:** Yes
1317
+
1318
+
1319
+ ---
1320
+
1321
+ ## Qwen3-VL 2B Instruct MLX
1322
+
1323
+ Qwen3-VL-2B-Instruct-MLX is a compact multimodal vision-language model optimized for Apple Silicon using the MLX framework. It combines 2B parameter language model with vision capabilities, enabling both image2text and text2text processing. The model supports enhanced reasoning, instruction following, and multilingual understanding, optimized specifically for efficient on-device inference on Apple devices with 8-bit quantization.
1324
+
1325
+ **Model Intention:** Compact multimodal vision-language model optimized for Apple Silicon with MLX, supporting both image and text processing
1326
+
1327
+ **Model URL:** [https://huggingface.co/lmstudio-community/Qwen3-VL-2B-Instruct-MLX-8bit](https://huggingface.co/lmstudio-community/Qwen3-VL-2B-Instruct-MLX-8bit)
1328
+
1329
+ **Model Info URL:** [https://huggingface.co/Qwen/Qwen3-VL-2B-Instruct](https://huggingface.co/Qwen/Qwen3-VL-2B-Instruct)
1330
+
1331
+ **Model License:** [License Info](https://www.apache.org/licenses/LICENSE-2.0.txt)
1332
+
1333
+ **Model Description:** Qwen3-VL-2B-Instruct-MLX is a compact multimodal vision-language model optimized for Apple Silicon using the MLX framework. It combines 2B parameter language model with vision capabilities, enabling both image2text and text2text processing. The model supports enhanced reasoning, instruction following, and multilingual understanding, optimized specifically for efficient on-device inference on Apple devices with 8-bit quantization.
1334
+
1335
+ **Developer:** [https://huggingface.co/lmstudio-community](https://huggingface.co/lmstudio-community)
1336
+
1337
+ **File Size:** 2400 MB
1338
+
1339
+ **Context Length:** 2048 tokens
1340
+
1341
+ **Prompt Format:**
1342
+
1343
+ ```
1344
+
1345
+ ```
1346
+
1347
+ **Template Name:** qwen
1348
+
1349
+ **Add BOS Token:** Yes
1350
+
1351
+ **Add EOS Token:** No
1352
+
1353
+ **Parse Special Tokens:** Yes
1354
+
1355
+
1356
+ ---
1357
+
1358
+ ## Test MLX
1359
+
1360
+ Test MLX download and load
1361
+
1362
+ **Model Intention:** Test MLX download and load
1363
+
1364
+ **Model URL:** [https://huggingface.co/flyingfishinwater/test_mlx](https://huggingface.co/flyingfishinwater/test_mlx)
1365
+
1366
+ **Model Info URL:** [https://huggingface.co/flyingfishinwater/test_mlx](https://huggingface.co/flyingfishinwater/test_mlx)
1367
+
1368
+ **Model License:** [License Info](https://www.apache.org/licenses/LICENSE-2.0.txt)
1369
+
1370
+ **Model Description:** Test MLX download and load
1371
+
1372
+ **Developer:** [https://huggingface.co/mlx-community](https://huggingface.co/mlx-community)
1373
+
1374
+ **File Size:** 20 MB
1375
+
1376
+ **Context Length:** 2048 tokens
1377
+
1378
+ **Prompt Format:**
1379
+
1380
+ ```
1381
+
1382
+ ```
1383
+
1384
+ **Template Name:** qwen
1385
+
1386
+ **Add BOS Token:** Yes
1387
+
1388
+ **Add EOS Token:** No
1389
+
1390
+ **Parse Special Tokens:** Yes
1391
+
1392
+
1393
+ ---
1394
+
1395
+ ## Nanbeige4 3B Thinking
1396
+
1397
+ Nanbeige4-3B-Thinking-2511 is a compact 3B parameter reasoning model with built-in chain-of-thought thinking capabilities. It features native tool-calling support with custom tags, making it suitable for agentic workflows. The model balances reasoning quality with efficiency, enabling complex problem solving within a small footprint for on-device inference.
1398
+
1399
+ **Model Intention:** Compact 3B reasoning model with chain-of-thought thinking and native tool-calling support, optimized for agentic tasks
1400
+
1401
+ **Model URL:** [https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/Nanbeige4-3B-Thinking-2511.Q4_K_M.gguf](https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/Nanbeige4-3B-Thinking-2511.Q4_K_M.gguf)
1402
+
1403
+ **Model Info URL:** [https://huggingface.co/Nanbeige/Nanbeige4-3B-Thinking-2511](https://huggingface.co/Nanbeige/Nanbeige4-3B-Thinking-2511)
1404
+
1405
+ **Model License:** [License Info](https://www.apache.org/licenses/LICENSE-2.0.txt)
1406
+
1407
+ **Model Description:** Nanbeige4-3B-Thinking-2511 is a compact 3B parameter reasoning model with built-in chain-of-thought thinking capabilities. It features native tool-calling support with custom tags, making it suitable for agentic workflows. The model balances reasoning quality with efficiency, enabling complex problem solving within a small footprint for on-device inference.
1408
+
1409
+ **Developer:** [https://huggingface.co/Nanbeige](https://huggingface.co/Nanbeige)
1410
+
1411
+ **File Size:** 2000 MB
1412
+
1413
+ **Context Length:** 4000 tokens
1414
+
1415
+ **Prompt Format:**
1416
+
1417
+ ```
1418
+
1419
+ ```
1420
+
1421
+ **Template Name:** chatml
1422
+
1423
+ **Add BOS Token:** Yes
1424
+
1425
+ **Add EOS Token:** No
1426
+
1427
+ **Parse Special Tokens:** Yes
1428
+
1429
+
1430
+ ---