Skip to main content
Use this guide before you register your first deployment or when you want to compare several local models. Tokios does not choose the model for you; it gives each local model a stable deployment name that clients can call.

Start with the workflow

Choose a backend

Tokios forwards requests to a backend that serves an OpenAI-compatible Chat Completions API. Start with the backend you already use. If you are choosing from scratch, use the simplest option for your operating system and hardware. See Backends for current setup examples.

Name deployments for clients

The model id your backend serves does not need to be the name your clients use. Give each Tokios deployment a short public name that describes its role.
Keep deployment names stable. If you move a model to a different backend or machine later, update the deployment or connector route instead of changing every client.

Compare models carefully

Change one thing at a time. Keep the same prompt, client, backend settings, and hardware when you compare two deployments. Record both speed and answer quality. For a repeatable test flow, use Benchmark your deployment.