summaryrefslogtreecommitdiff
path: root/pi/agent/models.json
blob: 768be9cbc6e9cdb0b2a1462c9e0328117b4ace19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
{
  "providers": {
    "hyperstack1": {
      "baseUrl": "http://hyperstack1.wg1:11434/v1",
      "apiKey": "EMPTY",
      "api": "openai-completions",
      "compat": {
        "supportsStore": false,
        "supportsDeveloperRole": false,
        "maxTokensField": "max_tokens"
      },
      "models": [
        {
          "id": "cyankiwi/NVIDIA-Nemotron-3-Super-120B-A12B-AWQ-4bit",
          "name": "Nemotron 3 Super 120B [vm1]",
          "reasoning": false,
          "input": ["text"],
          "cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 },
          "contextWindow": 262144,
          "maxTokens": 8192
        },
        {
          "id": "bullpoint/Qwen3-Coder-Next-AWQ-4bit",
          "name": "Qwen3 Coder Next [vm1]",
          "reasoning": true,
          "input": ["text"],
          "cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 },
          "contextWindow": 262144,
          "maxTokens": 8192,
          "compat": { "thinkingFormat": "qwen-chat-template" }
        },
        {
          "id": "openai/gpt-oss-20b",
          "name": "GPT-OSS 20B [vm1]",
          "reasoning": false,
          "input": ["text"],
          "cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 },
          "contextWindow": 65536,
          "maxTokens": 8192
        },
        {
          "id": "openai/gpt-oss-120b",
          "name": "GPT-OSS 120B [vm1]",
          "reasoning": false,
          "input": ["text"],
          "cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 },
          "contextWindow": 131072,
          "maxTokens": 8192
        },
        {
          "id": "Qwen/Qwen2.5-Coder-32B-Instruct-AWQ",
          "name": "Qwen2.5 Coder 32B [vm1]",
          "reasoning": false,
          "input": ["text"],
          "cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 },
          "contextWindow": 32768,
          "maxTokens": 8192
        },
        {
          "id": "QuantTrio/Qwen3-Coder-30B-A3B-Instruct-AWQ",
          "name": "Qwen3 Coder 30B [vm1]",
          "reasoning": true,
          "input": ["text"],
          "cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 },
          "contextWindow": 65536,
          "maxTokens": 8192,
          "compat": { "thinkingFormat": "qwen-chat-template" }
        },
        {
          "id": "casperhansen/deepseek-r1-distill-qwen-32b-awq",
          "name": "DeepSeek-R1-Distill 32B [vm1]",
          "reasoning": true,
          "input": ["text"],
          "cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 },
          "contextWindow": 32768,
          "maxTokens": 8192
        },
        {
          "id": "Qwen/Qwen3-32B-AWQ",
          "name": "Qwen3 32B [vm1]",
          "reasoning": true,
          "input": ["text"],
          "cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 },
          "contextWindow": 32768,
          "maxTokens": 8192,
          "compat": { "thinkingFormat": "qwen-chat-template" }
        },
        {
          "id": "cyankiwi/Devstral-Small-2507-AWQ-4bit",
          "name": "Devstral Small 2507 [vm1]",
          "reasoning": false,
          "input": ["text"],
          "cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 },
          "contextWindow": 32768,
          "maxTokens": 8192
        }
      ]
    },
    "hyperstack2": {
      "baseUrl": "http://hyperstack2.wg1:11434/v1",
      "apiKey": "EMPTY",
      "api": "openai-completions",
      "compat": {
        "supportsStore": false,
        "supportsDeveloperRole": false,
        "maxTokensField": "max_tokens"
      },
      "models": [
        {
          "id": "bullpoint/Qwen3-Coder-Next-AWQ-4bit",
          "name": "Qwen3 Coder Next [vm2]",
          "reasoning": true,
          "input": ["text"],
          "cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 },
          "contextWindow": 262144,
          "maxTokens": 8192,
          "compat": { "thinkingFormat": "qwen-chat-template" }
        },
        {
          "id": "cyankiwi/NVIDIA-Nemotron-3-Super-120B-A12B-AWQ-4bit",
          "name": "Nemotron 3 Super 120B [vm2]",
          "reasoning": false,
          "input": ["text"],
          "cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 },
          "contextWindow": 262144,
          "maxTokens": 8192
        },
        {
          "id": "openai/gpt-oss-20b",
          "name": "GPT-OSS 20B [vm2]",
          "reasoning": false,
          "input": ["text"],
          "cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 },
          "contextWindow": 65536,
          "maxTokens": 8192
        },
        {
          "id": "openai/gpt-oss-120b",
          "name": "GPT-OSS 120B [vm2]",
          "reasoning": false,
          "input": ["text"],
          "cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 },
          "contextWindow": 131072,
          "maxTokens": 8192
        },
        {
          "id": "Qwen/Qwen2.5-Coder-32B-Instruct-AWQ",
          "name": "Qwen2.5 Coder 32B [vm2]",
          "reasoning": false,
          "input": ["text"],
          "cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 },
          "contextWindow": 32768,
          "maxTokens": 8192
        },
        {
          "id": "QuantTrio/Qwen3-Coder-30B-A3B-Instruct-AWQ",
          "name": "Qwen3 Coder 30B [vm2]",
          "reasoning": true,
          "input": ["text"],
          "cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 },
          "contextWindow": 65536,
          "maxTokens": 8192,
          "compat": { "thinkingFormat": "qwen-chat-template" }
        },
        {
          "id": "casperhansen/deepseek-r1-distill-qwen-32b-awq",
          "name": "DeepSeek-R1-Distill 32B [vm2]",
          "reasoning": true,
          "input": ["text"],
          "cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 },
          "contextWindow": 32768,
          "maxTokens": 8192
        },
        {
          "id": "Qwen/Qwen3-32B-AWQ",
          "name": "Qwen3 32B [vm2]",
          "reasoning": true,
          "input": ["text"],
          "cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 },
          "contextWindow": 32768,
          "maxTokens": 8192,
          "compat": { "thinkingFormat": "qwen-chat-template" }
        },
        {
          "id": "cyankiwi/Devstral-Small-2507-AWQ-4bit",
          "name": "Devstral Small 2507 [vm2]",
          "reasoning": false,
          "input": ["text"],
          "cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 },
          "contextWindow": 32768,
          "maxTokens": 8192
        }
      ]
    }
  }
}