Yes. We are compatible with several hosting providers.
You can, for example, have two APIs: one that consumes few resources, but needs to be highly available, and a second that consumes a lot of CPU. To avoid high costs, you can deploy your first API on a public cloud with horizontal scalability, and your second API on a dedicated server. You can put the two together and benefit from the advantages of each host.