# AIPlugin

> **Class** in `langchain_community`

📖 [View in docs](https://reference.langchain.com/python/langchain-community/tools/plugin/AIPlugin)

AI Plugin Definition.

## Signature

```python
AIPlugin()
```

## Extends

- `BaseModel`

## Properties

- `schema_version`
- `name_for_model`
- `name_for_human`
- `description_for_model`
- `description_for_human`
- `auth`
- `api`
- `logo_url`
- `contact_email`
- `legal_info_url`

## Methods

- [`from_url()`](https://reference.langchain.com/python/langchain-community/tools/plugin/AIPlugin/from_url)

---

[View source on GitHub](https://github.com/langchain-ai/langchain-community/blob/a6a6079511ac8a5c1293337f88096b8641562e77/libs/community/langchain_community/tools/plugin.py#L24)