Skip to content

AiQu documentation

Pick a Docker image, choose how much GPU you need, and queue it. AiQu finds a node, runs your container, and bills you for the time it used.

I want something running in five minutes

Use Quick Deploy. Pick a prepared template, choose a runtime, run it. No image to name, no resources to size.

I have my own image

Create a job from any image on Docker Hub or a registry your tenant has configured.

My data keeps disappearing

A container’s filesystem is discarded when the job ends. Anything you want to keep has to live on a mounted folder.

My job will not start

Usually the queue, the tokens, or a permission. Troubleshooting goes through them in order.

A job is one or more containers, called services, that AiQu schedules onto a node. You submit the job to a queue; the queue decides which nodes are eligible and what resources you may ask for. While the job runs it spends tokens, either yours or a project’s. Everything you want to survive the job goes on a storage bucket that you mount into the container.

That is the whole model. Core concepts says it more carefully, and the glossary defines each word on its own.