The Prem AI Python library provides convenient access to the Prem AI REST API from any Python 3.8+ application. The library includes type definitions for all request params and response fields, and offers both synchronous and asynchronous clients powered by httpx.
# install from PyPI
pip install premai
Checkout the full PremAI SDK documentation.
- Use with PremAI SDK
- Use with OpenAI compatible SDK