Smallest example. Exercises the core API endpoints against small models – a fast first run to confirm everything’s working.
Run
marigold deployment start marigold-examples/platform-test
Models
qwen/qwen3-0.6b– instructhuggingfacetb/smollm2-135m– instructsentence-transformers/all-minilm-l6-v2– text-embeddingopenai/clip-vit-base-patch32– image-embeddinghuggingfacetb/smolvlm-256m-instruct– img2txt
Test it
python run.py
Exercises /models, /embed/text, /embed/image, /gen/instruct,
/gen/img2txt against the deployment above.
Stop
marigold deployment stop marigold-examples/platform-test