pygpt-net 2.6.64__py3-none-any.whl → 2.6.66__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.
Files changed (68) hide show
  1. pygpt_net/CHANGELOG.txt +21 -0
  2. pygpt_net/__init__.py +3 -3
  3. pygpt_net/app.py +5 -1
  4. pygpt_net/controller/chat/chat.py +0 -0
  5. pygpt_net/controller/chat/handler/openai_stream.py +137 -7
  6. pygpt_net/controller/chat/render.py +0 -0
  7. pygpt_net/controller/config/field/checkbox_list.py +34 -1
  8. pygpt_net/controller/files/files.py +71 -2
  9. pygpt_net/controller/media/media.py +20 -1
  10. pygpt_net/controller/presets/editor.py +137 -22
  11. pygpt_net/controller/presets/presets.py +4 -1
  12. pygpt_net/controller/ui/mode.py +14 -10
  13. pygpt_net/controller/ui/ui.py +18 -1
  14. pygpt_net/core/agents/custom/__init__.py +18 -2
  15. pygpt_net/core/agents/custom/runner.py +2 -2
  16. pygpt_net/core/attachments/clipboard.py +146 -0
  17. pygpt_net/core/image/image.py +34 -1
  18. pygpt_net/core/render/web/renderer.py +33 -11
  19. pygpt_net/core/tabs/tabs.py +0 -0
  20. pygpt_net/core/types/image.py +61 -3
  21. pygpt_net/data/config/config.json +4 -3
  22. pygpt_net/data/config/models.json +629 -41
  23. pygpt_net/data/css/style.dark.css +12 -0
  24. pygpt_net/data/css/style.light.css +12 -0
  25. pygpt_net/data/icons/pin2.svg +1 -0
  26. pygpt_net/data/icons/pin3.svg +3 -0
  27. pygpt_net/data/icons/point.svg +1 -0
  28. pygpt_net/data/icons/target.svg +1 -0
  29. pygpt_net/data/js/app/ui.js +19 -2
  30. pygpt_net/data/js/app/user.js +22 -54
  31. pygpt_net/data/js/app.min.js +7 -9
  32. pygpt_net/data/locale/locale.de.ini +4 -0
  33. pygpt_net/data/locale/locale.en.ini +8 -0
  34. pygpt_net/data/locale/locale.es.ini +4 -0
  35. pygpt_net/data/locale/locale.fr.ini +4 -0
  36. pygpt_net/data/locale/locale.it.ini +4 -0
  37. pygpt_net/data/locale/locale.pl.ini +4 -0
  38. pygpt_net/data/locale/locale.uk.ini +4 -0
  39. pygpt_net/data/locale/locale.zh.ini +4 -0
  40. pygpt_net/icons.qrc +4 -0
  41. pygpt_net/icons_rc.py +274 -137
  42. pygpt_net/item/model.py +15 -19
  43. pygpt_net/js_rc.py +2038 -2075
  44. pygpt_net/provider/agents/openai/agent.py +0 -0
  45. pygpt_net/provider/api/google/__init__.py +20 -9
  46. pygpt_net/provider/api/google/image.py +161 -28
  47. pygpt_net/provider/api/google/video.py +73 -36
  48. pygpt_net/provider/api/openai/__init__.py +21 -11
  49. pygpt_net/provider/api/openai/agents/client.py +0 -0
  50. pygpt_net/provider/api/openai/video.py +562 -0
  51. pygpt_net/provider/core/config/patch.py +15 -0
  52. pygpt_net/provider/core/model/patch.py +29 -3
  53. pygpt_net/provider/vector_stores/qdrant.py +117 -0
  54. pygpt_net/ui/__init__.py +6 -1
  55. pygpt_net/ui/dialog/preset.py +9 -4
  56. pygpt_net/ui/layout/chat/attachments.py +18 -1
  57. pygpt_net/ui/layout/status.py +3 -3
  58. pygpt_net/ui/layout/toolbox/raw.py +7 -1
  59. pygpt_net/ui/widget/element/status.py +55 -0
  60. pygpt_net/ui/widget/filesystem/explorer.py +116 -2
  61. pygpt_net/ui/widget/lists/context.py +26 -16
  62. pygpt_net/ui/widget/option/checkbox_list.py +14 -2
  63. pygpt_net/ui/widget/textarea/input.py +71 -17
  64. {pygpt_net-2.6.64.dist-info → pygpt_net-2.6.66.dist-info}/METADATA +76 -25
  65. {pygpt_net-2.6.64.dist-info → pygpt_net-2.6.66.dist-info}/RECORD +63 -55
  66. {pygpt_net-2.6.64.dist-info → pygpt_net-2.6.66.dist-info}/LICENSE +0 -0
  67. {pygpt_net-2.6.64.dist-info → pygpt_net-2.6.66.dist-info}/WHEEL +0 -0
  68. {pygpt_net-2.6.64.dist-info → pygpt_net-2.6.66.dist-info}/entry_points.txt +0 -0
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "__meta__": {
3
- "version": "2.6.64",
4
- "app.version": "2.6.64",
5
- "updated_at": "2025-09-27T00:00:00"
3
+ "version": "2.6.66",
4
+ "app.version": "2.6.66",
5
+ "updated_at": "2025-12-25T00:00:00"
6
6
  },
