diff --git a/models/inclusionai/ring-2.6-1t.toml b/models/inclusionai/ring-2.6-1t.toml new file mode 100644 index 00000000000..5473070d145 --- /dev/null +++ b/models/inclusionai/ring-2.6-1t.toml @@ -0,0 +1,18 @@ +name = "Ring-2.6-1T" +description = "InclusionAI Ring-2.6-1T, a 1T-parameter-scale thinking model with 63B active parameters, built for coding agents and long-horizon tool-using workflows" +family = "ring" +attachment = false +reasoning = true +temperature = true +tool_call = true +release_date = "2026-05-08" +last_updated = "2026-05-08" +open_weights = false + +[limit] +context = 262_144 +output = 65_536 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/nous/logo.svg b/providers/nous/logo.svg new file mode 100644 index 00000000000..f1cbec0f08d --- /dev/null +++ b/providers/nous/logo.svg @@ -0,0 +1,3 @@ + + + diff --git a/providers/nous/models/inclusionai/ring-2.6-1t:free.toml b/providers/nous/models/inclusionai/ring-2.6-1t:free.toml new file mode 100644 index 00000000000..88426ae9e4e --- /dev/null +++ b/providers/nous/models/inclusionai/ring-2.6-1t:free.toml @@ -0,0 +1,8 @@ +base_model = "inclusionai/ring-2.6-1t" +name = "Ring-2.6-1T (free)" +reasoning_options = [{ type = "effort", values = ["high", "xhigh"] }] + +[cost] +input = 0 +output = 0 +cache_read = 0 diff --git a/providers/nous/models/meituan/longcat-2.0:free.toml b/providers/nous/models/meituan/longcat-2.0:free.toml new file mode 100644 index 00000000000..a8ce36fd839 --- /dev/null +++ b/providers/nous/models/meituan/longcat-2.0:free.toml @@ -0,0 +1,13 @@ +# Reasoning budget wire path: the Portal relays third-party models through +# OpenRouter, so the budget is set via the reasoning.max_tokens request field +# (OpenAI-compatible chat convention). +base_model = "meituan/longcat-2.0" +name = "LongCat-2.0 (free)" + +[[reasoning_options]] +type = "budget_tokens" + +[cost] +input = 0 +output = 0 +cache_read = 0 diff --git a/providers/nous/provider.toml b/providers/nous/provider.toml new file mode 100644 index 00000000000..c590fd056da --- /dev/null +++ b/providers/nous/provider.toml @@ -0,0 +1,5 @@ +name = "Nous Portal" +env = ["NOUS_API_KEY"] +npm = "@ai-sdk/openai-compatible" +api = "https://inference-api.nousresearch.com/v1" +doc = "https://hermes-agent.nousresearch.com/docs/integrations/nous-portal"