Generative Models
Free models for generating text, images, audio, and code.
Text Generation (LLMs)
See Hugging Face Hub for the full list.
Run locally via Ollama
Ollama makes it easy to run LLMs locally:
ollama run llama3.1 # Meta Llama 3.1 8B
ollama run mistral # Mistral 7B
ollama run gemma2 # Google Gemma 2 9B
ollama run phi3 # Microsoft Phi-3
ollama run qwen2.5 # Alibaba Qwen 2.5 7B
ollama run codellama # Code Llama 7B
Run in browser via WebLLM
WebLLM runs full LLMs in the browser via WebGPU:
Image Generation
| Model |
Type |
License |
VRAM |
Link |
| SDXL |
Diffusion |
CreativeML Open |
8 GB |
HF |
| SD 3 Medium |
Diffusion |
Stability Community |
12 GB |
HF |
| FLUX.1 Schnell |
Flow matching |
Apache-2.0 |
12 GB |
HF |
| Kandinsky 3 |
Diffusion |
Apache-2.0 |
8 GB |
HF |
| PixArt-alpha |
Diffusion (fast) |
Apache-2.0 |
8 GB |
HF |
Code Generation
| Model |
Parameters |
License |
Best For |
Link |
| CodeLlama 7B |
7B |
Llama 2 |
General coding |
HF |
| DeepSeek Coder v2 |
16B |
MIT |
Code completion |
HF |
| StarCoder2 |
3B–15B |
BigCode Open |
Multi-language code |
HF |
| Qwen2.5 Coder |
7B |
Apache-2.0 |
Code + instruction |
HF |
Audio Generation
Video Generation
| Model |
Type |
License |
Link |
| CogVideoX |
Text-to-video |
Apache-2.0 |
HF |
| AnimateDiff |
Image-to-video |
Apache-2.0 |
HF |
| Stable Video Diffusion |
Image-to-video |
Stability Community |
HF |