Tool capabilities
Things the model may call during a run:
These need platform-side credentials and are configured in the Speedtrain UI. Tool credentials
The images capability
This one is not a tool. It attaches the input document’s pictures to the model call, so that a vision-capable model actually sees them instead of reading a URL as text.Three rules that bite
Checking pictures with a different model
Generation and evaluation are separate calls with separate models. That is the property worth designing around: a strong model can write the description while a cheaper vision model — from a different vendor, if you like — independently checks that the colour and garment type named in the text match the photo. The evaluator starts from a clean context. It never sees the specialist prompt or the generation conversation — only the output, its own rule, and the images it opted into. Its verdict is a second opinion, not a model grading its own homework.Images and source access are independent knobs. A rule can be given the pictures but not the source text, which is exactly the shape for “does this text match the photo, judged on the photo alone”.