7
7
  "items": {
8
8
  "SpeakLeash/bielik-11b-v2.3-instruct:Q4_K_M": {
@@ -262,6 +262,47 @@
262
262
  "provider": "anthropic",
263
263
  "tool_calls": false
264
264
  },
265
+ "claude-opus-4-5": {
266
+ "id": "claude-opus-4-5",
267
+ "name": "claude-opus-4-5",
268
+ "mode": [
269
+ "chat",
270
+ "llama_index",
271
+ "agent",
272
+ "agent_llama",
273
+ "agent_openai",
274
+ "expert"
275
+ ],
276
+ "llama_index": {
277
+ "args": [
278
+ {
279
+ "name": "model",
280
+ "value": "claude-opus-4-5",
281
+ "type": "str"
282
+ }
283
+ ],
284
+ "env": [
285
+ {
286
+ "name": "ANTHROPIC_API_KEY",
287
+ "value": "{api_key_anthropic}",
288
+ "type": "str"
289
+ }
290
+ ]
291
+ },
292
+ "ctx": 200000,
293
+ "tokens": 64000,
294
+ "default": false,
295
+ "input": [
296
+ "text"
297
+ ],
298
+ "output": [
299
+ "text"
300
+ ],
301
+ "extra": {},
302
+ "imported": false,
303
+ "provider": "anthropic",
304
+ "tool_calls": true
305
+ },
265
306
  "claude-sonnet-4-0": {
266
307
  "id": "claude-sonnet-4-0",
267
308
  "name": "claude-sonnet-4-0",
@@ -304,6 +345,47 @@
304
345
  "provider": "anthropic",
305
346
  "tool_calls": false
306
347
  },
348
+ "claude-sonnet-4-5": {
349
+ "id": "claude-sonnet-4-5",
350
+ "name": "claude-sonnet-4-5",
351
+ "mode": [
352
+ "chat",
353
+ "llama_index",
354
+ "agent",
355
+ "agent_llama",
356
+ "agent_openai",
357
+ "expert"
358
+ ],
359
+ "llama_index": {
360
+ "args": [
361
+ {
362
+ "name": "model",
363
+ "value": "claude-sonnet-4-5",
364
+ "type": "str"
365
+ }
366
+ ],
367
+ "env": [
368
+ {
369
+ "name": "ANTHROPIC_API_KEY",
370
+ "value": "{api_key_anthropic}",
371
+ "type": "str"
372
+ }
373
+ ]
374
+ },
375
+ "ctx": 200000,
376
+ "tokens": 64000,
377
+ "default": false,
378
+ "input": [
379
+ "text"
380
+ ],
381
+ "output": [
382
+ "text"
383
+ ],
384
+ "extra": {},
385
+ "imported": false,
386
+ "provider": "anthropic",
387
+ "tool_calls": true
388
+ },
307
389
  "codellama": {
308
390
  "id": "codellama",
309
391
  "name": "codellama",
@@ -911,7 +993,7 @@
911
993
  "image"
912
994
  ],
913
995
  "extra": {},
914
- "imported": true,
996
+ "imported": false,
915
997
  "provider": "google",
916
998
  "tool_calls": true
917
999
  },
