|
<< Click to Display Table of Contents >> Navigation: 3. Script Language > AI - Artificial Intelligence Commands > AIM. - Mistral AI > Modules |
MiniRobotLanguage (MRL)
AIM.Set Model
Choose the Model for Mistral AI by name
Intention
Choose Model Parameter for Mistral AI.
Model |
Description |
P1-Name |
Notes |
|---|---|---|---|
Tiny (1) |
Best for large batch processing tasks where cost is significant but reasoning capabilities are not crucial. |
mistral-tiny |
Powered by Mistral-7B-v0.2, a fine-tuning of the initial Mistral-7B. |
Small (2) |
Offers higher reasoning capabilities and supports multiple languages and code production/reasoning. |
mistral-small |
Powered by Mixtral-8X7B-v0.1, a sparse mixture of experts model with 12B active parameters. |
Medium (3) |
Relies on an internal prototype model. |
mistral-medium |
- |
Syntax
AIM.Set Model[|P1]
Parameter Explanation
P1 - (optional) name or number of the model that shall be used with Mistral AI.
Example
'***********************************
' AIM.Set Model-Sample
'***********************************
$$PRO=How can i compare time in china with time in Hannover?
AIM.SetModel|mistral-medium
AIM.Asc|$$PRO|$$RES
MBX.$$RES
' Use MNistrla
AIM.SetModel|3
AIM.Asc|$$PRO|$$RES
MBX.$$RES
ENR.
Remarks
-
Limitations:
-
See also:
•