| Components | All | New | MacOS | Windows | Linux | iOS | ||||
| Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old | |
FoundationModels.AvailableStatus
Queries the availability.
| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
| FoundationModels | 15.5 | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |
MBS( "FoundationModels.AvailableStatus"; FoundationModel ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| FoundationModel | The identifier for the model. | $model |
Result
Returns text or error.
Description
Queries the availability.Possible values:
| Value | Description |
|---|---|
| OldOS | The macOS or iOS version is too old. |
| Available | The model is available. |
| AppleIntelligenceNotEnabled | Apple Intelligence is not enabled on the system. |
| ModelNotReady | The model(s) aren't available on the user's device. Models are downloaded automatically based on factors like network status, battery level, and system load. |
| DeviceNotEligible | The device does not support Apple Intelligence. |
Examples
Query the reason for unavailbility:
Set Variable [ $Status; Value: MBS( "FoundationModels.AvailableStatus" ) ]
See also
This function is free to use.
Created 26th September 2025, last changed 27th September 2025