# model.yaml is an open standard for defining cross-platform, composable AI models # Learn more at https://modelyaml.org # # Lime Qwen3.5-9B Reasoning-power for LM Studio # # If you publish this as a Hugging Face GGUF repo, keep the model/repo ids below # aligned with the actual uploaded repo name. model: naksyu/lime-qwen35-9b-lime-reasoning-power base: - key: naksyu/lime-qwen35-9b-lime-reasoning-power-gguf sources: - type: huggingface user: naksyu repo: lime-qwen35-9b-lime-reasoning-power-gguf metadataOverrides: domain: llm architectures: - qwen35 compatibilityTypes: - gguf paramsStrings: - 9B minMemoryUsageBytes: 8000000000 contextLengths: - 262144 vision: false reasoning: true trainedForToolUse: false config: load: fields: - key: llm.load.contextLength value: 12288 operation: fields: - key: llm.prediction.temperature value: 0.8 - key: llm.prediction.topKSampling value: 20 - key: llm.prediction.topPSampling value: checked: true value: 0.95 - key: llm.prediction.minPSampling value: checked: false value: 0 - key: llm.prediction.repeatPenalty value: checked: false value: 1.0 customFields: - key: enableThinking displayName: Enable Thinking description: Controls whether Lime emits the initial /think block before the visible answer. type: boolean defaultValue: true effects: - type: setJinjaVariable variable: enable_thinking