Introduction
Discover how to integrate ShuttleAIs powerful functionalities into your applications. Get started by exploring the key resources provided below.
Quick Links
- Dashboard: Visit Dashboard
- Models Page: Explore Models
- Interactive Chat Interface: Shuttle Chat
- Get an API Key: Register Here
- Base URL for API:
https://api.shuttleai.com/v1
API Interaction
You can interact with the ShuttleAI API via HTTP requests from any programming language or directly through our Official Python Library.
For a more interactive experience, try our Shuttle Chat interface, which allows you to communicate with the API in a user-friendly environment.
Additionally, we created a clean, example Python Chatbot utilizing the ShuttleAI API and all of it’s chat models! Simply type shuttleai
in your terminal after installing the Python library.
Getting Started with the Python Library
Installation
You can use pip
to install the ShuttleAI library in your Python environment.
Usage
examples
directory in the GitHub repository.Don’t use Python or want to see behind the scenes?
Continue to Authentication!