Skip to content

Add Ollama Herd to LLM Router - #522

Merged
InftyAI-Agent merged 1 commit into
InftyAI:mainfrom
twinsgeeks:add-ollama-herd
Sep 3, 2026
Merged

Add Ollama Herd to LLM Router#522
InftyAI-Agent merged 1 commit into
InftyAI:mainfrom
twinsgeeks:add-ollama-herd

Conversation

@twinsgeeks

Copy link
Copy Markdown
Contributor

Adds Ollama Herd to LLM Router.

It routes inference across a fleet of machines you already own, rather than across hosted providers. Nodes are discovered over mDNS with no config, and each request is scored on memory fit, thermal state, queue depth and which models are already resident — so a request avoids cold-loading a model that is warm on another node. Serves OpenAI-, Ollama- and Anthropic-compatible APIs.

MIT licensed, Python, actively maintained (v0.9.2 released 2026-08-16). Entry inserted alphabetically to match the section.

@InftyAI-Agent InftyAI-Agent added needs-triage Indicates an issue or PR lacks a label and requires one. needs-priority Indicates a PR lacks a label and requires one. do-not-merge/needs-kind Indicates a PR lacks a label and requires one. labels Aug 16, 2026
@kerthcet

kerthcet commented Sep 3, 2026

Copy link
Copy Markdown
Member

/lgtm
/approve
/kind documentation

@InftyAI-Agent InftyAI-Agent added lgtm Looks good to me, indicates that a PR is ready to be merged. approved Indicates a PR has been approved by an approver from all required OWNERS files. documentation Categorizes issue or PR as related to documentation. and removed do-not-merge/needs-kind Indicates a PR lacks a label and requires one. labels Sep 3, 2026
@InftyAI-Agent
InftyAI-Agent merged commit c19cc54 into InftyAI:main Sep 3, 2026
40 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. documentation Categorizes issue or PR as related to documentation. lgtm Looks good to me, indicates that a PR is ready to be merged. needs-priority Indicates a PR lacks a label and requires one. needs-triage Indicates an issue or PR lacks a label and requires one.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants