|
<< Click to Display Table of Contents >> Navigation: 3. Script Language > AI - Artificial Intelligence Commands > AIC. - Artificial Intelligence Command > AIC. - Artificial Intelligence Command |
AIC.AskMultiVisionUrl |
Top |
MiniRobotLanguage (MRL)
AIC.AskMultiVisionUrl
Multi vision with image URLs
Intention
The AIC.AskMultiVisionUrl command sends multiple image URLs to OpenAI's Vision API. The AI analyzes images hosted online without needing to download them first.
Syntax
AIC.AskMultiVisionUrl|$$Prompt|$$UrlList[|$$RetVar]
P1 - $$Prompt - Question about the images
P2 - $$UrlList - Semicolon-separated image URLs
P3 - $$RetVar (optional) - Variable to store the response
Example
' Compare images from URLs
AIC.AskMultiVisionUrl|Compare these products|https://site.com/a.jpg;https://site.com/b.jpg|$$Comp
DBP.$$Comp
' Analyze web images
AIC.AskMultiVisionUrl|What's in these photos?|$$Urls|$$Result
DBP.$$Result
Related Commands
- AIC.AskMultiVision - Multi vision with local files
- AIC.AskVision - Single image vision
- AIC.SetVisionEndpoint - Set vision endpoint