QuRE: Query Routing Engine

Optimize your API infrastructure with intelligent routing.
Save costs without compromising on quality.

Intelligent Routing
Cost Optimization

Simple to Implement

Get started with just a few lines of code

python
1
2
3
4
5
6
7
from qure import QuRE
client = QuRE(API_KEY)
response = client.chat.create(
model="router",
messages=[
{"role": "user", "content": "How much energy do LLMs consume"}
]
)