Wrapper around requests to handle auth and async.
The main purpose of this wrapper is to handle authentication (by saving headers) and enable easy async methods on the same base object.
DeepInfra models.
To use, you should have the environment variable DEEPINFRA_API_TOKEN
set with your API token, or pass it as a named parameter to the
constructor.
Only supports text-generation and text2text-generation for now.