{
  "$schema": "https://opencode.ai/config.json",
  "model": "seibertgpt/deepseek-v41-flash-fast",
  "small_model": "seibertgpt/deepseek-v41-flash-fast",
  "provider": {
    "seibertgpt": {
      "npm": "@ai-sdk/openai-compatible",
      "name": "SeibertGPT",
      "options": {
        "baseURL": "https://api.gpt.seibert.ai/v1",
        "apiKey": "{env:SEIBERTGPT_API_KEY}"
      },
      "models": {
        "deepseek-v41-flash": {
          "name": "Standard mit Denkmodus",
          "tool_call": true,
          "attachment": true,
          "limit": {
            "context": 1000000,
            "output": 32000
          }
        },
        "deepseek-v41-flash-fast": {
          "name": "ohne Denkmodus – schnell",
          "tool_call": true,
          "attachment": true,
          "limit": {
            "context": 1000000,
            "output": 32000
          }
        },
        "deepseek-v41-flash-low": {
          "name": "Denkaufwand niedrig",
          "tool_call": true,
          "attachment": true,
          "limit": {
            "context": 1000000,
            "output": 32000
          }
        },
        "deepseek-v41-flash-high": {
          "name": "Denkaufwand hoch",
          "tool_call": true,
          "attachment": true,
          "limit": {
            "context": 1000000,
            "output": 32000
          }
        },
        "deepseek-v41-flash-max": {
          "name": "Denkaufwand maximal",
          "tool_call": true,
          "attachment": true,
          "limit": {
            "context": 1000000,
            "output": 32000
          }
        }
      }
    }
  }
}
