{
  "name": "Qwen3.6 27B MLX — Max Speed (Mac 32GB)",
  "operation": {
    "fields": [
      {
        "key": "llm.prediction.systemPrompt",
        "value": "/no_think\nYou are a fast, direct assistant. Answer concisely. Skip preambles, skip chain-of-thought, give the result immediately. If asked for code, output only the code block."
      },
      {
        "key": "llm.prediction.temperature",
        "value": 0.6
      },
      {
        "key": "llm.prediction.topPSampling",
        "value": {
          "checked": true,
          "value": 0.9
        }
      },
      {
        "key": "llm.prediction.topKSampling",
        "value": 20
      },
      {
        "key": "llm.prediction.minPSampling",
        "value": {
          "checked": false,
          "value": 0.05
        }
      },
      {
        "key": "llm.prediction.repeatPenalty",
        "value": {
          "checked": false,
          "value": 1.0
        }
      },
      {
        "key": "llm.prediction.maxPredictedTokens",
        "value": {
          "checked": false,
          "value": -1
        }
      },
      {
        "key": "llm.prediction.stopStrings",
        "value": [
          "<|im_end|>",
          "<|endoftext|>"
        ]
      },
      {
        "key": "llm.prediction.contextOverflowPolicy",
        "value": "truncateMiddle"
      },
      {
        "key": "llm.prediction.reasoning.parsing",
        "value": {
          "enabled": false,
          "startString": "<think>",
          "endString": "</think>"
        }
      },
      {
        "key": "llm.prediction.tools",
        "value": {
          "type": "none"
        }
      },
      {
        "key": "llm.load.contextLength",
        "value": 8192
      },
      {
        "key": "llm.load.mlx.kvCacheBits",
        "value": {
          "checked": true,
          "value": 8
        }
      },
      {
        "key": "llm.load.mlx.kvCacheGroupSize",
        "value": 64
      },
      {
        "key": "llm.load.seed",
        "value": {
          "checked": false,
          "value": 0
        }
      }
    ]
  }
}
