PureRouter Installation
PureRouter is a completely independent product from PureCPP. You can use PureRouter without needing PureCPP and vice versa.
Requirements
Before installing PureRouter, make sure you have:- Python 3.8 or higher
- pip (Python package manager)
- An account on the PureAI platform with a valid API key
Installation via pip
The simplest way to install PureRouter is using pip:Verifying Installation
To verify that PureRouter was installed correctly, you can run:purerouter
package listed with its current version.
Initial Configuration
After installation, you’ll need to configure the client with your API key:You need to obtain a valid API key from the PureAI platform. This key allows access to the different routing profiles and deployments configured in your account.
Next Steps
Now that you have installed and configured PureRouter, you can:Quickstart
Learn to use PureRouter with practical examples
Routing Profiles
Learn more about economy, balanced, and quality profiles
Deployments
Learn to deploy open source models and use them via API
Authentication
Understand how to manage your API keys and authentication
API Reference
Check the complete API endpoints documentation