Quick start

These are the two primary paths in the Kunagi system. The user path sends an inference request. The provider path lists GPU capacity and earns from completed jobs.

Use Kunagi

Choose a model, send a request through the app or API, and receive streamed tokens from the selected worker.

Request
POST /v1/inference
model: kunagi-open-8b
stream: true

Provide compute

Run a worker client, benchmark your machine, list supported models, and accept routed jobs.

Worker CLI
kunagi worker start
kunagi worker benchmark
kunagi worker list