opencode icon indicating copy to clipboard operation
opencode copied to clipboard

feat(provider): add Nous Research as first-class provider

Open Aboozle1 opened this issue 5 days ago • 1 comments

Fixes #7525

Adds Nous Research as a first-class provider using their inference API.

Changes:

  • Add provider definition with 7 models (Hermes 4.3, Hermes 4, DeepHermes 3, Hermes 3)
  • Support NOUS_API_KEY env var and /connect auth
  • Add documentation to providers.mdx

Testing:

  • /connect → searched "nous" → entered API key
  • /models → verified 7 models appear
  • Tested prompt with all models

Aboozle1 avatar Jan 09 '26 21:01 Aboozle1