@@ -949,7 +1031,126 @@
949
1031
  "audio"
950
1032
  ],
951
1033
  "extra": {},
952
- "imported": true,
1034
+ "imported": false,
1035
+ "provider": "google",
1036
+ "tool_calls": true
1037
+ },
1038
+ "gemini-3-flash-preview": {
1039
+ "id": "gemini-3-flash-preview",
1040
+ "name": "gemini-3-flash-preview",
1041
+ "mode": [
1042
+ "chat",
1043
+ "llama_index",
1044
+ "agent",
1045
+ "agent_llama",
1046
+ "agent_openai",
1047
+ "expert"
1048
+ ],
1049
+ "llama_index": {
1050
+ "args": [
1051
+ {
1052
+ "name": "model",
1053
+ "value": "models/gemini-3-flash-preview",
1054
+ "type": "str"
1055
+ }
1056
+ ],
1057
+ "env": [
1058
+ {
1059
+ "name": "GOOGLE_API_KEY",
1060
+ "value": "{api_key_google}",
1061
+ "type": "str"
1062
+ }
1063
+ ]
1064
+ },
1065
+ "ctx": 128000,
1066
+ "tokens": 0,
1067
+ "default": false,
1068
+ "input": [
1069
+ "text"
1070
+ ],
1071
+ "output": [
1072
+ "text"
1073
+ ],
1074
+ "extra": {},
1075
+ "imported": false,
1076
+ "provider": "google",
1077
+ "tool_calls": true
1078
+ },
1079
+ "gemini-3-pro-image-preview": {
1080
+ "id": "gemini-3-pro-image-preview",
1081
+ "name": "gemini-3-pro-image-preview",
1082
+ "mode": [
1083
+ "img"
1084
+ ],
1085
+ "llama_index": {
1086
+ "args": [
1087
+ {
1088
+ "name": "model",
1089
+ "value": "models/gemini-3-pro-image-preview",
1090
+ "type": "str"
1091
+ }
1092
+ ],
1093
+ "env": [
1094
+ {
1095
+ "name": "GOOGLE_API_KEY",
1096
+ "value": "{api_key_google}",
1097
+ "type": "str"
1098
+ }
1099
+ ]
1100
+ },
1101
+ "ctx": 128000,
1102
+ "tokens": 0,
1103
+ "default": false,
1104
+ "input": [
1105
+ "text",
1106
+ "image"
1107
+ ],
1108
+ "output": [
1109
+ "image"
1110
+ ],
1111
+ "extra": {},
1112
+ "imported": false,
1113
+ "provider": "google",
1114
+ "tool_calls": true
1115
+ },
1116
+ "gemini-3-pro-preview": {
1117
+ "id": "gemini-3-pro-preview",
1118
+ "name": "gemini-3-pro-preview",
1119
+ "mode": [
1120
+ "chat",
1121
+ "llama_index",
1122
+ "agent",
1123
+ "agent_llama",
1124
+ "agent_openai",
1125
+ "expert"
1126
+ ],
1127
+ "llama_index": {
1128
+ "args": [
1129
+ {
1130
+ "name": "model",
1131
+ "value": "models/gemini-3-pro-preview",
1132
+ "type": "str"
1133
+ }
1134
+ ],
1135
+ "env": [
1136
+ {
1137
+ "name": "GOOGLE_API_KEY",
1138
+ "value": "{api_key_google}",
1139
+ "type": "str"
1140
+ }
1141
+ ]
1142
+ },
1143
+ "ctx": 128000,
1144
+ "tokens": 0,
1145
+ "default": false,
1146
+ "input": [
1147
+ "text"
1148
+ ],
1149
+ "output": [
1150
+ "text"
1151
+ ],
1152
+ "extra": {},
1153
+ "imported": false,
953
1154
  "provider": "google",
954
1155
  "tool_calls": true
955
1156
  },
