Add Subconscious provider and TIM-Qwen3.6 27B#1944
Open
ostepan8 wants to merge 1 commit into
Open
Conversation
rekram1-node
reviewed
Jun 1, 2026
| @@ -0,0 +1,5 @@ | |||
| name = "Subconscious" | |||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the Subconscious provider (OpenAI-compatible API at
https://api.subconscious.dev/v1) and itsTIM-Qwen3.6 27Bmodel — a post-trained Qwen3.6-27B served on the TIMRUN runtime. The model supports tool calling, reasoning, structured outputs, and image input, with a 262K-token context window (and up to 262K output tokens); pricing is $0.50/1M input and $3.50/1M output. The model id is namespacedsubconscious/tim-qwen3.6-27b(the federated-gateway slug the API requires), stored via a nested folder per the README's slash convention, so the auto-injected id matches exactly what/v1/chat/completionsaccepts. Validated locally withbun validate(passes, model appears correctly in the generated catalog).