# AI Model Security

## Overview

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 scanning instantly.

<figure><img src="https://2916937215-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRc4KTKGprZI2sPWKoaLe%2Fuploads%2Fgit-blob-1213d79a9e68ade9dce330c6df0f2170f0503f67%2Fimage.png?alt=media" alt="" width="563"><figcaption></figcaption></figure>

## 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

## 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

## Steps to Import

{% stepper %}
{% step %}
**Open Akto Argus Dashboard** → Go to Connectors
{% endstep %}

{% step %}
**Select your AI model provider** (Gemini, OpenAI, Claude, DeepSeek, Llama, Grok, or *Bring Your Own Model*) under AI Model Security section.
{% endstep %}

{% step %}
Click **Connect.**

<figure><img src="https://2916937215-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRc4KTKGprZI2sPWKoaLe%2Fuploads%2Fgit-blob-ff2886b0e1105dfd405317fd71f755b76b597d3e%2Fimage.png?alt=media" alt="" width="563"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**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 **test role for authentication** if your AI model enforces role-based access

  <figure><img src="/files/Qwz5seeehzEmZkd0juvN" alt="" width="375"><figcaption></figcaption></figure>

{% endstep %}

{% step %}
**Click Import.**
{% endstep %}
{% endstepper %}

Akto will now automatically:

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

{% hint style="success" %}
**Akto Access Scope**

* 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
  {% endhint %}

## 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: 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/connectors/ai-model-security.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.
