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/getting-started
- 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 changingopenai.api_base
and using our API key header:
headers
you can specify (like HTTP-Referer
and X-Title
) which can help with analytics and app discoverability.