Examples

platform-test -- confirm a fresh deployment works

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 – instruct
  • huggingfacetb/smollm2-135m – instruct
  • sentence-transformers/all-minilm-l6-v2 – text-embedding
  • openai/clip-vit-base-patch32 – image-embedding
  • huggingfacetb/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

Try it yourself.

All example code is in the repo. Clone it and run this tutorial locally.