diff --git a/providers/subconscious/models/subconscious/tim-qwen3.6-27b.toml b/providers/subconscious/models/subconscious/tim-qwen3.6-27b.toml index 65b78d44f0..e26ec3dd16 100644 --- a/providers/subconscious/models/subconscious/tim-qwen3.6-27b.toml +++ b/providers/subconscious/models/subconscious/tim-qwen3.6-27b.toml @@ -1,3 +1,11 @@ +# Subconscious serves TIM-Qwen3.6 27B as subconscious/tim-qwen3.6-27b. +# Pricing (USD per 1M tokens): cached $0.15, input $0.30, output $3.00. +# Reasoning controls: Anthropic Messages enables thinking with thinking.type = +# "enabled" and thinking.budget_tokens; omit thinking to disable it. Reasoning +# is returned in separate thinking content blocks. +# Sources (accessed 2026-07-06): +# https://www.subconscious.dev/pricing +# https://docs.subconscious.dev/features/thinking name = "TIM-Qwen3.6 27B" description = "Reasoning model for deliberate analysis, multi-step problem solving, and tool use" attachment = false @@ -8,14 +16,17 @@ temperature = true release_date = "2026-05-11" last_updated = "2026-05-11" open_weights = false -interleaved = { field = "reasoning_content" } [[reasoning_options]] -type = "toggle" +type = "toggle" # API: omit thinking to disable; {"thinking": {"type": "enabled", "budget_tokens": }} to enable + +[[reasoning_options]] +type = "budget_tokens" # API: {"thinking": {"type": "enabled", "budget_tokens": }} [cost] -input = 0 -output = 0 +input = 0.3 +output = 3.0 +cache_read = 0.15 [limit] context = 8192 diff --git a/providers/subconscious/provider.toml b/providers/subconscious/provider.toml index e73c95cb6c..56b5f45c83 100644 --- a/providers/subconscious/provider.toml +++ b/providers/subconscious/provider.toml @@ -1,5 +1,5 @@ name = "Subconscious" -npm = "@ai-sdk/openai-compatible" +npm = "@ai-sdk/anthropic" api = "https://api.subconscious.dev/v1" env = ["SUBCONSCIOUS_API_KEY"] -doc = "https://docs.subconscious.dev" \ No newline at end of file +doc = "https://docs.subconscious.dev"