{
  "$schema": "https://opencode.ai/config.json",
  "model": "bench/deepseek-v4.1-flash",
  "small_model": "bench/deepseek-v4.1-flash",
  "enabled_providers": [
    "bench"
  ],
  "share": "disabled",
  "autoupdate": false,
  "snapshot": false,
  "plugin": [],
  "mcp": {},
  "lsp": false,
  "formatter": false,
  "permission": {
    "*": "deny",
    "read": "allow",
    "edit": "allow",
    "glob": "allow",
    "grep": "allow",
    "list": "allow",
    "bash": "allow",
    "external_directory": {
      "/task/*": "allow"
    },
    "task": "deny",
    "webfetch": "deny",
    "websearch": "deny",
    "question": "deny"
  },
  "provider": {
    "bench": {
      "npm": "@ai-sdk/openai-compatible",
      "name": "Benchmark DeepSeek",
      "options": {
        "baseURL": "{env:OPENAI_BASE_URL}",
        "apiKey": "{env:OPENAI_API_KEY}"
      },
      "models": {
        "deepseek-v4.1-flash": {
          "name": "DeepSeek V4.1 Flash",
          "limit": {
            "context": 32000,
            "output": 4096
          },
          "options": {
            "reasoningEffort": "high"
          }
        }
      }
    }
  }
}
