Skip to Content
PurAI is SHUT DOWN. This website is purely for archival purposes. No such services exist anymore.
PackagesPythonQuick 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 using purai.py:

Last updated on