feat: add Nous Portal provider with free-tier models - #5199
Conversation
Action items
|
- ring-2.6-1t effort values high/xhigh per OpenRouter/Kilo peers - ring lab file: output 65_536, open_weights false per peer consensus - longcat free: budget_tokens (OpenRouter relay surface) with wire-path comment instead of undocumented toggle
|
Rotation policy (addressing the rotating-free-catalog concern) Nous Portal's free catalog does rotate, so this PR is deliberately scoped to what rotation does not touch:
Lab metadata citations for Also fixed the automated review items: ring effort set is now |
Action items
|
The control authored is budget_tokens, not toggle; OpenRouter's chat-completions budget field is reasoning.max_tokens (budget_tokens is Anthropic Messages-only wording).
|
No actionable findings. |
|
Do they allow u to use these in other clients than hermes? Seems unlikely... Show me references citing that they are okay with this plz |
|
Summary
Adds a
nousprovider (Nous Portal, https://portal.nousresearch.com) with its zero-cost free-tier catalog:meituan/longcat-2.0:free— base_modelmeituan/longcat-2.0+ free cost overrideinclusionai/ring-2.6-1t:free— new lab entrymodels/inclusionai/ring-2.6-1t.toml+ free cost overrideNous Portal is Nous Research's subscription gateway (launched 2026-04-27) serving a rotating free-model catalog on its $0 tier (50 RPM / 500K TPM). Its third-party catalog is OpenRouter-powered, and the portal emits OpenRouter-style slugs (
vendor/model:free). These two slugs are verified from production usage logs (Hermes Agent / opencode againstinference-api.nousresearch.com/v1); the free rotation also includes time-limited promos (Step 3.5 Flash etc.), which I deliberately left out since they are not standing catalog entries.Deliberately excluded:
openrouter/owl-alphaandopenrouter/elephant-alpha(stealth previews, no authoritative identity/limits to satisfy the schema honestly).Why it matters downstream
tokscale prices usage via provider-hinted exact matching against this catalog (plus LiteLLM/OpenRouter). Today every Hermes Agent / Nous Portal user's free-model usage is excluded from tokscale's leaderboard submissions as unpriced because no dataset carries these IDs; this entry fixes that for everyone (provider id
nousmatches both opencode custom-provider configs and Hermes billing rows).Validation
bun validatepasses.NOUS_API_KEY, api endpoint per official docs).base_model; the new lab file carries complete required metadata.