{
  "providers": {
    "seibertgpt": {
      "baseUrl": "https://api.gpt.seibert.ai/v1",
      "api": "openai-completions",
      "apiKey": "$SEIBERTGPT_API_KEY",
      "compat": {
        "supportsStore": false,
        "supportsDeveloperRole": false,
        "maxTokensField": "max_tokens"
      },
      "models": [
        {
          "id": "deepseek-v41-flash",
          "name": "Standard mit Denkmodus (SeibertGPT)",
          "contextWindow": 1000000,
          "input": [
            "text",
            "image"
          ]
        },
        {
          "id": "deepseek-v41-flash-fast",
          "name": "ohne Denkmodus – schnell (SeibertGPT)",
          "contextWindow": 1000000,
          "input": [
            "text",
            "image"
          ]
        },
        {
          "id": "deepseek-v41-flash-low",
          "name": "Denkaufwand niedrig (SeibertGPT)",
          "contextWindow": 1000000,
          "input": [
            "text",
            "image"
          ]
        },
        {
          "id": "deepseek-v41-flash-high",
          "name": "Denkaufwand hoch (SeibertGPT)",
          "contextWindow": 1000000,
          "input": [
            "text",
            "image"
          ]
        },
        {
          "id": "deepseek-v41-flash-max",
          "name": "Denkaufwand maximal (SeibertGPT)",
          "contextWindow": 1000000,
          "input": [
            "text",
            "image"
          ]
        }
      ]
    }
  }
}
