Skip to content

Add Nous Research Hermes 4 models to TEE_LLM enum#295

Merged
adambalogh merged 1 commit into
mainfrom
claude/sweet-fermi-lrz03i
Jun 9, 2026
Merged

Add Nous Research Hermes 4 models to TEE_LLM enum#295
adambalogh merged 1 commit into
mainfrom
claude/sweet-fermi-lrz03i

Conversation

@adambalogh

Copy link
Copy Markdown
Collaborator

Summary

Add support for Nous Research Hermes 4 models (405B and 70B variants) to the SDK's TEE LLM provider list, enabling users to access these models via the Nous Portal.

Changes

  • Added HERMES_4_405B and HERMES_4_70B enum values to TEE_LLM class in src/opengradient/types.py
  • Updated README.md to document the new Nous Research models under a dedicated section
  • Updated auto-generated documentation in docs/opengradient/types.md to reflect the new enum values

Implementation Details

  • Models are accessible via the nous/ namespace: nous/hermes-4-405b and nous/hermes-4-70b
  • Follows the existing pattern for other TEE LLM providers (Grok, ByteDance, etc.)
  • Documentation updates maintain consistency with existing provider sections

https://claude.ai/code/session_014CMNvbEaRmSXmZf6d9Sfm7

Add HERMES_4_405B and HERMES_4_70B to the TEE_LLM enum, exposing the
Nous Research Hermes 4 family (already supported by the tee-gateway under
provider 'nous') through the SDK. Update the README model list and
regenerate docs.
@adambalogh adambalogh marked this pull request as ready for review June 9, 2026 16:04
@adambalogh adambalogh merged commit b481af3 into main Jun 9, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants