<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "tvOS: 27.0.0 -",
    "visionOS: 27.0.0 -",
    "watchOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreAI",
  "identifier" : "/documentation/CoreAI/AIModelCache/default",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "Core AI"
    ],
    "preciseIdentifier" : "s:15CoreAIDelegates12AIModelCacheC7defaultACvpZ"
  },
  "title" : "default"
}
-->

# default

The shared cache scoped to your app bundle.

```
static let `default`: AIModelCache
```

## Discussion

The shared specialized asset cache for your app bundle. The framework
uses this cache by default whenever specialization happens automatically,
such as during [`init(contentsOf:options:)`](/documentation/CoreAI/AIModel/init(contentsOf:options:)).

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)