Skip to main content

PureRouter Overview

PureRouter is a completely independent product from PureCPP. You can use PureRouter without needing PureCPP and vice versa.
PureRouter is an intelligent routing solution for Large Language Models (LLMs), offered as a separate and independent product from PureAI. It allows directing queries to the most suitable models based on various criteria such as cost, performance, and response quality.

Key Features

PureRouter offers three routing profiles: economy (cost-optimized), balanced (balance between cost and quality), and quality (prioritizes response quality).
Reduce API costs by using the economy profile for simple queries, reserving premium models only for complex tasks that truly require them.
In addition to automatic routing, you can directly call specific models using their deployment IDs, ideal for use cases that require a particular model.
Intuitive Python API that facilitates integrating PureRouter into your existing applications and workflows.
Integration with various LLM providers like OpenAI, Anthropic, and others, allowing you to leverage the best of each platform through a single API.

How It Works

  1. Platform Registration - Register on the PureAI platform and configure your LLM provider API keys
  2. Profile Selection - Choose between economy, balanced, or quality profiles according to your needs
  3. Query Submission - Send your query through the PureRouter API using the Python client
  4. Automatic Routing - The system directs the query to the most suitable model based on the chosen profile
  5. Response Processing - The model’s response is processed and returned to the user

Use Cases

Customer Service Applications

Direct simple queries to economic models and scale to more robust models only when necessary.

Productivity Assistants

Optimize the balance between speed and quality for different types of productivity tasks.

Educational Platforms

Use specialized models for different disciplines and levels of question complexity.

Advanced Research Systems

Direct research queries to models with specific capabilities depending on the domain.

PureRouter Benefits

  • Cost Reduction: Save up to 70% on API costs by using cheaper models when appropriate
  • Better User Experience: Faster and more accurate responses for each type of query
  • Scalability: Easily manage multiple models and providers in a single interface
  • Flexibility: Quickly adapt to new models and providers as they emerge
  • Control: Maintain full control over which models are used for each type of query

Next Steps