Skip to main content
Local AI workstations are powerful, but most clients still expect a cloud-style API endpoint. Tokios lets you keep the model on your own hardware while giving your tools a stable OpenAI- or Anthropic-compatible endpoint at https://api.tokios.com. Use this page if you run local models on hardware such as NVIDIA GB10 or DGX Spark systems, AMD Strix Halo or Ryzen AI Max systems, Apple silicon Macs with high unified memory, GPU workstations, mini PCs, or homelab servers.

What Tokios adds

Tokios does not replace your local model runtime. It sits between your clients and the backend you already run on the workstation.

Hardware this page is for

Tokios is useful when the machine has enough memory and compute to run local models, but the tools you use live somewhere else: a laptop, editor, coding agent, notebook, server process, or teammate’s client.
1

Start the local backend

Run your model server on the workstation. Tokios works with backends that expose an OpenAI-compatible Chat Completions API, such as Ollama, LM Studio, llama.cpp, or vLLM.
2

Install the connector on the workstation

Run tokios-connector on the same machine, or on a nearby machine that can reach the backend. The connector dials out to Tokios, so you do not need to open inbound ports.
3

Register a deployment

Map the backend’s upstream model id to a public deployment name such as strix-coder, gb10-chat, or local-qwen. Clients send this deployment name in the model field.
4

Point your tools at Tokios

Use https://api.tokios.com/v1 for OpenAI-style clients and https://api.tokios.com for Anthropic-style clients.

Hardware-oriented workflows

Naming deployments

Use names that describe the job, not only the hardware. That makes client configs easier to keep stable.
If you upgrade from one workstation to another, keep the same deployment name and update the connector route. Your clients can keep using the same model value.

What to benchmark

Local AI workstation buyers often compare hardware by model size or raw tokens per second. For Tokios, measure the workflow you actually plan to run. Use Benchmark a Tokios deployment to compare deployments with the same prompt and hardware.

Next steps

Connect a backend

Configure Ollama, LM Studio, llama.cpp, or vLLM as your local upstream.

Install the connector

Run the connector beside your workstation model server.

Use coding agents

Connect Claude Code, OpenAI Codex, and compatible coding clients.

Benchmark a deployment

Compare local models and backends through the same Tokios endpoint.