<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreImage",
  "identifier" : "/documentation/CoreImage/CICoreMLModel",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "Core Image"
    ],
    "preciseIdentifier" : "c:objc(pl)CICoreMLModel"
  },
  "title" : "CICoreMLModel"
}
-->

# CICoreMLModel

The properties you use to configure a Core ML model filter.

```
protocol CICoreMLModel : CIFilterProtocol
```

## Topics

### Instance Properties

[`headIndex`](/documentation/CoreImage/CICoreMLModel/headIndex)

A number that specifies which output of a multihead Core ML model applies the effect on the image.

[`inputImage`](/documentation/CoreImage/CICoreMLModel/inputImage)

The image to use as an input image.

[`model`](/documentation/CoreImage/CICoreMLModel/model)

The Core ML model used to apply the effect on the image.

[`softmaxNormalization`](/documentation/CoreImage/CICoreMLModel/softmaxNormalization)

A Boolean value that specifies whether to apply Softmax normalization to the output of the model.

## See Also

[`coreMLModel()`](/documentation/CoreImage/CIFilter-swift.class/coreMLModel())

Filters an image with a Core ML model.



---

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)