Set Model Commands

<< Click to Display Table of Contents >>

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

Set Model Commands

AIC.Set Vision Model

Previous Top Next


MiniRobotLanguage (MRL)

 

AIC.Set Vision Model

Sets or resets the vision model used for image processing tasks

 

 

Intention

 

The `AIC.Set Vision Model` command is designed to specify the model used for vision-related AI operations. This command enables users to select the appropriate model for their image processing needs.

Currently, the default model is "gpt-4-vision-preview". As new models become available, they can be selected using this command.

 

Syntax

 

 

AIC.Set Vision Model[|P1]

 

 

Parameter Explanation

 

P1 - (optional) - is the name of the vision model to be set. If omitted, the command defaults to the "gpt-4-vision-preview" model.

 

Currently, only one model is available:

- `gpt-4-vision-preview`: The default and currently the only available vision model.

 

As more models are introduced, they can be selected using this command.

 

 

Example

 

'***********************************

' AIC.-Sample

'***********************************

' Example SPR-Script to set the vision model to "gpt-4-vision-preview"

AIC.Set Vision Model|gpt-4-vision-preview

 

' Reset to default vision model (if other models are available)

AIC.Set Vision Model

ENR.

 

 

 

 

Remarks

 

- The availability and capabilities of vision models are subject to updates and changes by the service provider.

- Different vision models may have varying strengths in terms of image recognition, analysis, and processing capabilities.

 

 

Limitations:

 

-

 

 

See also: