> For the complete documentation index, see [llms.txt](https://riteshs4hu.gitbook.io/infosec-notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://riteshs4hu.gitbook.io/infosec-notes/artificial-intelligence/generative-ai.md).

# Generative AI

**Generative AI** is a subdomain of Artificial Intelligence that focuses on generating new content rather than only analysing existing data.

It is powered mainly by Deep Learning models.

Generative AI systems can produce:

* Text
* Images
* Audio
* Video
* Code

Examples:

* Text generation using LLMs
* Image generation using GANs or diffusion models

Thus:

Generative AI is an application area that uses Deep Learning models (such as Transformers and GANs) to create new data.
