ollama run Nac/smolvlm
This is a deterministic configuration of SmolVLM made to make image descriptions. Call the LLM with a newline and one image only like this:
curl http://localhost:11434/api/generate -d '{
"model": "Nac/smolvlm",
"prompt": "\n",
"images": ["<base64_encoded_image>"]
}'
Ported from ggml-org/SmolVLM-500M-Instruct-GGUF.