← Back to homepage

Create AI Feature Layer

This tool generates a new feature layer using an AI model based on your prompt. 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. Select Run. The output layer appears in your map.

Parameters

NameTypeRequiredDescription
SourceString (Choice)YesAI provider to use. Default: OpenRouter. Options: OpenRouter, OpenAI, Azure OpenAI, Claude, DeepSeek, Local LLM.
ModelStringNoAI model to use. Choices depend on the selected source.
EndpointStringNoCustom endpoint for Azure or local models.
Deployment NameStringNoDeployment name for Azure OpenAI.
PromptStringYesDescribe what you want the feature layer to represent. Be specific.
Output LayerFeature Layer (Derived)AutoLayer created by the tool.

Tips