Use the image description prebuilt model in Power Apps (preview)

[This topic is prerelease documentation and is subject to change.]

Important

  • This is a preview feature.
  • Preview features aren’t meant for production use and may have restricted functionality. These features are available before an official release so that customers can get early access and provide feedback.

The image description prebuilt model analyzes an image and generates a user-friendly description based on its analysis. Use it when your app needs to describe an image or other visual element.

Explore image description

  1. Sign in to Power Apps.

  2. In the left navigation pane, select More > AI models > New AI model.

  3. Under AI Models > Explore, select Image description.

  4. Select an image sample or select Upload new and select your own image file.

  5. To add the prebuilt model to a sample app, select Use prebuilt model > Use in an app.

    Screenshot of the Generate description of an image page, with the Use in an app button highlighted.

  6. Select the Play icon in the upper-right corner.

  7. Select Tap or click to add a picture, and then select an image file on your device.

    Screenshot of the image description generated by the model in a sample app.

Use the formula bar to add the model to an app

Another way to integrate the AI Builder image description model in your app is to use the formula bar. Enter a formula similar to the following example, where UploadedImage1 is the image container:

'Image description'.Predict(UploadedImage1.Image)

Use AI Builder models in Power Apps