Ollama Multi-Machine Routing Tool Stoke Released
·2026.07.21 05:44
Key point
Stoke, an open-source tool that supports efficient routing and management between Ollama instances running on multiple machines, has been released.
Details
When running Ollama across multiple machines, Stoke has been released to automatically distribute and manage requests. This tool is a 5.5 MB Rust binary that works without any separate runtime dependencies.
The main features are as follows:
- Node-aware routing: It polls each node's
/api/tagsand/api/psto preferentially select Warm Nodes where the model is already loaded, and automatically performs failover on failure. - Federation: By running Stoke on each machine, multiple Ollama instances can be managed together through a single network endpoint (including Auth).
- Budget Caps: In case cloud providers are added, USD spending limits can be set per API key.
- Loop Detection: Prevents agents from falling into retry loops where they repeat identical or similar requests.
- Auto-routing and Hedged Dispatch: Selects the optimal model and node based on cost, latency, and preference, and supports a feature that sends small prompts simultaneously to idle machines and uses the result from whichever machine responds first.
This summary was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.
Our guide explains how the AI works. Report summary errors, attribution issues, or removal requests via Contact.