AIC. - Artificial Intelligence Command

<< Click to Display Table of Contents >>

Navigation:  3. Script Language > AI - Artificial Intelligence Commands > AIC. - Artificial Intelligence Command >

AIC. - Artificial Intelligence Command

AIC.SetVisionModel

Top


MiniRobotLanguage (MRL)

 

AIC.SetVisionModel

Set the vision-capable AI model

 

Intention

 

The AIC.SetVisionModel command configures which vision-capable model to use for image analysis tasks (like GPT-4 Vision).

 

Syntax

 

AIC.SetVisionModel|$$ModelName

 

Parameters

 

P1 - $$ModelName - Vision model name (e.g., "gpt-4-vision-preview", "gpt-4o")

 

Example

 

' Set GPT-4 Vision for image analysis

AIC.SetVisionModel|gpt-4-vision-preview

AIC.AnalyzeImage|photo.jpg|What's in this image?|$$Analysis

DBP.$$Analysis

 

Related Commands

 

- AIC.AnalyzeImage - Analyze image
- AIC.SetVisionEndpoint - Set vision endpoint