# Power Pilot Gen2 AI Model Creation

**Power Pilot Gen2** allows you to create models using different AI providers:

* **Azure OpenAI**
* **OpenAI**
* **Gemini**
* **Claude**

<figure><img src="/files/AH9hplUxqQGYr7OpCLan" alt=""><figcaption></figcaption></figure>

Creating models follows the platform’s standard workflow, providing greater flexibility in choosing the most suitable model for each scenario.

A single AI model can be used by multiple assistants.

#### AI Model Creation

#### **Access**

To create a model, go to:

**Administration Portal > Power Pilot > AI Models > Create Model** or [click here](https://github.com/dirceuresende/docs-power-embedded-english/blob/main/administration-portal/power-pilot-ia/modelos-de-ia.md)

<figure><img src="/files/P4YOkUZ81OK9y8B7L6v8" alt=""><figcaption></figcaption></figure>

### **Model Configuration**

On the creation screen, configure the following fields:

* **Name:** internal model name (free naming)
* **Provider Model Name:** model identifier in the AI provider
* **Provider:** model source (**Azure OpenAI, OpenAI, Gemini, or Claude**)
* **API Key (BYOK):** key provided by the provider


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.powerembedded.com.br/en/administration-portal/power-pilot-gen-2/power-pilot-gen2-ai-model-creation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
