<!--
{
  "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/AIModel/deviceArchitectureName",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "Core AI",
      "CoreAI"
    ],
    "preciseIdentifier" : "s:13CoreAIRuntime7AIModelV0A11AIDelegatesE22deviceArchitectureNameSSvpZ"
  },
  "title" : "deviceArchitectureName"
}
-->

# deviceArchitectureName

The Core AI architecture name of the current device.

```
static var deviceArchitectureName: String { get }
```

## Discussion

When compiling model assets ahead of time with `xcrun coreai-build compile`,
the toolchain produces artifacts for specific device architectures.
Use this property to discover which compiled asset matches the
current device.

---

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)