Cloud

For some selected tasks and models, Grandmaster AI provides an out-of-the-box cloud cloud inference API solution for a fee.

When cloud is activated, the inference of the model is done on the cloud. That way you can focus on building the next big thing instead of worrying about the ML infrastructure.

Unified API

Switching to the cloud is seamless by enabling it directly on the code by passing cloud=True to the inference function. You can easily switch from local to cloud by changing the boolean flag.

API Key

To use the cloud, you need to have an account. You can sign-up using the link in the top right corner.

After signing-up, you will get an API key to authenticate your requests. We suggest you to store the API key in an environment variable at the root of your project (see at the end of the page).