@@ -1641,7 +1842,7 @@
1641
1842
  "audio"
1642
1843
  ],
1643
1844
  "extra": {},
1644
- "imported": true,
1845
+ "imported": false,
1645
1846
  "provider": "openai",
1646
1847
  "tool_calls": true
1647
1848
  },
@@ -2040,114 +2241,289 @@
2040
2241
  "provider": "openai",
2041
2242
  "tool_calls": true
2042
2243
  },
2043
- "gpt-5-nano-low": {
2044
- "id": "gpt-5-nano",
2045
- "name": "gpt-5-nano (low)",
2244
+ "gpt-5-nano-low": {
2245
+ "id": "gpt-5-nano",
2246
+ "name": "gpt-5-nano (low)",
2247
+ "mode": [
2248
+ "chat",
2249
+ "assistant",
2250
+ "llama_index",
2251
+ "vision",
2252
+ "agent",
2253
+ "agent_llama",
2254
+ "expert",
2255
+ "agent_openai"
2256
+ ],
2257
+ "llama_index": {
2258
+ "args": [
2259
+ {
2260
+ "name": "model",
2261
+ "value": "gpt-5-nano",
2262
+ "type": "str"
2263
+ }
2264
+ ],
2265
+ "env": [
2266
+ {
2267
+ "name": "OPENAI_API_KEY",
2268
+ "value": "{api_key}"
2269
+ },
2270
+ {
2271
+ "name": "OPENAI_API_BASE",
2272
+ "value": "{api_endpoint}"
2273
+ },
2274
+ {
2275
+ "name": "AZURE_OPENAI_ENDPOINT",
2276
+ "value": "{api_azure_endpoint}"
2277
+ },
2278
+ {
2279
+ "name": "OPENAI_API_VERSION",
2280
+ "value": "{api_azure_version}"
2281
+ }
2282
+ ]
2283
+ },
2284
+ "ctx": 400000,
2285
+ "tokens": 128000,
2286
+ "default": true,
2287
+ "input": [
2288
+ "text",
2289
+ "image"
2290
+ ],
2291
+ "output": [
2292
+ "text"
2293
+ ],
2294
+ "extra": {
2295
+ "reasoning_effort": "low"
2296
+ },
2297
+ "imported": false,
2298
+ "provider": "openai",
2299
+ "tool_calls": true
2300
+ },
2301
+ "gpt-5-nano": {
2302
+ "id": "gpt-5-nano",
2303
+ "name": "gpt-5-nano (medium)",
2304
+ "mode": [
2305
+ "chat",
2306
+ "assistant",
2307
+ "llama_index",
2308
+ "vision",
2309
+ "agent",
2310
+ "agent_llama",
2311
+ "expert",
2312
+ "agent_openai"
2313
+ ],
2314
+ "llama_index": {
2315
+ "args": [
2316
+ {
2317
+ "name": "model",
2318
+ "value": "gpt-5-nano",
2319
+ "type": "str"
2320
+ }
2321
+ ],
2322
+ "env": [
2323
+ {
2324
+ "name": "OPENAI_API_KEY",
2325
+ "value": "{api_key}"
2326
+ },
2327
+ {
2328
+ "name": "OPENAI_API_BASE",
2329
+ "value": "{api_endpoint}"
2330
+ },
2331
+ {
2332
+ "name": "AZURE_OPENAI_ENDPOINT",
2333
+ "value": "{api_azure_endpoint}"
2334
+ },
2335
+ {
2336
+ "name": "OPENAI_API_VERSION",
2337
+ "value": "{api_azure_version}"
2338
+ }
2339
+ ]
2340
+ },
2341
+ "ctx": 400000,
2342
+ "tokens": 128000,
2343
+ "default": true,
2344
+ "input": [
2345
+ "text",
2346
+ "image"
2347
+ ],
2348
+ "output": [
2349
+ "text"
2350
+ ],
2351
+ "extra": {},
2352
+ "imported": false,
2353
+ "provider": "openai",
2354
+ "tool_calls": true
2355
+ },
2356
+ "gpt-5.2-low": {
2357
+ "id": "gpt-5.2",
2358
+ "name": "gpt-5.2 (low)",
2359
+ "mode": [
2360
+ "chat",
2361
+ "llama_index",
2362
+ "agent",
2363
+ "agent_llama",
2364
+ "agent_openai",
2365
+ "expert"
2366
+ ],
2367
+ "llama_index": {
2368
+ "args": [
2369
+ {
2370
+ "name": "model",
2371
+ "value": "gpt-5.2",
2372
+ "type": "str"
2373
+ }
2374
+ ],
2375
+ "env": [
2376
+ {
2377
+ "name": "OPENAI_API_KEY",
2378
+ "value": "{api_key}",
2379
+ "type": "str"
2380
+ },
2381
+ {
2382
+ "name": "OPENAI_API_BASE",
2383
+ "value": "{api_endpoint}",
2384
+ "type": "str"
2385
+ },
2386
+ {
2387
+ "name": "AZURE_OPENAI_ENDPOINT",
2388
+ "value": "{api_azure_endpoint}",
2389
+ "type": "str"
2390
+ },
2391
+ {
2392
+ "name": "OPENAI_API_VERSION",
2393
+ "value": "{api_azure_version}",
2394
+ "type": "str"
2395
+ }
2396
+ ]
2397
+ },
2398
+ "ctx": 400000,
2399
+ "tokens": 128000,
2400
+ "default": false,
2401
+ "input": [
2402
+ "text"
2403
+ ],
2404
+ "output": [
2405
+ "text"
2406
+ ],
2407
+ "extra": {
2408
+ "reasoning_effort": "low"
2409
+ },
2410
+ "imported": false,
2411
+ "provider": "openai",
2412
+ "tool_calls": true
2413
+ },
2414
+ "gpt-5.2-medium": {
2415
+ "id": "gpt-5.2",
2416
+ "name": "gpt-5.2 (medium)",
2046
2417
  "mode": [
2047
2418
  "chat",
2048
- "assistant",
2049
2419
  "llama_index",
2050
- "vision",
2051
2420
  "agent",
2052
2421
  "agent_llama",
2053
- "expert",
2054
- "agent_openai"
2422
+ "agent_openai",
2423
+ "expert"
2055
2424
  ],
2056
2425
  "llama_index": {
2057
2426
  "args": [
2058
2427
  {
2059
2428
  "name": "model",
2060
- "value": "gpt-5-nano",
2429
+ "value": "gpt-5.2",
2061
2430
  "type": "str"
2062
2431
  }
2063
2432
  ],
2064
2433
  "env": [
2065
2434
  {
2066
2435
  "name": "OPENAI_API_KEY",
2067
- "value": "{api_key}"
2436
+ "value": "{api_key}",
2437
+ "type": "str"
2068
2438
  },
2069
2439
  {
2070
2440
  "name": "OPENAI_API_BASE",
2071
- "value": "{api_endpoint}"
2441
+ "value": "{api_endpoint}",
2442
+ "type": "str"
2072
2443
  },
2073
2444
  {
2074
2445
  "name": "AZURE_OPENAI_ENDPOINT",
2075
- "value": "{api_azure_endpoint}"
2446
+ "value": "{api_azure_endpoint}",
2447
+ "type": "str"
2076
2448
  },
2077
2449
  {
2078
2450
  "name": "OPENAI_API_VERSION",
2079
- "value": "{api_azure_version}"
2451
+ "value": "{api_azure_version}",
2452
+ "type": "str"
2080
2453
  }
2081
2454
  ]
2082
2455
  },
2083
2456
  "ctx": 400000,
2084
2457
  "tokens": 128000,
2085
- "default": true,
2458
+ "default": false,
2086
2459
  "input": [
2087
- "text",
2088
- "image"
2460
+ "text"
2089
2461
  ],
2090
2462
  "output": [
2091
2463
  "text"
2092
2464
  ],
2093
2465
  "extra": {
2094
- "reasoning_effort": "low"
2466
+ "reasoning_effort": "medium"
2095
2467
  },
2096
2468
  "imported": false,
2097
2469
  "provider": "openai",
2098
2470
  "tool_calls": true
2099
2471
  },
2100
- "gpt-5-nano": {
2101
- "id": "gpt-5-nano",
2102
- "name": "gpt-5-nano (medium)",
2472
+
2473
+ "gpt-5.2-high": {
2474
+ "id": "gpt-5.2",
2475
+ "name": "gpt-5.2 (high)",
2103
2476
  "mode": [
2104
2477
  "chat",
2105
- "assistant",
2106
2478
  "llama_index",
2107
- "vision",
2108
2479
  "agent",
2109
2480
  "agent_llama",
2110
- "expert",
2111
- "agent_openai"
2481
+ "agent_openai",
2482
+ "expert"
2112
2483
  ],
2113
2484
  "llama_index": {
2114
2485
  "args": [
2115
2486
  {
2116
2487
  "name": "model",
2117
- "value": "gpt-5-nano",
2488
+ "value": "gpt-5.2",
2118
2489
  "type": "str"
2119
2490
  }
2120
2491
  ],
2121
2492
  "env": [
2122
2493
  {
2123
2494
  "name": "OPENAI_API_KEY",
2124
- "value": "{api_key}"
2495
+ "value": "{api_key}",
2496
+ "type": "str"
2125
2497
  },
2126
2498
  {
2127
2499
  "name": "OPENAI_API_BASE",
2128
- "value": "{api_endpoint}"
2500
+ "value": "{api_endpoint}",
2501
+ "type": "str"
2129
2502
  },
2130
2503
  {
2131
2504
  "name": "AZURE_OPENAI_ENDPOINT",
2132
- "value": "{api_azure_endpoint}"
2505
+ "value": "{api_azure_endpoint}",
2506
+ "type": "str"
2133
2507
  },
2134
2508
  {
2135
2509
  "name": "OPENAI_API_VERSION",
2136
- "value": "{api_azure_version}"
2510
+ "value": "{api_azure_version}",
2511
+ "type": "str"
2137
2512
  }
2138
2513
  ]
2139
2514
  },
2140
2515
  "ctx": 400000,
2141
2516
  "tokens": 128000,
2142
- "default": true,
2517
+ "default": false,
2143
2518
  "input": [
2144
- "text",
2145
- "image"
2519
+ "text"
2146
2520
  ],
2147
2521
  "output": [
2148
2522
  "text"
2149
2523
  ],
2150
- "extra": {},
2524
+ "extra": {
2525
+ "reasoning_effort": "high"
2526
+ },
2151
2527
  "imported": false,
2152
2528
  "provider": "openai",
2153
2529
  "tool_calls": true
@@ -2166,6 +2542,59 @@
2166
2542
  "tokens": 0,
2167
2543
  "default": true,
2168
2544
  "input": [
2545
+ "text",
2546
+ "image"
2547
+ ],
2548
+ "output": [
2549
+ "image"
2550
+ ],
2551
+ "extra": {},
2552
+ "imported": false,
2553
+ "provider": "openai",
2554
+ "tool_calls": true
2555
+ },
2556
+ "gpt-image-1.5": {
2557
+ "id": "gpt-image-1.5",
2558
+ "name": "gpt-image-1.5",
2559
+ "mode": [
2560
+ "img"
2561
+ ],
2562
+ "llama_index": {
2563
+ "args": [
2564
+ {
2565
+ "name": "model",
2566
+ "value": "gpt-image-1.5",
2567
+ "type": "str"
2568
+ }
2569
+ ],
2570
+ "env": [
2571
+ {
2572
+ "name": "OPENAI_API_KEY",
2573
+ "value": "{api_key}",
2574
+ "type": "str"
2575
+ },
2576
+ {
2577
+ "name": "OPENAI_API_BASE",
2578
+ "value": "{api_endpoint}",
2579
+ "type": "str"
2580
+ },
2581
+ {
2582
+ "name": "AZURE_OPENAI_ENDPOINT",
2583
+ "value": "{api_azure_endpoint}",
2584
+ "type": "str"
2585
+ },
2586
+ {
2587
+ "name": "OPENAI_API_VERSION",
2588
+ "value": "{api_azure_version}",
2589
+ "type": "str"
2590
+ }
2591
+ ]
2592
+ },
2593
+ "ctx": 128000,
2594
+ "tokens": 0,
2595
+ "default": false,
2596
+ "input": [
2597
+ "text",
2169
2598
  "image"
2170
2599
  ],
2171
2600
  "output": [
@@ -2471,7 +2900,7 @@
2471
2900
  "image"
2472
2901
  ],
2473
2902
  "extra": {},
2474
- "imported": true,
2903
+ "imported": false,
2475
2904
  "provider": "x_ai",
2476
2905
  "tool_calls": true
2477
2906
  },
@@ -3013,6 +3442,42 @@
3013
3442
  "provider": "ollama",
3014
3443
  "tool_calls": false
3015
3444
  },
3445
+ "nano-banana-pro-preview": {
3446
+ "id": "nano-banana-pro-preview",
3447
+ "name": "nano-banana-pro-preview",
3448
+ "mode": [
3449
+ "img"
3450
+ ],
3451
+ "llama_index": {
3452
+ "args": [
3453
+ {
3454
+ "name": "model",
3455
+ "value": "models/nano-banana-pro-preview",
3456
+ "type": "str"
3457
+ }
3458
+ ],
3459
+ "env": [
3460
+ {
3461
+ "name": "GOOGLE_API_KEY",
3462
+ "value": "{api_key_google}",
3463
+ "type": "str"
3464
+ }
3465
+ ]
3466
+ },
3467
+ "ctx": 128000,
3468
+ "tokens": 0,
3469
+ "default": false,
3470
+ "input": [
3471
+ "text"
3472
+ ],
3473
+ "output": [
3474
+ "image"
3475
+ ],
3476
+ "extra": {},
3477
+ "imported": false,
3478
+ "provider": "google",
3479
+ "tool_calls": true
3480
+ },
3016
3481
  "o1": {
3017
3482
  "id": "o1",
3018
3483
  "name": "o1",
@@ -4058,6 +4523,57 @@
4058
4523
  "provider": "perplexity",
4059
4524
  "tool_calls": true
4060
4525
  },
4526
+ "sora-2": {
4527
+ "id": "sora-2",
4528
+ "name": "sora-2",
4529
+ "mode": [
4530
+ "img"
4531
+ ],
4532
+ "llama_index": {
4533
+ "args": [
4534
+ {
4535
+ "name": "model",
4536
+ "value": "sora-2",
4537
+ "type": "str"
4538
+ }
4539
+ ],
4540
+ "env": [
4541
+ {
4542
+ "name": "OPENAI_API_KEY",
4543
+ "value": "{api_key}",
4544
+ "type": "str"
4545
+ },
4546
+ {
4547
+ "name": "OPENAI_API_BASE",
4548
+ "value": "{api_endpoint}",
4549
+ "type": "str"
4550
+ },
4551
+ {
4552
+ "name": "AZURE_OPENAI_ENDPOINT",
4553
+ "value": "{api_azure_endpoint}",
4554
+ "type": "str"
4555
+ },
4556
+ {
4557
+ "name": "OPENAI_API_VERSION",
4558
+ "value": "{api_azure_version}",
4559
+ "type": "str"
4560
+ }
4561
+ ]
4562
+ },
4563
+ "ctx": 128000,
4564
+ "tokens": 0,
4565
+ "default": false,
4566
+ "input": [
4567
+ "text"
4568
+ ],
4569
+ "output": [
4570
+ "video"
4571
+ ],
4572
+ "extra": {},
4573
+ "imported": false,
4574
+ "provider": "openai",
4575
+ "tool_calls": true
4576
+ },
4061
4577
  "veo-3.0-fast-generate-preview": {
4062
4578
  "id": "veo-3.0-fast-generate-preview",
4063
4579
  "name": "veo-3.0-fast-generate-preview",
@@ -4090,7 +4606,7 @@
4090
4606
  "video"
4091
4607
  ],
4092
4608
  "extra": {},
4093
- "imported": true,
4609
+ "imported": false,
4094
4610
  "provider": "google",
4095
4611
  "tool_calls": true
4096
4612
  },
