Get Started
Getting started
Start using the Requesty router
Set up your account
- API Key: You need to login at https://app.requesty.ai/sign-up
- Set up an API-key at https://app.requesty.ai/router
- Once you have your API-key you will need to change the base_url of your Openai Client and change it to
https://router.requesty.ai/v1
Using our OpenAI SDK
You can use the standard OpenAI Python client by simply changing openai.api_base
and using our API key header:
This makes a request to the local router which proxies it to the appropriate model provider, returning a completion response in OpenAI format. Additionally you can add additional information to the headers
you can specify (like HTTP-Referer
and X-Title
) which can help with analytics and app discoverability.