{
  "$schema": "https://opencode.ai/config.json",
  "autoupdate": false,
  "share": "disabled",
  "permission": {
    "edit": "allow",
    "bash": "allow",
    "webfetch": "allow"
  },
  "provider": {
    "siac": {
      "npm": "@ai-sdk/openai-compatible",
      "name": "SIAC",
      "options": {
        "baseURL": "https://ia.siac.com.co/v1",
        "apiKey": "{env:SIAC_API_KEY}"
      },
      "models": {
        "siac-auto": {
          "name": "Automático (mejor modelo por tarea)",
          "limit": { "context": 198000, "output": 8192 },
          "cost": { "input": 0.0, "output": 0.0, "cache_read": 1.0, "cache_write": 0.0 }
        },
        "glm-5.2": {
          "name": "GLM-5.2",
          "limit": { "context": 198000, "output": 8192 },
          "cost": { "input": 1.82, "output": 5.72, "cache_read": 1.82, "cache_write": 1.82 }
        },
        "glm-5.1": {
          "name": "GLM-5.1",
          "limit": { "context": 198000, "output": 8192 },
          "cost": { "input": 1.4014, "output": 4.9062, "cache_read": 1.4014, "cache_write": 1.4014 }
        },
        "glm-5": {
          "name": "GLM-5",
          "limit": { "context": 198000, "output": 8192 },
          "cost": { "input": 1.0517, "output": 3.8545, "cache_read": 1.0517, "cache_write": 1.0517 }
        },
        "deepseek-v3.1-terminus": {
          "name": "DeepSeek-V3.1-Terminus",
          "limit": { "context": 128000, "output": 8192 },
          "cost": { "input": 0.7007, "output": 2.1021, "cache_read": 0.7007, "cache_write": 0.7007 }
        },
        "deepseek-v3.2": {
          "name": "DeepSeek-V3.2",
          "limit": { "context": 160000, "output": 8192 },
          "cost": { "input": 0.351, "output": 0.5252, "cache_read": 0.351, "cache_write": 0.351 }
        },
        "DeepSeek-V3": {
          "name": "DeepSeek-V3",
          "limit": { "context": 128000, "output": 8192 },
          "cost": { "input": 0.351, "output": 1.4014, "cache_read": 0.351, "cache_write": 0.351 }
        },
        "deepseek-v4-pro": {
          "name": "DeepSeek-V4-Pro",
          "limit": { "context": 128000, "output": 8192 },
          "cost": { "input": 2.1021, "output": 4.2055, "cache_read": 2.1021, "cache_write": 2.1021 }
        },
        "deepseek-v4-flash": {
          "name": "DeepSeek-V4-Flash",
          "limit": { "context": 128000, "output": 8192 },
          "cost": { "input": 0.1755, "output": 0.351, "cache_read": 0.1755, "cache_write": 0.1755 }
        }
      }
    }
  },
  "model": "siac/siac-auto"
}
