| Components | All | New | MacOS | Windows | Linux | iOS | ||||
| Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old | |
FoundationModels.Initialize
Initializes Foundation Models by loading a system model.
| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
| FoundationModels | 15.5 | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |
MBS( "FoundationModels.Initialize" { ; UseCase; Guardrails } ) More
Parameters
| Parameter | Description | Example | Flags |
|---|---|---|---|
| UseCase | Value can be nothing, "General" or "ContentTagging". Default is general. |
"General" | Optional |
| Guardrails | Value can be nothing, "Default" or "PermissiveContentTransformations". Default is the default mode. |
"Default" | Optional |
Result
Returns identifier or error.
Description
Initializes Foundation Models by loading a system model.Loads a system language model for a specific use case.
Examples
Loads with default settings:
Set Variable [ $r; Value: MBS( "FoundationModels.Initialize" ) ]
See also
Blog Entries
This function checks for a license.
Created 26th September 2025, last changed 27th September 2025