Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions providers/subconscious/models/subconscious/tim-qwen3.6-27b.toml
Original file line number Diff line number Diff line change
@@ -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"]
5 changes: 5 additions & 0 deletions providers/subconscious/provider.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "Subconscious"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no logo?

npm = "@ai-sdk/openai-compatible"
api = "https://api.subconscious.dev/v1"
env = ["SUBCONSCIOUS_API_KEY"]
doc = "https://docs.subconscious.dev"