| Model | Size | Family | Modified |
|---|---|---|---|
| nomic-embed-text:latest | 0.3 GB | nomic-bert | 2026-09-02 |
| deepseek-coder:6.7b | 3.8 GB | llama | 2026-09-02 |
| mistral:7b | 4.4 GB | llama | 2026-09-02 |
| llama3.1:8b | 4.9 GB | llama | 2026-09-02 |
| phi4:14b | 9.1 GB | phi3 | 2026-09-02 |
| qwen2.5:14b | 9.0 GB | qwen2 | 2026-09-02 |
| qwen2.5-coder:32b | 19.9 GB | qwen2 | 2026-09-02 |
| deepseek-r1:32b | 19.9 GB | qwen2 | 2026-09-02 |
No install. No GPU passthrough. Just open in your browser.
▶ Play Fortnite NowNeed a free Microsoft account. Works on Mac, Windows, phone, tablet.
This RTX 4090 can't do KVM passthrough (LXC container). Use cloud streaming.
OpenAI-Compatible Base URL: https://ledgerpilot.co.ke/v1
| Endpoint | Method | Description |
|---|---|---|
/v1/models | GET | List all models |
/v1/chat/completions | POST | Chat completion (streaming supported) |
/api/chat | POST | Same as above (shorter path) |
/api/status | GET | GPU metrics + model list |
/api/pull | POST | Pull new model ({"name":"..."}) |
Example:
curl https://ledgerpilot.co.ke/v1/chat/completions \\
-H "Content-Type: application/json" \\
-d '{
"model": "deepseek-r1:32b",
"messages": [{"role":"user","content":"Hello!"}],
"stream": true
}'
No API key required — open endpoint.