Uh oh!
There was an error while loading. Please reload this page.
Add Nous Research provider - #3383
Conversation
Action items
|
Acorzo1983
commented
Jul 22, 2026
Closing until the Nous OpenCode integration has an authenticated local smoke test. I will reopen or replace this PR after verifying inference and agent behavior. |
Action items
|
rekram1-node
commented
Jul 22, 2026
i see like no reasoning options anywhere, this is likely wrong. |
rekram1-node
commented
Jul 22, 2026
Also this PR is massive, prefer u do a first pass instead of 2.5k lines in 1 |
This reverts commit 4b6e987.
Acorzo1983
commented
Jul 22, 2026
Reduced this to a first-pass provider PR: removed the catalog sync and routed-model expansion, added the required logo, and retained only Hermes 4 70B/405B. I replaced the unverified reasoning toggles with reasoning_options = [] and added first-party /v1/models citations plus API-derived pricing/context/modalities. Thanks for the guidance. |
No actionable findings. |
Acorzo1983
commented
Jul 22, 2026
Following the first-pass guidance, this remains a small hand-authored PR. I added two requested stable models, Claude Haiku 4.5 and Kimi K3, bringing the total to four models. Their Nous-specific costs/limits are sourced from /v1/models; reasoning_options remain empty because Nous does not document request syntax for the advertised controls. |
No actionable findings. |
rekram1-node
commented
Jul 24, 2026
So you are telling me this provider doesnt support reasoning options at all? All these responses read like an llm so im not sure if you are telling me this or ur agent is so I want to confirm. |
amrrs
commented
Jul 25, 2026
@rekram1-node on a totally different note, any chance you could ask someone from open code to look into this - anomalyco/opencode#38709 |
Closing this pull request as stale because it has not been updated in 30 days. Feel free to reopen it or submit a new pull request if the work is resumed. |
First pass: adds the Nous Research provider, compliant logo, and four requested stable models: Hermes 4 70B, Hermes 4 405B, Claude Haiku 4.5, and Kimi K3. The catalog sync and routed-model expansion remain deferred for a later, separately reviewed change. Source for availability, provider pricing, limits, modalities, and supported parameters: https://inference-api.nousresearch.com/v1/models. Nous does not document provider-specific request syntax for reasoning controls, so all reasoning models use empty reasoning_options. Validation: bun validate and git diff --check pass.