pygpt-net 2.5.10__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 +7 -0
- pygpt_net/__init__.py +3 -3
- 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 +611 -14
- pygpt_net/provider/core/model/patch.py +6 -0
- {pygpt_net-2.5.10.dist-info → pygpt_net-2.5.11.dist-info}/METADATA +64 -49
- {pygpt_net-2.5.10.dist-info → pygpt_net-2.5.11.dist-info}/RECORD +14 -17
- {pygpt_net-2.5.10.dist-info → pygpt_net-2.5.11.dist-info}/WHEEL +1 -1
- CHANGELOG.md +0 -2259
- README.md +0 -4105
- icon.png +0 -0
- {pygpt_net-2.5.10.dist-info → pygpt_net-2.5.11.dist-info}/LICENSE +0 -0
- {pygpt_net-2.5.10.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": {
|
@@ -107,9 +107,9 @@
|
|
107
107
|
"tokens": 4096,
|
108
108
|
"default": false
|
109
109
|
},
|
110
|
-
"claude-3-opus-
|
111
|
-
"id": "claude-3-opus-
|
112
|
-
"name": "claude-3-opus-
|
110
|
+
"claude-3-opus-latest": {
|
111
|
+
"id": "claude-3-opus-latest",
|
112
|
+
"name": "claude-3-opus-latest",
|
113
113
|
"mode": [
|
114
114
|
"llama_index",
|
115
115
|
"agent",
|
@@ -124,7 +124,7 @@
|
|
124
124
|
"args": [
|
125
125
|
{
|
126
126
|
"name": "model",
|
127
|
-
"value": "claude-3-opus-
|
127
|
+
"value": "claude-3-opus-latest",
|
128
128
|
"type": "str"
|
129
129
|
}
|
130
130
|
],
|
@@ -143,7 +143,7 @@
|
|
143
143
|
"args": [
|
144
144
|
{
|
145
145
|
"name": "model",
|
146
|
-
"value": "claude-3-opus-
|
146
|
+
"value": "claude-3-opus-latest",
|
147
147
|
"type": "str"
|
148
148
|
}
|
149
149
|
],
|
@@ -158,6 +158,108 @@
|
|
158
158
|
"tokens": 4096,
|
159
159
|
"default": false
|
160
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
|
+
},
|
161
263
|
"dall-e-2": {
|
162
264
|
"id": "dall-e-2",
|
163
265
|
"name": "dall-e-2",
|
@@ -825,6 +927,110 @@
|
|
825
927
|
"default": false,
|
826
928
|
"multimodal": []
|
827
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
|
+
},
|
828
1034
|
"gpt-3.5-turbo": {
|
829
1035
|
"id": "gpt-3.5-turbo",
|
830
1036
|
"name": "gpt-3.5-turbo",
|
@@ -1912,6 +2118,85 @@
|
|
1912
2118
|
"default": false,
|
1913
2119
|
"multimodal": []
|
1914
2120
|
},
|
2121
|
+
"gpt-4.1": {
|
2122
|
+
"id": "gpt-4.1",
|
2123
|
+
"name": "gpt-4.1",
|
2124
|
+
"mode": [
|
2125
|
+
"chat",
|
2126
|
+
"assistant",
|
2127
|
+
"langchain",
|
2128
|
+
"llama_index",
|
2129
|
+
"vision",
|
2130
|
+
"agent",
|
2131
|
+
"agent_llama",
|
2132
|
+
"expert"
|
2133
|
+
],
|
2134
|
+
"langchain": {
|
2135
|
+
"provider": "openai",
|
2136
|
+
"mode": [
|
2137
|
+
"chat"
|
2138
|
+
],
|
2139
|
+
"args": [
|
2140
|
+
{
|
2141
|
+
"name": "model_name",
|
2142
|
+
"value": "gpt-4.1",
|
2143
|
+
"type": "str"
|
2144
|
+
}
|
2145
|
+
],
|
2146
|
+
"env": [
|
2147
|
+
{
|
2148
|
+
"name": "OPENAI_API_KEY",
|
2149
|
+
"value": "{api_key}"
|
2150
|
+
},
|
2151
|
+
{
|
2152
|
+
"name": "OPENAI_API_BASE",
|
2153
|
+
"value": "{api_endpoint}"
|
2154
|
+
},
|
2155
|
+
{
|
2156
|
+
"name": "AZURE_OPENAI_ENDPOINT",
|
2157
|
+
"value": "{api_azure_endpoint}"
|
2158
|
+
},
|
2159
|
+
{
|
2160
|
+
"name": "OPENAI_API_VERSION",
|
2161
|
+
"value": "{api_azure_version}"
|
2162
|
+
}
|
2163
|
+
]
|
2164
|
+
},
|
2165
|
+
"llama_index": {
|
2166
|
+
"provider": "openai",
|
2167
|
+
"mode": [
|
2168
|
+
"chat"
|
2169
|
+
],
|
2170
|
+
"args": [
|
2171
|
+
{
|
2172
|
+
"name": "model",
|
2173
|
+
"value": "gpt-4.1",
|
2174
|
+
"type": "str"
|
2175
|
+
}
|
2176
|
+
],
|
2177
|
+
"env": [
|
2178
|
+
{
|
2179
|
+
"name": "OPENAI_API_KEY",
|
2180
|
+
"value": "{api_key}"
|
2181
|
+
},
|
2182
|
+
{
|
2183
|
+
"name": "OPENAI_API_BASE",
|
2184
|
+
"value": "{api_endpoint}"
|
2185
|
+
},
|
2186
|
+
{
|
2187
|
+
"name": "AZURE_OPENAI_ENDPOINT",
|
2188
|
+
"value": "{api_azure_endpoint}"
|
2189
|
+
},
|
2190
|
+
{
|
2191
|
+
"name": "OPENAI_API_VERSION",
|
2192
|
+
"value": "{api_azure_version}"
|
2193
|
+
}
|
2194
|
+
]
|
2195
|
+
},
|
2196
|
+
"ctx": 1047576,
|
2197
|
+
"tokens": 32768,
|
2198
|
+
"default": false
|
2199
|
+
},
|
1915
2200
|
"gpt-4.5-preview": {
|
1916
2201
|
"id": "gpt-4.5-preview",
|
1917
2202
|
"name": "gpt-4.5-preview",
|
@@ -1964,7 +2249,7 @@
|
|
1964
2249
|
"args": [
|
1965
2250
|
{
|
1966
2251
|
"name": "model",
|
1967
|
-
"value": "gpt-
|
2252
|
+
"value": "gpt-4.5-preview",
|
1968
2253
|
"type": "str"
|
1969
2254
|
}
|
1970
2255
|
],
|
@@ -2782,6 +3067,82 @@
|
|
2782
3067
|
"default": false,
|
2783
3068
|
"multimodal": []
|
2784
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
|
+
},
|
2785
3146
|
"o3-mini-low": {
|
2786
3147
|
"id": "o3-mini",
|
2787
3148
|
"name": "o3-mini (low)",
|
@@ -3016,9 +3377,161 @@
|
|
3016
3377
|
"reasoning_effort": "high"
|
3017
3378
|
}
|
3018
3379
|
},
|
3019
|
-
"
|
3020
|
-
"id": "
|
3021
|
-
"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",
|
3022
3535
|
"mode": [
|
3023
3536
|
"llama_index",
|
3024
3537
|
"langchain",
|
@@ -3034,7 +3547,7 @@
|
|
3034
3547
|
"args": [
|
3035
3548
|
{
|
3036
3549
|
"name": "model",
|
3037
|
-
"value": "SpeakLeash/bielik-11b-v2.
|
3550
|
+
"value": "SpeakLeash/bielik-11b-v2.3-instruct:Q4_K_M",
|
3038
3551
|
"type": "str"
|
3039
3552
|
}
|
3040
3553
|
],
|
@@ -3048,7 +3561,7 @@
|
|
3048
3561
|
"args": [
|
3049
3562
|
{
|
3050
3563
|
"name": "model",
|
3051
|
-
"value": "SpeakLeash/bielik-11b-v2.
|
3564
|
+
"value": "SpeakLeash/bielik-11b-v2.3-instruct:Q4_K_M",
|
3052
3565
|
"type": "str"
|
3053
3566
|
}
|
3054
3567
|
],
|
@@ -3058,6 +3571,90 @@
|
|
3058
3571
|
"tokens": 4096,
|
3059
3572
|
"default": false
|
3060
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
|
+
},
|
3061
3658
|
"sonar-deep-research": {
|
3062
3659
|
"id": "sonar-deep-research",
|
3063
3660
|
"name": "sonar-deep-research",
|