models.json

 1{
 2  "providers": {
 3    "neuralwatt": {
 4      "baseUrl": "https://api.neuralwatt.com/v1",
 5      "api": "openai-completions",
 6      "apiKey": "$NEURALWATT_API_KEY",
 7      "compat": {
 8        "supportsDeveloperRole": false,
 9        "supportsReasoningEffort": false,
10        "maxTokensField": "max_tokens"
11      },
12        {
13          "id": "neuralwatt/glm-5.1-long",
14          "name": "GLM-5.1 Long (MCR 1M)",
15          "reasoning": true,
16          "input": [
17            "text"
18          ],
19          "contextWindow": 1048576,
20          "maxTokens": 16384,
21          "cost": {
22            "input": 0,
23            "output": 0,
24            "cacheRead": 0,
25            "cacheWrite": 0
26          }
27        },
28        {
29          "id": "neuralwatt/kimi-k2.6-long",
30          "name": "Kimi K2.6 Long (MCR 1M)",
31          "reasoning": true,
32          "input": [
33            "text",
34            "image"
35          ],
36          "contextWindow": 1048576,
37          "maxTokens": 16384,
38          "cost": {
39            "input": 0,
40            "output": 0,
41            "cacheRead": 0,
42            "cacheWrite": 0
43          }
44        }
45      ]
46    }
47  }
48}