|
<< Click to Display Table of Contents >> Navigation: 3. Script Language > AI - Artificial Intelligence Commands > AIM. - Mistral AI > Modules |
MiniRobotLanguage (MRL)
AIM.Get Models
Get available Models
Intention
The function streamlines the retrieval of model identifiers for Mistral AI. This way you can see which models you can use.
This is crucial for managing a collection of models, especially in software that handles multiple versions or types of models that may change over time. It ensures quick access and organization, aiding in tasks like model selection and deployment within the application's workflow.
Syntax
AIM.Get Models[|P1]
Parameter Explanation
P1 - (optional) Return Variable that will receive the Output.
AT the time of writing, the Output looks like this:
mistral-medium
mistral-small
mistral-tiny
mistral-embed
Example
'***********************************
' AIM.Get Models-Sample
'***********************************
AIM.Set Key|File
AIM.gmd|$$RET
DBP.$$RET.
ENR.
Remarks
-
Limitations:
-
See also:
•