Optimize your API infrastructure with intelligent routing.Save costs without compromising on quality.
Get started with just a few lines of code
from qure import QuREclient = QuRE(API_KEY)response = client.chat.create( model="router", messages=[ {"role": "user", "content": "How much energy do LLMs consume"} ])