Configure the Tokios Connector to forward traffic to Ollama, llama.cpp, vLLM, or LM Studio by setting the correct upstream URL in tokios.json.
Tokios works with any model server that exposes an HTTP API on localhost. Configure which server the connector forwards to by setting the upstream field in tokios.json. The sections below list the default port for each supported backend and show how to start it.
Upstream URL:"upstream": "http://localhost:11434"Ollama’s default port is 11434. No extra configuration is needed — the connector forwards directly to the Ollama HTTP API as-is.Note that the model name you choose in the Tokios dashboard (e.g. gemma-tunnel) maps to whatever model Ollama currently has loaded. Make sure the model you want to serve is pulled and running in Ollama before starting the connector.
# Pull and run your model in Ollama firstollama run gemma3