Popular Models
| Model | Size | Use Case |
|---|---|---|
llama3.1:8b |
4.7 GB | General purpose |
codellama:13b |
7.4 GB | Code generation |
mistral:7b |
4.1 GB | Fast, capable |
gemma2:9b |
5.4 GB | Google's open model |
phi3:mini |
2.3 GB | Small & efficient |
deepseek-coder-v2 |
8.9 GB | Code specialist |
API
curl http://localhost:11434/api/chat -d '{
"model": "llama3.1",
"messages": [{"role": "user", "content": "Hello!"}]
}'OpenAI-compatible endpoint at http://localhost:11434/v1/.