ABCDEFHIJKLMNPQRSTUVWXYZAAABACADAEAF
1
S/NModel NameVersion NumberDate TestedUse CaseInteraction TypeMin RAMCPU DependenciesOpenVino Compatible?Platform (OS)Precompiled? Has an .exe? (Add a link to how to set it up)How to compile it?Dependencies
2
1Whisper.cppv1.7.4 (Base model)1-Feb-2025Speech-to-textVoice input (16 bit .wav file)388MBAny x86-64 CPUYWindows, Mac, Linux❌ No, requires setupC++, CMake, GCC/MSVC/Clang
3
2Stable Diffusion.cppStable Diffusion 3 2B1-Feb-2025AI-generated artText-to-image2.3GB (1.8GB if using Flash Attention - an algo to scale models more efficiently)Any modern CPU + GPUYWindows, Mac, Linux❌ No, requires setupC++, CMake, GCC/MSVC/Clang
4
3LLaMA.cppSmolLM2-360M-Instruct, Q810-Feb-2025Chatbot / AI tutorText-based conversation4GBAny x86-64 CPUNWindows, Mac, Linux❌ No, requires setupC++, CMake, GCC/MSVC/Clang
5
4Kobold.cpp (Builds off Llama.cpp)1.83.19-Feb-2025Lightweight story or game-based AI chatbotText-based conversation4GB (Llama 3B uses 4GB)Any x86-64 CPUNWindows, Mac, Linux✅ Yes, has .exeC++, CMake, GCC/MSVC/Clang
6
5OpenVINO ResNet (Can expand on this)Object recognition in imagesImage/Video input~5GBIntel CPU recommendedYWindows, Mac, Linux❌ No, requires setup
7
6Qwen2-1.5b-InstructReasoningText-based input3GBAny CPUNWindows, Mac, Linux❌ No, requires setup
8
7IBM Granite NLPAI chatbot for businessesText-based conversation3.77GBAny x86-64 CPUNWindows, Mac, Linux❌ No, requires setup
9
8DeepSeekReasoningText-based conversationWindows, Mac, Linux
10
9Trellis2D to 3DImage Input32GB (VRAM)Needs GPUWindows, Mac, Linux❌ No, requires setupGradio
11
10GemmaSutraRoleplaying/ActingText-based conversationWindows, Mac, Linux
12
11Piper TTSClone a Voice
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100