@@ -4126,7 +4642,79 @@
4126
4642
  "video"
4127
4643
  ],
4128
4644
  "extra": {},
4129
- "imported": true,
4645
+ "imported": false,
4646
+ "provider": "google",
4647
+ "tool_calls": true
4648
+ },
4649
+ "veo-3.1-fast-generate-preview": {
4650
+ "id": "veo-3.1-fast-generate-preview",
4651
+ "name": "veo-3.1-fast-generate-preview",
4652
+ "mode": [
4653
+ "img"
4654
+ ],
4655
+ "llama_index": {
4656
+ "args": [
4657
+ {
4658
+ "name": "model",
4659
+ "value": "models/veo-3.1-fast-generate-preview",
4660
+ "type": "str"
4661
+ }
4662
+ ],
4663
+ "env": [
4664
+ {
4665
+ "name": "GOOGLE_API_KEY",
4666
+ "value": "{api_key_google}",
4667
+ "type": "str"
4668
+ }
4669
+ ]
4670
+ },
4671
+ "ctx": 128000,
4672
+ "tokens": 0,
4673
+ "default": false,
4674
+ "input": [
4675
+ "text"
4676
+ ],
4677
+ "output": [
4678
+ "video"
4679
+ ],
4680
+ "extra": {},
4681
+ "imported": false,
4682
+ "provider": "google",
4683
+ "tool_calls": true
4684
+ },
4685
+ "veo-3.1-generate-preview": {
4686
+ "id": "veo-3.1-generate-preview",
4687
+ "name": "veo-3.1-generate-preview",
4688
+ "mode": [
4689
+ "img"
4690
+ ],
4691
+ "llama_index": {
4692
+ "args": [
4693
+ {
4694
+ "name": "model",
4695
+ "value": "models/veo-3.1-generate-preview",
4696
+ "type": "str"
4697
+ }
4698
+ ],
4699
+ "env": [
4700
+ {
4701
+ "name": "GOOGLE_API_KEY",
4702
+ "value": "{api_key_google}",
4703
+ "type": "str"
4704
+ }
4705
+ ]
4706
+ },
4707
+ "ctx": 128000,
4708
+ "tokens": 0,
4709
+ "default": false,
4710
+ "input": [
4711
+ "text"
4712
+ ],
4713
+ "output": [
4714
+ "video"
4715
+ ],
4716
+ "extra": {},
4717
+ "imported": false,
4130
4718
  "provider": "google",
4131
4719
  "tool_calls": true
4132
4720
  }