24 3 weeks ago

A deterministic configuration of SmolVLM.

vision
ollama run Nac/smolvlm

Models

View all →

1 model

smolvlm:latest

546MB · 8K context window · Text, Image · 3 weeks ago

Readme

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.