PurAI is SHUT DOWN. This website is purely for archival purposes. No such services exist anymore.
Packages
Quick Start

purai.py Quick Start

Installing the package

console
poetry add purai.py

Using the package

Find out how to get your key in the Getting Started section of the docs!
main.py
import purai
import os
 
token = "YOUR API KEY" 
 
ai = purai.PurAI(token)
 
print(ai.generate("Say hello"))

Next steps

Learn more about the magic behind using purai.py

Thats all!

If you have any questions, feel free to reach out to @thecatsmoo (opens in a new tab) on Discord!