> For the complete documentation index, see [llms.txt](https://ai-security-docs.akto.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ai-security-docs.akto.io/akto-argus-agentic-ai-security-for-homegrown-ai/agentic-red-teaming/get-started/manual-import/ai-model-import.md).

# AI Model Import

Akto lets you seamlessly import AI models like **Gemini, OpenAI, Claude, DeepSeek, Llama, Grok**, or even your **custom model** into **AI Model Security**. With just your model’s endpoint URL and optional authentication, you can start monitoring and probing instantly.

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

***

### 🔧 What You Need

* **AI Endpoint URL** (e.g., `https://api.example.com/ai-agent`)
* **(Optional) Authentication details** if your AI model requires them
* **(Optional) Custom request body** for models that need non-standard inputs

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

***

### ✅ Steps to Import

1. **Open Akto Dashboard** → Go to *Quick Start*
2. **Select your AI model provider** (Gemini, OpenAI, Claude, DeepSeek, Llama, Grok, or *Bring Your Own Model*)
3. **Click “Connect”**
4. **Fill in model details**:
   * **AI Endpoint URL**: e.g., `https://api.example.com/ai-agent`
   * *(Optional)* Enable **custom request body** if the model requires non-default payloads
   * *(Optional)* Use **scan role for authentication** if your AI model enforces role-based access
5. **Click Import**

Akto will automatically:

* Connect to the AI model endpoint
* Validate request/response format
* Add the model into **AI Model Security Inventory** for monitoring and probing

***

### 📂 Supported Models

* **Gemini** – Import Google Gemini seamlessly
* **OpenAI** – Import OpenAI models seamlessly
* **Claude** – Import Anthropic Claude seamlessly
* **DeepSeek** – Import DeepSeek seamlessly
* **Llama** – Import Meta Llama seamlessly
* **Grok** – Import xAI Grok seamlessly
* **Bring Your Own Model** – Import custom AI models seamlessly

***

### 🔒 Security

* Auth tokens/headers (if used) are **only applied during import** and are **not stored**
* Akto uses **read-only access** to interact with your AI endpoint

***

### Get Support for your Akto setup

There are multiple ways to request support from Akto. We are 24X7 available on the following:

1. In-app `intercom` support. Message us with your query on intercom in Akto dashboard and someone will reply.
2. Join our [discord channel](https://www.akto.io/community) for community support.
3. Contact `help@akto.io` for email support.
4. Contact us [here](https://www.akto.io/contact-us).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://ai-security-docs.akto.io/akto-argus-agentic-ai-security-for-homegrown-ai/agentic-red-teaming/get-started/manual-import/ai-model-import.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.
