{
  "providers": {
    "neuralwatt": {
      "baseUrl": "https://api.neuralwatt.com/v1",
      "api": "openai-completions",
      "apiKey": "$NEURALWATT_API_KEY",
      "compat": {
        "supportsDeveloperRole": false,
        "supportsReasoningEffort": false,
        "maxTokensField": "max_tokens"
      },
        {
          "id": "neuralwatt/glm-5.1-long",
          "name": "GLM-5.1 Long (MCR 1M)",
          "reasoning": true,
          "input": [
            "text"
          ],
          "contextWindow": 1048576,
          "maxTokens": 16384,
          "cost": {
            "input": 0,
            "output": 0,
            "cacheRead": 0,
            "cacheWrite": 0
          }
        },
        {
          "id": "neuralwatt/kimi-k2.6-long",
          "name": "Kimi K2.6 Long (MCR 1M)",
          "reasoning": true,
          "input": [
            "text",
            "image"
          ],
          "contextWindow": 1048576,
          "maxTokens": 16384,
          "cost": {
            "input": 0,
            "output": 0,
            "cacheRead": 0,
            "cacheWrite": 0
          }
        }
      ]
    }
  }
}
