Install the Shaped SDK
The Shaped SDK simplifies interactions with Shaped's Model Inference APIs making it easier to integrate our services into your applications.
This guide will walk you through the installation process for different programming languages.
- JavaScript
- Python
Install
npm install @shaped.ai/client
Install
pip install shaped
Verify Installation
Use the following commands to verify the packages have installed correctly.
- JavaScript
- Python
npm list @shaped.ai/client
pip show shaped