From 8e356eccea34214252955f5035ebef379518b760 Mon Sep 17 00:00:00 2001 From: Teknium <127238744+teknium1@users.noreply.github.com> Date: Sun, 28 Jun 2026 04:14:59 -0700 Subject: [PATCH] docs(readme): trim provider list to a few names plus docs link (#54169) The README line enumerated 11 providers inline, which dilutes the point and goes stale as providers come and go. Replace with Nous Portal, OpenRouter, OpenAI, your own endpoint, and a 'many others' link to the canonical AI Providers docs page that already lists them all. --- README.md | 2 +- infographic/readme-provider-trim.png | Bin 0 -> 1394274 bytes 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 infographic/readme-provider-trim.png diff --git a/README.md b/README.md index 0d5a638e227..4caad13ce20 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ **The self-improving AI agent built by [Nous Research](https://nousresearch.com).** It's the only agent with a built-in learning loop — it creates skills from experience, improves them during use, nudges itself to persist knowledge, searches its own past conversations, and builds a deepening model of who you are across sessions. Run it on a $5 VPS, a GPU cluster, or serverless infrastructure that costs nearly nothing when idle. It's not tied to your laptop — talk to it from Telegram while it works on a cloud VM. -Use any model you want — [Nous Portal](https://portal.nousresearch.com), [OpenRouter](https://openrouter.ai) (200+ models), [NovitaAI](https://novita.ai) (AI-native cloud for Model API, Agent Sandbox, and GPU Cloud), [NVIDIA NIM](https://build.nvidia.com) (Nemotron), [Xiaomi MiMo](https://platform.xiaomimimo.com), [z.ai/GLM](https://z.ai), [Kimi/Moonshot](https://platform.moonshot.ai), [MiniMax](https://www.minimax.io), [Hugging Face](https://huggingface.co), OpenAI, or your own endpoint. Switch with `hermes model` — no code changes, no lock-in. +Use any model you want — [Nous Portal](https://portal.nousresearch.com), OpenRouter, OpenAI, your own endpoint, and [many others](https://hermes-agent.nousresearch.com/docs/integrations/providers). Switch with `hermes model` — no code changes, no lock-in.
| A real terminal interface | Full TUI with multiline editing, slash-command autocomplete, conversation history, interrupt-and-redirect, and streaming tool output. |