Create AI Feature Layer

This tool generates a new feature layer using an AI model based on your prompt. You can use it to create synthetic data, demo layers, or experiment with AI-driven spatial data creation.

Usage

  1. Open ArcGIS Pro and add the .pyt toolbox if you haven't already.
  2. Open the Create AI Feature Layer tool.
  3. Fill in the parameters as described below.
  4. Click Run. The output layer will appear in your map.

Parameters

NameTypeRequiredDescription
SourceString (Choice)YesAI provider to use (OpenAI, Azure OpenAI, Claude, DeepSeek, Local LLM).
ModelStringNoThe AI model to use. Choices depend on the selected source.
EndpointStringNoCustom endpoint for Azure or local models (if applicable).
Deployment NameStringNoDeployment name for Azure OpenAI (if applicable).
PromptStringYesDescribe what you want the feature layer to represent. Try anything you can think of!
Output LayerFeature Layer (Derived)AutoThe output feature layer created by the tool.

Tips