{
  "defaultModel": {
    "model": "openai/gpt-5.6-terra",
    "thinkingLevel": "medium"
  },
  "classifierType": "llm",
  "classifierLLMConfig": {
    "model": "mistral/mistral-small-2603",
    "classificationRubric": "agentic",
    "timeoutMs": 2000
  },
  "classifierFallback": "heuristic",
  "classifierContextWindowSize": 3,
  "classifierContextPerTurnChars": 200,
  "classifierContextIncludeAssistantTurns": false,
  "tiers": {
    "SIMPLE": {
      "model": "openai/gpt-5.6-luna",
      "thinkingLevel": "low"
    },
    "MEDIUM": {
      "model": "openai/gpt-5.6-terra",
      "thinkingLevel": "medium"
    },
    "COMPLEX": {
      "model": "anthropic/claude-sonnet-5",
      "thinkingLevel": "high"
    },
    "REASONING": {
      "model": "anthropic/claude-opus-5",
      "thinkingLevel": "xhigh"
    }
  }
}
