hermes-agent/website/docs
Teknium 9634e20e15
feat: API server model name derived from profile name (#6857)
* feat: API server model name derived from profile name

For multi-user setups (e.g. OpenWebUI), each profile's API server now
advertises a distinct model name on /v1/models:

- Profile 'lucas' -> model ID 'lucas'
- Profile 'admin' -> model ID 'admin'
- Default profile -> 'hermes-agent' (unchanged)

Explicit override via API_SERVER_MODEL_NAME env var or
platforms.api_server.model_name config for custom names.

Resolves friction where OpenWebUI couldn't distinguish multiple
hermes-agent connections all advertising the same model name.

* docs: multi-user setup with profiles for API server + Open WebUI

- api-server.md: added Multi-User Setup section, API_SERVER_MODEL_NAME
  to config table, updated /v1/models description
- open-webui.md: added Multi-User Setup with Profiles section with
  step-by-step guide, updated model name references
- environment-variables.md: added API_SERVER_MODEL_NAME entry
2026-04-09 17:07:29 -07:00
..
developer-guide fix(bluebubbles): add missing integration points and documentation (#6460) 2026-04-09 00:19:05 -07:00
getting-started fix(termux): improve status and install UX 2026-04-09 16:24:53 -07:00
guides docs: fix 40+ discrepancies between documentation and codebase (#5818) 2026-04-07 10:17:44 -07:00
integrations fix(compaction): don't halve context_length on output-cap-too-large errors 2026-04-09 11:27:41 -07:00
reference feat: API server model name derived from profile name (#6857) 2026-04-09 17:07:29 -07:00
user-guide feat: API server model name derived from profile name (#6857) 2026-04-09 17:07:29 -07:00
index.md fix(bluebubbles): add missing integration points and documentation (#6460) 2026-04-09 00:19:05 -07:00