---
title: model
framework: watchkit
role: symbol
role_heading: Instance Property
path: watchkit/wkinterfacedevice/model
---

# model

The model information for the device.

## Declaration

```swift
var model: String { get }
```

## Discussion

Discussion For Apple Watch, the value of this string is Apple Watch.

## See Also

### Reading the Device Settings

- [name](watchkit/wkinterfacedevice/name.md)
- [localizedModel](watchkit/wkinterfacedevice/localizedmodel.md)
- [wristLocation](watchkit/wkinterfacedevice/wristlocation.md)
- [WKInterfaceDeviceWristLocation](watchkit/wkinterfacedevicewristlocation.md)
- [crownOrientation](watchkit/wkinterfacedevice/crownorientation.md)
- [WKInterfaceDeviceCrownOrientation](watchkit/wkinterfacedevicecrownorientation.md)
- [preferredContentSizeCategory](watchkit/wkinterfacedevice/preferredcontentsizecategory.md)
