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.SetVisionEndpoint

Top


MiniRobotLanguage (MRL)

 

AIC.SetVisionEndpoint

Set the vision API endpoint URL

 

Intention

 

The AIC.SetVisionEndpoint command configures a custom endpoint URL for vision/GPT-4 Vision API requests.

 

Syntax

 

AIC.SetVisionEndpoint|$$EndpointURL

 

Parameters

 

P1 - $$EndpointURL - Vision API endpoint URL (e.g., "https://api.openai.com/v1/chat/completions")

 

Example

 

' Set custom vision endpoint

AIC.SetVisionEndpoint|https://api.openai.com/v1/chat/completions

AIC.AnalyzeImage|path/to/image.jpg|Describe this image|$$Description

 

Related Commands

 

- AIC.SetVisionModel - Set vision model
- AIC.AnalyzeImage - Analyze image