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"