Deployments
PureRouter is a completely independent product from PureCPP. You can use
PureRouter without needing PureCPP and vice versa.
Before You Start
To use deployments, you will need:- An API Key, which you can Generate an API Key
- At least one Deployment, which you can create via the Deployments page.
Accessing Deployments
To access a specific deployment, you need its unique ID:Getting Deployment IDs
You can get the deployment IDs available for your account through the PureAI platform or via API:Invocation Parameters
When invoking a specific deployment, you can configure various parameters:Response Streaming
To get real-time responses (streaming):Use Cases for Direct Deployments
Response Consistency
Response Consistency
When you need absolute consistency in responses, always using the same model through the deployment ID ensures you’ll get predictable results, without variations that can occur with automatic routing.
Specialized Models
Specialized Models
If you’ve deployed a fine-tuned model for a specific task, you can access it
directly by ID to leverage its specialized training.
Comparative Testing
Comparative Testing
To compare the performance of different models on the same task, you can
invoke each one directly and evaluate the results.
Regulatory Requirements
Regulatory Requirements
In scenarios where there are specific regulatory requirements about which models can be used, direct access ensures compliance.