pygpt-net 2.5.9__py3-none-any.whl → 2.5.11__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pygpt_net/CHANGELOG.txt +14 -0
- pygpt_net/__init__.py +3 -3
- pygpt_net/controller/ui/tabs.py +2 -1
- pygpt_net/core/idx/chat.py +10 -5
- pygpt_net/core/render/plain/renderer.py +14 -14
- pygpt_net/core/render/web/body.py +27 -17
- pygpt_net/core/render/web/renderer.py +3 -1
- pygpt_net/data/config/config.json +3 -3
- pygpt_net/data/config/models.json +681 -33
- pygpt_net/data/config/modes.json +3 -3
- pygpt_net/data/config/presets/current.chat.json +1 -1
- pygpt_net/data/config/presets/current.llama_index.json +1 -1
- pygpt_net/provider/core/model/patch.py +13 -1
- {pygpt_net-2.5.9.dist-info → pygpt_net-2.5.11.dist-info}/METADATA +73 -51
- {pygpt_net-2.5.9.dist-info → pygpt_net-2.5.11.dist-info}/RECORD +18 -21
- {pygpt_net-2.5.9.dist-info → pygpt_net-2.5.11.dist-info}/WHEEL +1 -1
- CHANGELOG.md +0 -2252
- README.md +0 -4098
- icon.png +0 -0
- {pygpt_net-2.5.9.dist-info → pygpt_net-2.5.11.dist-info}/LICENSE +0 -0
- {pygpt_net-2.5.9.dist-info → pygpt_net-2.5.11.dist-info}/entry_points.txt +0 -0
@@ -1,8 +1,8 @@
|
|
1
1
|
{
|
2
2
|
"__meta__": {
|
3
|
-
"version": "2.5.
|
4
|
-
"app.version": "2.5.
|
5
|
-
"updated_at": "2025-
|
3
|
+
"version": "2.5.11",
|
4
|
+
"app.version": "2.5.11",
|
5
|
+
"updated_at": "2025-06-21T00:00:00"
|
6
6
|
},
|
7
7
|
"items": {
|
8
8
|
"claude-3-5-sonnet-20240620": {
|
@@ -56,9 +56,9 @@
|
|
56
56
|
"tokens": 4096,
|
57
57
|
"default": false
|
58
58
|
},
|
59
|
-
"claude-3-
|
60
|
-
"id": "claude-3-
|
61
|
-
"name": "claude-3-
|
59
|
+
"claude-3-7-sonnet-latest": {
|
60
|
+
"id": "claude-3-7-sonnet-latest",
|
61
|
+
"name": "claude-3-7-sonnet-latest",
|
62
62
|
"mode": [
|
63
63
|
"llama_index",
|
64
64
|
"agent",
|
@@ -73,7 +73,7 @@
|
|
73
73
|
"args": [
|
74
74
|
{
|
75
75
|
"name": "model",
|
76
|
-
"value": "claude-3-
|
76
|
+
"value": "claude-3-7-sonnet-latest",
|
77
77
|
"type": "str"
|
78
78
|
}
|
79
79
|
],
|
@@ -92,7 +92,7 @@
|
|
92
92
|
"args": [
|
93
93
|
{
|
94
94
|
"name": "model",
|
95
|
-
"value": "claude-3-
|
95
|
+
"value": "claude-3-7-sonnet-latest",
|
96
96
|
"type": "str"
|
97
97
|
}
|
98
98
|
],
|
@@ -107,6 +107,159 @@
|
|
107
107
|
"tokens": 4096,
|
108
108
|
"default": false
|
109
109
|
},
|
110
|
+
"claude-3-opus-latest": {
|
111
|
+
"id": "claude-3-opus-latest",
|
112
|
+
"name": "claude-3-opus-latest",
|
113
|
+
"mode": [
|
114
|
+
"llama_index",
|
115
|
+
"agent",
|
116
|
+
"agent_llama",
|
117
|
+
"expert"
|
118
|
+
],
|
119
|
+
"langchain": {
|
120
|
+
"provider": "anthropic",
|
121
|
+
"mode": [
|
122
|
+
"chat"
|
123
|
+
],
|
124
|
+
"args": [
|
125
|
+
{
|
126
|
+
"name": "model",
|
127
|
+
"value": "claude-3-opus-latest",
|
128
|
+
"type": "str"
|
129
|
+
}
|
130
|
+
],
|
131
|
+
"env": [
|
132
|
+
{
|
133
|
+
"name": "ANTHROPIC_API_KEY",
|
134
|
+
"value": "{api_key_anthropic}"
|
135
|
+
}
|
136
|
+
]
|
137
|
+
},
|
138
|
+
"llama_index": {
|
139
|
+
"provider": "anthropic",
|
140
|
+
"mode": [
|
141
|
+
"chat"
|
142
|
+
],
|
143
|
+
"args": [
|
144
|
+
{
|
145
|
+
"name": "model",
|
146
|
+
"value": "claude-3-opus-latest",
|
147
|
+
"type": "str"
|
148
|
+
}
|
149
|
+
],
|
150
|
+
"env": [
|
151
|
+
{
|
152
|
+
"name": "ANTHROPIC_API_KEY",
|
153
|
+
"value": "{api_key_anthropic}"
|
154
|
+
}
|
155
|
+
]
|
156
|
+
},
|
157
|
+
"ctx": 200000,
|
158
|
+
"tokens": 4096,
|
159
|
+
"default": false
|
160
|
+
},
|
161
|
+
"claude-opus-4-0": {
|
162
|
+
"id": "claude-opus-4-0",
|
163
|
+
"name": "claude-opus-4-0",
|
164
|
+
"mode": [
|
165
|
+
"llama_index",
|
166
|
+
"agent",
|
167
|
+
"agent_llama",
|
168
|
+
"expert"
|
169
|
+
],
|
170
|
+
"langchain": {
|
171
|
+
"provider": "anthropic",
|
172
|
+
"mode": [
|
173
|
+
"chat"
|
174
|
+
],
|
175
|
+
"args": [
|
176
|
+
{
|
177
|
+
"name": "model",
|
178
|
+
"value": "claude-opus-4-0",
|
179
|
+
"type": "str"
|
180
|
+
}
|
181
|
+
],
|
182
|
+
"env": [
|
183
|
+
{
|
184
|
+
"name": "ANTHROPIC_API_KEY",
|
185
|
+
"value": "{api_key_anthropic}"
|
186
|
+
}
|
187
|
+
]
|
188
|
+
},
|
189
|
+
"llama_index": {
|
190
|
+
"provider": "anthropic",
|
191
|
+
"mode": [
|
192
|
+
"chat"
|
193
|
+
],
|
194
|
+
"args": [
|
195
|
+
{
|
196
|
+
"name": "model",
|
197
|
+
"value": "claude-opus-4-0",
|
198
|
+
"type": "str"
|
199
|
+
}
|
200
|
+
],
|
201
|
+
"env": [
|
202
|
+
{
|
203
|
+
"name": "ANTHROPIC_API_KEY",
|
204
|
+
"value": "{api_key_anthropic}"
|
205
|
+
}
|
206
|
+
]
|
207
|
+
},
|
208
|
+
"ctx": 200000,
|
209
|
+
"tokens": 32000,
|
210
|
+
"default": false
|
211
|
+
},
|
212
|
+
"claude-sonnet-4-0": {
|
213
|
+
"id": "claude-sonnet-4-0",
|
214
|
+
"name": "claude-sonnet-4-0",
|
215
|
+
"mode": [
|
216
|
+
"llama_index",
|
217
|
+
"agent",
|
218
|
+
"agent_llama",
|
219
|
+
"expert"
|
220
|
+
],
|
221
|
+
"langchain": {
|
222
|
+
"provider": "anthropic",
|
223
|
+
"mode": [
|
224
|
+
"chat"
|
225
|
+
],
|
226
|
+
"args": [
|
227
|
+
{
|
228
|
+
"name": "model",
|
229
|
+
"value": "claude-sonnet-4-0",
|
230
|
+
"type": "str"
|
231
|
+
}
|
232
|
+
],
|
233
|
+
"env": [
|
234
|
+
{
|
235
|
+
"name": "ANTHROPIC_API_KEY",
|
236
|
+
"value": "{api_key_anthropic}"
|
237
|
+
}
|
238
|
+
]
|
239
|
+
},
|
240
|
+
"llama_index": {
|
241
|
+
"provider": "anthropic",
|
242
|
+
"mode": [
|
243
|
+
"chat"
|
244
|
+
],
|
245
|
+
"args": [
|
246
|
+
{
|
247
|
+
"name": "model",
|
248
|
+
"value": "claude-sonnet-4-0",
|
249
|
+
"type": "str"
|
250
|
+
}
|
251
|
+
],
|
252
|
+
"env": [
|
253
|
+
{
|
254
|
+
"name": "ANTHROPIC_API_KEY",
|
255
|
+
"value": "{api_key_anthropic}"
|
256
|
+
}
|
257
|
+
]
|
258
|
+
},
|
259
|
+
"ctx": 200000,
|
260
|
+
"tokens": 32000,
|
261
|
+
"default": false
|
262
|
+
},
|
110
263
|
"dall-e-2": {
|
111
264
|
"id": "dall-e-2",
|
112
265
|
"name": "dall-e-2",
|
@@ -774,6 +927,110 @@
|
|
774
927
|
"default": false,
|
775
928
|
"multimodal": []
|
776
929
|
},
|
930
|
+
"gemini-2.5-flash": {
|
931
|
+
"id": "gemini-2.5-flash",
|
932
|
+
"name": "gemini-2.5-flash",
|
933
|
+
"mode": [
|
934
|
+
"llama_index",
|
935
|
+
"agent",
|
936
|
+
"agent_llama",
|
937
|
+
"expert"
|
938
|
+
],
|
939
|
+
"langchain": {
|
940
|
+
"provider": "google",
|
941
|
+
"mode": [
|
942
|
+
"chat"
|
943
|
+
],
|
944
|
+
"args": [
|
945
|
+
{
|
946
|
+
"name": "model",
|
947
|
+
"value": "gemini-2.5-flash",
|
948
|
+
"type": "str"
|
949
|
+
}
|
950
|
+
],
|
951
|
+
"env": [
|
952
|
+
{
|
953
|
+
"name": "GOOGLE_API_KEY",
|
954
|
+
"value": "{api_key_google}"
|
955
|
+
}
|
956
|
+
]
|
957
|
+
},
|
958
|
+
"llama_index": {
|
959
|
+
"provider": "google",
|
960
|
+
"mode": [
|
961
|
+
"chat"
|
962
|
+
],
|
963
|
+
"args": [
|
964
|
+
{
|
965
|
+
"name": "model",
|
966
|
+
"value": "models/gemini-2.5-flash",
|
967
|
+
"type": "str"
|
968
|
+
}
|
969
|
+
],
|
970
|
+
"env": [
|
971
|
+
{
|
972
|
+
"name": "GOOGLE_API_KEY",
|
973
|
+
"value": "{api_key_google}"
|
974
|
+
}
|
975
|
+
]
|
976
|
+
},
|
977
|
+
"ctx": 1048576,
|
978
|
+
"tokens": 65536,
|
979
|
+
"default": false,
|
980
|
+
"multimodal": []
|
981
|
+
},
|
982
|
+
"gemini-2.5-pro": {
|
983
|
+
"id": "gemini-2.5-pro",
|
984
|
+
"name": "gemini-2.5-pro",
|
985
|
+
"mode": [
|
986
|
+
"llama_index",
|
987
|
+
"agent",
|
988
|
+
"agent_llama",
|
989
|
+
"expert"
|
990
|
+
],
|
991
|
+
"langchain": {
|
992
|
+
"provider": "google",
|
993
|
+
"mode": [
|
994
|
+
"chat"
|
995
|
+
],
|
996
|
+
"args": [
|
997
|
+
{
|
998
|
+
"name": "model",
|
999
|
+
"value": "gemini-2.5-pro",
|
1000
|
+
"type": "str"
|
1001
|
+
}
|
1002
|
+
],
|
1003
|
+
"env": [
|
1004
|
+
{
|
1005
|
+
"name": "GOOGLE_API_KEY",
|
1006
|
+
"value": "{api_key_google}"
|
1007
|
+
}
|
1008
|
+
]
|
1009
|
+
},
|
1010
|
+
"llama_index": {
|
1011
|
+
"provider": "google",
|
1012
|
+
"mode": [
|
1013
|
+
"chat"
|
1014
|
+
],
|
1015
|
+
"args": [
|
1016
|
+
{
|
1017
|
+
"name": "model",
|
1018
|
+
"value": "models/gemini-2.5-pro",
|
1019
|
+
"type": "str"
|
1020
|
+
}
|
1021
|
+
],
|
1022
|
+
"env": [
|
1023
|
+
{
|
1024
|
+
"name": "GOOGLE_API_KEY",
|
1025
|
+
"value": "{api_key_google}"
|
1026
|
+
}
|
1027
|
+
]
|
1028
|
+
},
|
1029
|
+
"ctx": 1048576,
|
1030
|
+
"tokens": 65536,
|
1031
|
+
"default": false,
|
1032
|
+
"multimodal": []
|
1033
|
+
},
|
777
1034
|
"gpt-3.5-turbo": {
|
778
1035
|
"id": "gpt-3.5-turbo",
|
779
1036
|
"name": "gpt-3.5-turbo",
|
@@ -1861,9 +2118,9 @@
|
|
1861
2118
|
"default": false,
|
1862
2119
|
"multimodal": []
|
1863
2120
|
},
|
1864
|
-
"gpt-4.
|
1865
|
-
"id": "gpt-4.
|
1866
|
-
"name": "gpt-4.
|
2121
|
+
"gpt-4.1": {
|
2122
|
+
"id": "gpt-4.1",
|
2123
|
+
"name": "gpt-4.1",
|
1867
2124
|
"mode": [
|
1868
2125
|
"chat",
|
1869
2126
|
"assistant",
|
@@ -1882,7 +2139,7 @@
|
|
1882
2139
|
"args": [
|
1883
2140
|
{
|
1884
2141
|
"name": "model_name",
|
1885
|
-
"value": "gpt-4.
|
2142
|
+
"value": "gpt-4.1",
|
1886
2143
|
"type": "str"
|
1887
2144
|
}
|
1888
2145
|
],
|
@@ -1913,7 +2170,7 @@
|
|
1913
2170
|
"args": [
|
1914
2171
|
{
|
1915
2172
|
"name": "model",
|
1916
|
-
"value": "gpt-
|
2173
|
+
"value": "gpt-4.1",
|
1917
2174
|
"type": "str"
|
1918
2175
|
}
|
1919
2176
|
],
|
@@ -1936,13 +2193,13 @@
|
|
1936
2193
|
}
|
1937
2194
|
]
|
1938
2195
|
},
|
1939
|
-
"ctx":
|
1940
|
-
"tokens":
|
2196
|
+
"ctx": 1047576,
|
2197
|
+
"tokens": 32768,
|
1941
2198
|
"default": false
|
1942
2199
|
},
|
1943
|
-
"
|
1944
|
-
"id": "
|
1945
|
-
"name": "
|
2200
|
+
"gpt-4.5-preview": {
|
2201
|
+
"id": "gpt-4.5-preview",
|
2202
|
+
"name": "gpt-4.5-preview",
|
1946
2203
|
"mode": [
|
1947
2204
|
"chat",
|
1948
2205
|
"assistant",
|
@@ -1950,8 +2207,8 @@
|
|
1950
2207
|
"llama_index",
|
1951
2208
|
"vision",
|
1952
2209
|
"agent",
|
1953
|
-
"
|
1954
|
-
"
|
2210
|
+
"agent_llama",
|
2211
|
+
"expert"
|
1955
2212
|
],
|
1956
2213
|
"langchain": {
|
1957
2214
|
"provider": "openai",
|
@@ -1961,7 +2218,7 @@
|
|
1961
2218
|
"args": [
|
1962
2219
|
{
|
1963
2220
|
"name": "model_name",
|
1964
|
-
"value": "
|
2221
|
+
"value": "gpt-4.5-preview",
|
1965
2222
|
"type": "str"
|
1966
2223
|
}
|
1967
2224
|
],
|
@@ -1992,7 +2249,7 @@
|
|
1992
2249
|
"args": [
|
1993
2250
|
{
|
1994
2251
|
"name": "model",
|
1995
|
-
"value": "
|
2252
|
+
"value": "gpt-4.5-preview",
|
1996
2253
|
"type": "str"
|
1997
2254
|
}
|
1998
2255
|
],
|
@@ -2017,13 +2274,92 @@
|
|
2017
2274
|
},
|
2018
2275
|
"ctx": 128000,
|
2019
2276
|
"tokens": 16384,
|
2020
|
-
"default": false
|
2021
|
-
"multimodal": []
|
2277
|
+
"default": false
|
2022
2278
|
},
|
2023
|
-
"
|
2024
|
-
"id": "
|
2025
|
-
"name": "
|
2026
|
-
"mode": [
|
2279
|
+
"chatgpt-4o-latest": {
|
2280
|
+
"id": "chatgpt-4o-latest",
|
2281
|
+
"name": "chatgpt-4o-latest",
|
2282
|
+
"mode": [
|
2283
|
+
"chat",
|
2284
|
+
"assistant",
|
2285
|
+
"langchain",
|
2286
|
+
"llama_index",
|
2287
|
+
"vision",
|
2288
|
+
"agent",
|
2289
|
+
"expert",
|
2290
|
+
"agent_llama"
|
2291
|
+
],
|
2292
|
+
"langchain": {
|
2293
|
+
"provider": "openai",
|
2294
|
+
"mode": [
|
2295
|
+
"chat"
|
2296
|
+
],
|
2297
|
+
"args": [
|
2298
|
+
{
|
2299
|
+
"name": "model_name",
|
2300
|
+
"value": "chatgpt-4o-latest",
|
2301
|
+
"type": "str"
|
2302
|
+
}
|
2303
|
+
],
|
2304
|
+
"env": [
|
2305
|
+
{
|
2306
|
+
"name": "OPENAI_API_KEY",
|
2307
|
+
"value": "{api_key}"
|
2308
|
+
},
|
2309
|
+
{
|
2310
|
+
"name": "OPENAI_API_BASE",
|
2311
|
+
"value": "{api_endpoint}"
|
2312
|
+
},
|
2313
|
+
{
|
2314
|
+
"name": "AZURE_OPENAI_ENDPOINT",
|
2315
|
+
"value": "{api_azure_endpoint}"
|
2316
|
+
},
|
2317
|
+
{
|
2318
|
+
"name": "OPENAI_API_VERSION",
|
2319
|
+
"value": "{api_azure_version}"
|
2320
|
+
}
|
2321
|
+
]
|
2322
|
+
},
|
2323
|
+
"llama_index": {
|
2324
|
+
"provider": "openai",
|
2325
|
+
"mode": [
|
2326
|
+
"chat"
|
2327
|
+
],
|
2328
|
+
"args": [
|
2329
|
+
{
|
2330
|
+
"name": "model",
|
2331
|
+
"value": "chatgpt-4o-latest",
|
2332
|
+
"type": "str"
|
2333
|
+
}
|
2334
|
+
],
|
2335
|
+
"env": [
|
2336
|
+
{
|
2337
|
+
"name": "OPENAI_API_KEY",
|
2338
|
+
"value": "{api_key}"
|
2339
|
+
},
|
2340
|
+
{
|
2341
|
+
"name": "OPENAI_API_BASE",
|
2342
|
+
"value": "{api_endpoint}"
|
2343
|
+
},
|
2344
|
+
{
|
2345
|
+
"name": "AZURE_OPENAI_ENDPOINT",
|
2346
|
+
"value": "{api_azure_endpoint}"
|
2347
|
+
},
|
2348
|
+
{
|
2349
|
+
"name": "OPENAI_API_VERSION",
|
2350
|
+
"value": "{api_azure_version}"
|
2351
|
+
}
|
2352
|
+
]
|
2353
|
+
},
|
2354
|
+
"ctx": 128000,
|
2355
|
+
"tokens": 16384,
|
2356
|
+
"default": false,
|
2357
|
+
"multimodal": []
|
2358
|
+
},
|
2359
|
+
"gpt-4-32k": {
|
2360
|
+
"id": "gpt-4-32k",
|
2361
|
+
"name": "gpt-4-32k",
|
2362
|
+
"mode": [
|
2027
2363
|
"chat",
|
2028
2364
|
"assistant",
|
2029
2365
|
"langchain",
|
@@ -2731,6 +3067,82 @@
|
|
2731
3067
|
"default": false,
|
2732
3068
|
"multimodal": []
|
2733
3069
|
},
|
3070
|
+
"o1-pro": {
|
3071
|
+
"id": "o1-pro",
|
3072
|
+
"name": "o1-pro",
|
3073
|
+
"mode": [
|
3074
|
+
"chat",
|
3075
|
+
"vision",
|
3076
|
+
"agent",
|
3077
|
+
"expert"
|
3078
|
+
],
|
3079
|
+
"langchain": {
|
3080
|
+
"provider": "openai",
|
3081
|
+
"mode": [
|
3082
|
+
"chat"
|
3083
|
+
],
|
3084
|
+
"args": [
|
3085
|
+
{
|
3086
|
+
"name": "model_name",
|
3087
|
+
"value": "o1-pro",
|
3088
|
+
"type": "str"
|
3089
|
+
}
|
3090
|
+
],
|
3091
|
+
"env": [
|
3092
|
+
{
|
3093
|
+
"name": "OPENAI_API_KEY",
|
3094
|
+
"value": "{api_key}"
|
3095
|
+
},
|
3096
|
+
{
|
3097
|
+
"name": "OPENAI_API_BASE",
|
3098
|
+
"value": "{api_endpoint}"
|
3099
|
+
},
|
3100
|
+
{
|
3101
|
+
"name": "AZURE_OPENAI_ENDPOINT",
|
3102
|
+
"value": "{api_azure_endpoint}"
|
3103
|
+
},
|
3104
|
+
{
|
3105
|
+
"name": "OPENAI_API_VERSION",
|
3106
|
+
"value": "{api_azure_version}"
|
3107
|
+
}
|
3108
|
+
]
|
3109
|
+
},
|
3110
|
+
"llama_index": {
|
3111
|
+
"provider": "openai",
|
3112
|
+
"mode": [
|
3113
|
+
"chat"
|
3114
|
+
],
|
3115
|
+
"args": [
|
3116
|
+
{
|
3117
|
+
"name": "model",
|
3118
|
+
"value": "o1-pro",
|
3119
|
+
"type": "str"
|
3120
|
+
}
|
3121
|
+
],
|
3122
|
+
"env": [
|
3123
|
+
{
|
3124
|
+
"name": "OPENAI_API_KEY",
|
3125
|
+
"value": "{api_key}"
|
3126
|
+
},
|
3127
|
+
{
|
3128
|
+
"name": "OPENAI_API_BASE",
|
3129
|
+
"value": "{api_endpoint}"
|
3130
|
+
},
|
3131
|
+
{
|
3132
|
+
"name": "AZURE_OPENAI_ENDPOINT",
|
3133
|
+
"value": "{api_azure_endpoint}"
|
3134
|
+
},
|
3135
|
+
{
|
3136
|
+
"name": "OPENAI_API_VERSION",
|
3137
|
+
"value": "{api_azure_version}"
|
3138
|
+
}
|
3139
|
+
]
|
3140
|
+
},
|
3141
|
+
"ctx": 200000,
|
3142
|
+
"tokens": 100000,
|
3143
|
+
"default": false,
|
3144
|
+
"multimodal": []
|
3145
|
+
},
|
2734
3146
|
"o3-mini-low": {
|
2735
3147
|
"id": "o3-mini",
|
2736
3148
|
"name": "o3-mini (low)",
|
@@ -2965,9 +3377,161 @@
|
|
2965
3377
|
"reasoning_effort": "high"
|
2966
3378
|
}
|
2967
3379
|
},
|
2968
|
-
"
|
2969
|
-
"id": "
|
2970
|
-
"name": "
|
3380
|
+
"o3": {
|
3381
|
+
"id": "o3",
|
3382
|
+
"name": "o3",
|
3383
|
+
"mode": [
|
3384
|
+
"chat",
|
3385
|
+
"vision",
|
3386
|
+
"agent",
|
3387
|
+
"expert"
|
3388
|
+
],
|
3389
|
+
"langchain": {
|
3390
|
+
"provider": "openai",
|
3391
|
+
"mode": [
|
3392
|
+
"chat"
|
3393
|
+
],
|
3394
|
+
"args": [
|
3395
|
+
{
|
3396
|
+
"name": "model_name",
|
3397
|
+
"value": "o3",
|
3398
|
+
"type": "str"
|
3399
|
+
}
|
3400
|
+
],
|
3401
|
+
"env": [
|
3402
|
+
{
|
3403
|
+
"name": "OPENAI_API_KEY",
|
3404
|
+
"value": "{api_key}"
|
3405
|
+
},
|
3406
|
+
{
|
3407
|
+
"name": "OPENAI_API_BASE",
|
3408
|
+
"value": "{api_endpoint}"
|
3409
|
+
},
|
3410
|
+
{
|
3411
|
+
"name": "AZURE_OPENAI_ENDPOINT",
|
3412
|
+
"value": "{api_azure_endpoint}"
|
3413
|
+
},
|
3414
|
+
{
|
3415
|
+
"name": "OPENAI_API_VERSION",
|
3416
|
+
"value": "{api_azure_version}"
|
3417
|
+
}
|
3418
|
+
]
|
3419
|
+
},
|
3420
|
+
"llama_index": {
|
3421
|
+
"provider": "openai",
|
3422
|
+
"mode": [
|
3423
|
+
"chat"
|
3424
|
+
],
|
3425
|
+
"args": [
|
3426
|
+
{
|
3427
|
+
"name": "model",
|
3428
|
+
"value": "o3",
|
3429
|
+
"type": "str"
|
3430
|
+
}
|
3431
|
+
],
|
3432
|
+
"env": [
|
3433
|
+
{
|
3434
|
+
"name": "OPENAI_API_KEY",
|
3435
|
+
"value": "{api_key}"
|
3436
|
+
},
|
3437
|
+
{
|
3438
|
+
"name": "OPENAI_API_BASE",
|
3439
|
+
"value": "{api_endpoint}"
|
3440
|
+
},
|
3441
|
+
{
|
3442
|
+
"name": "AZURE_OPENAI_ENDPOINT",
|
3443
|
+
"value": "{api_azure_endpoint}"
|
3444
|
+
},
|
3445
|
+
{
|
3446
|
+
"name": "OPENAI_API_VERSION",
|
3447
|
+
"value": "{api_azure_version}"
|
3448
|
+
}
|
3449
|
+
]
|
3450
|
+
},
|
3451
|
+
"ctx": 200000,
|
3452
|
+
"tokens": 100000,
|
3453
|
+
"default": false,
|
3454
|
+
"multimodal": []
|
3455
|
+
},
|
3456
|
+
"o3-pro": {
|
3457
|
+
"id": "o3-pro",
|
3458
|
+
"name": "o3-pro",
|
3459
|
+
"mode": [
|
3460
|
+
"chat",
|
3461
|
+
"vision",
|
3462
|
+
"agent",
|
3463
|
+
"expert"
|
3464
|
+
],
|
3465
|
+
"langchain": {
|
3466
|
+
"provider": "openai",
|
3467
|
+
"mode": [
|
3468
|
+
"chat"
|
3469
|
+
],
|
3470
|
+
"args": [
|
3471
|
+
{
|
3472
|
+
"name": "model_name",
|
3473
|
+
"value": "o3-pro",
|
3474
|
+
"type": "str"
|
3475
|
+
}
|
3476
|
+
],
|
3477
|
+
"env": [
|
3478
|
+
{
|
3479
|
+
"name": "OPENAI_API_KEY",
|
3480
|
+
"value": "{api_key}"
|
3481
|
+
},
|
3482
|
+
{
|
3483
|
+
"name": "OPENAI_API_BASE",
|
3484
|
+
"value": "{api_endpoint}"
|
3485
|
+
},
|
3486
|
+
{
|
3487
|
+
"name": "AZURE_OPENAI_ENDPOINT",
|
3488
|
+
"value": "{api_azure_endpoint}"
|
3489
|
+
},
|
3490
|
+
{
|
3491
|
+
"name": "OPENAI_API_VERSION",
|
3492
|
+
"value": "{api_azure_version}"
|
3493
|
+
}
|
3494
|
+
]
|
3495
|
+
},
|
3496
|
+
"llama_index": {
|
3497
|
+
"provider": "openai",
|
3498
|
+
"mode": [
|
3499
|
+
"chat"
|
3500
|
+
],
|
3501
|
+
"args": [
|
3502
|
+
{
|
3503
|
+
"name": "model",
|
3504
|
+
"value": "o3-pro",
|
3505
|
+
"type": "str"
|
3506
|
+
}
|
3507
|
+
],
|
3508
|
+
"env": [
|
3509
|
+
{
|
3510
|
+
"name": "OPENAI_API_KEY",
|
3511
|
+
"value": "{api_key}"
|
3512
|
+
},
|
3513
|
+
{
|
3514
|
+
"name": "OPENAI_API_BASE",
|
3515
|
+
"value": "{api_endpoint}"
|
3516
|
+
},
|
3517
|
+
{
|
3518
|
+
"name": "AZURE_OPENAI_ENDPOINT",
|
3519
|
+
"value": "{api_azure_endpoint}"
|
3520
|
+
},
|
3521
|
+
{
|
3522
|
+
"name": "OPENAI_API_VERSION",
|
3523
|
+
"value": "{api_azure_version}"
|
3524
|
+
}
|
3525
|
+
]
|
3526
|
+
},
|
3527
|
+
"ctx": 200000,
|
3528
|
+
"tokens": 100000,
|
3529
|
+
"default": false,
|
3530
|
+
"multimodal": []
|
3531
|
+
},
|
3532
|
+
"bielik-11b-v2.3-instruct:Q4_K_M": {
|
3533
|
+
"id": "SpeakLeash/bielik-11b-v2.3-instruct:Q4_K_M",
|
3534
|
+
"name": "bielik-11b-v2.3",
|
2971
3535
|
"mode": [
|
2972
3536
|
"llama_index",
|
2973
3537
|
"langchain",
|
@@ -2983,7 +3547,7 @@
|
|
2983
3547
|
"args": [
|
2984
3548
|
{
|
2985
3549
|
"name": "model",
|
2986
|
-
"value": "SpeakLeash/bielik-11b-v2.
|
3550
|
+
"value": "SpeakLeash/bielik-11b-v2.3-instruct:Q4_K_M",
|
2987
3551
|
"type": "str"
|
2988
3552
|
}
|
2989
3553
|
],
|
@@ -2997,7 +3561,7 @@
|
|
2997
3561
|
"args": [
|
2998
3562
|
{
|
2999
3563
|
"name": "model",
|
3000
|
-
"value": "SpeakLeash/bielik-11b-v2.
|
3564
|
+
"value": "SpeakLeash/bielik-11b-v2.3-instruct:Q4_K_M",
|
3001
3565
|
"type": "str"
|
3002
3566
|
}
|
3003
3567
|
],
|
@@ -3007,6 +3571,90 @@
|
|
3007
3571
|
"tokens": 4096,
|
3008
3572
|
"default": false
|
3009
3573
|
},
|
3574
|
+
"qwen:7b": {
|
3575
|
+
"id": "qwen:7b",
|
3576
|
+
"name": "qwen:7b",
|
3577
|
+
"mode": [
|
3578
|
+
"langchain",
|
3579
|
+
"llama_index",
|
3580
|
+
"agent",
|
3581
|
+
"agent_llama",
|
3582
|
+
"expert"
|
3583
|
+
],
|
3584
|
+
"langchain": {
|
3585
|
+
"provider": "ollama",
|
3586
|
+
"mode": [
|
3587
|
+
"chat"
|
3588
|
+
],
|
3589
|
+
"args": [
|
3590
|
+
{
|
3591
|
+
"name": "model",
|
3592
|
+
"value": "qwen:7b",
|
3593
|
+
"type": "str"
|
3594
|
+
}
|
3595
|
+
],
|
3596
|
+
"env": []
|
3597
|
+
},
|
3598
|
+
"llama_index": {
|
3599
|
+
"provider": "ollama",
|
3600
|
+
"mode": [
|
3601
|
+
"chat"
|
3602
|
+
],
|
3603
|
+
"args": [
|
3604
|
+
{
|
3605
|
+
"name": "model",
|
3606
|
+
"value": "qwen:7b",
|
3607
|
+
"type": "str"
|
3608
|
+
}
|
3609
|
+
],
|
3610
|
+
"env": []
|
3611
|
+
},
|
3612
|
+
"ctx": 32000,
|
3613
|
+
"tokens": 4096,
|
3614
|
+
"default": false
|
3615
|
+
},
|
3616
|
+
"qwen2:7b": {
|
3617
|
+
"id": "qwen2:7b",
|
3618
|
+
"name": "qwen2:7b",
|
3619
|
+
"mode": [
|
3620
|
+
"langchain",
|
3621
|
+
"llama_index",
|
3622
|
+
"agent",
|
3623
|
+
"agent_llama",
|
3624
|
+
"expert"
|
3625
|
+
],
|
3626
|
+
"langchain": {
|
3627
|
+
"provider": "ollama",
|
3628
|
+
"mode": [
|
3629
|
+
"chat"
|
3630
|
+
],
|
3631
|
+
"args": [
|
3632
|
+
{
|
3633
|
+
"name": "model",
|
3634
|
+
"value": "qwen2:7b",
|
3635
|
+
"type": "str"
|
3636
|
+
}
|
3637
|
+
],
|
3638
|
+
"env": []
|
3639
|
+
},
|
3640
|
+
"llama_index": {
|
3641
|
+
"provider": "ollama",
|
3642
|
+
"mode": [
|
3643
|
+
"chat"
|
3644
|
+
],
|
3645
|
+
"args": [
|
3646
|
+
{
|
3647
|
+
"name": "model",
|
3648
|
+
"value": "qwen2:7b",
|
3649
|
+
"type": "str"
|
3650
|
+
}
|
3651
|
+
],
|
3652
|
+
"env": []
|
3653
|
+
},
|
3654
|
+
"ctx": 32000,
|
3655
|
+
"tokens": 4096,
|
3656
|
+
"default": false
|
3657
|
+
},
|
3010
3658
|
"sonar-deep-research": {
|
3011
3659
|
"id": "sonar-deep-research",
|
3012
3660
|
"name": "sonar-deep-research",
|