From a39f04e72a1054e800b6b500ed02e0db07e92998 Mon Sep 17 00:00:00 2001 From: Owen Stepan <106773727+ostepan8@users.noreply.github.com> Date: Mon, 1 Jun 2026 15:33:50 -0400 Subject: [PATCH] Add Subconscious provider and TIM-Qwen3.6 27B --- .../models/subconscious/tim-qwen3.6-27b.toml | 21 +++++++++++++++++++ providers/subconscious/provider.toml | 5 +++++ 2 files changed, 26 insertions(+) create mode 100644 providers/subconscious/models/subconscious/tim-qwen3.6-27b.toml create mode 100644 providers/subconscious/provider.toml diff --git a/providers/subconscious/models/subconscious/tim-qwen3.6-27b.toml b/providers/subconscious/models/subconscious/tim-qwen3.6-27b.toml new file mode 100644 index 000000000..806899563 --- /dev/null +++ b/providers/subconscious/models/subconscious/tim-qwen3.6-27b.toml @@ -0,0 +1,21 @@ +name = "TIM-Qwen3.6 27B" +attachment = true +reasoning = true +tool_call = true +structured_output = true +temperature = true +release_date = "2026-05-11" +last_updated = "2026-05-11" +open_weights = false + +[cost] +input = 0.5 +output = 3.5 + +[limit] +context = 262144 +output = 262144 + +[modalities] +input = ["text", "image"] +output = ["text"] diff --git a/providers/subconscious/provider.toml b/providers/subconscious/provider.toml new file mode 100644 index 000000000..332f200d3 --- /dev/null +++ b/providers/subconscious/provider.toml @@ -0,0 +1,5 @@ +name = "Subconscious" +npm = "@ai-sdk/openai-compatible" +api = "https://api.subconscious.dev/v1" +env = ["SUBCONSCIOUS_API_KEY"] +doc = "https://docs.subconscious.dev"