From f180f49df5ae84b91d12c5bf617af16a1c03136c Mon Sep 17 00:00:00 2001 From: samsja <55492238+samsja@users.noreply.github.com> Date: Tue, 3 Feb 2026 23:58:12 -0800 Subject: [PATCH] Add Intellect 3 model from Prime Intellect --- .../models/prime-intellect/intellect-3.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 providers/openrouter/models/prime-intellect/intellect-3.toml diff --git a/providers/openrouter/models/prime-intellect/intellect-3.toml b/providers/openrouter/models/prime-intellect/intellect-3.toml new file mode 100644 index 000000000..dad5637c9 --- /dev/null +++ b/providers/openrouter/models/prime-intellect/intellect-3.toml @@ -0,0 +1,17 @@ +id = "prime-intellect/intellect-3" +name = "Intellect 3" +family = "glm" +release_date = "2025-01-15" +last_updated = "2025-01-15" +attachment = false +reasoning = true +temperature = true +knowledge = "2024-10" +tool_call = true +open_weights = true +cost = { input = 0.2, output = 1.1 } +limit = { context = 131072, output = 8192 } + +[modalities] +input = ["text"] +output = ["text"]