# model.yaml is an open standard for defining cross-platform, composable AI models. # Learn more at https://modelyaml.org model: obliteratus/qwen3.6-27b-obliterated base: - key: obliteratus/qwen3.6-27b-obliterated-gguf sources: - type: huggingface user: OBLITERATUS repo: Qwen3.6-27B-OBLITERATED metadataOverrides: domain: llm architectures: - qwen3 compatibilityTypes: - gguf - safetensors paramsStrings: - 27B minMemoryUsageBytes: 17000000000 contextLengths: - 262144 vision: false reasoning: true trainedForToolUse: mixed config: operation: fields: - key: llm.prediction.temperature value: 0.35 - key: llm.prediction.topPSampling value: 1 - key: llm.prediction.topKSampling value: 0 - key: llm.prediction.repeatPenalty value: 1.05 load: fields: - key: llm.load.contextLength value: 8192 customFields: - key: enableThinking displayName: Enable Thinking description: Controls whether Qwen emits a visible thinking block before replying. type: boolean defaultValue: false effects: - type: setJinjaVariable variable: enable_thinking