vectorvein 0.2.80__py3-none-any.whl → 0.2.81__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.
- vectorvein/types/defaults.py +73 -1
- {vectorvein-0.2.80.dist-info → vectorvein-0.2.81.dist-info}/METADATA +1 -1
- {vectorvein-0.2.80.dist-info → vectorvein-0.2.81.dist-info}/RECORD +5 -5
- {vectorvein-0.2.80.dist-info → vectorvein-0.2.81.dist-info}/WHEEL +0 -0
- {vectorvein-0.2.80.dist-info → vectorvein-0.2.81.dist-info}/entry_points.txt +0 -0
vectorvein/types/defaults.py
CHANGED
@@ -469,6 +469,30 @@ ZHIPUAI_MODELS: Final[Dict[str, ModelSettingDict]] = {
|
|
469
469
|
"max_output_tokens": 20480,
|
470
470
|
"native_multimodal": False,
|
471
471
|
},
|
472
|
+
"glm-z1-air": {
|
473
|
+
"id": "glm-z1-air",
|
474
|
+
"context_length": 32000,
|
475
|
+
"function_call_available": False,
|
476
|
+
"response_format_available": False,
|
477
|
+
"max_output_tokens": 32000,
|
478
|
+
"native_multimodal": False,
|
479
|
+
},
|
480
|
+
"glm-z1-airx": {
|
481
|
+
"id": "glm-z1-airx",
|
482
|
+
"context_length": 32000,
|
483
|
+
"function_call_available": False,
|
484
|
+
"response_format_available": False,
|
485
|
+
"max_output_tokens": 30000,
|
486
|
+
"native_multimodal": False,
|
487
|
+
},
|
488
|
+
"glm-z1-flash": {
|
489
|
+
"id": "glm-z1-flash",
|
490
|
+
"context_length": 32000,
|
491
|
+
"function_call_available": False,
|
492
|
+
"response_format_available": False,
|
493
|
+
"max_output_tokens": 32000,
|
494
|
+
"native_multimodal": False,
|
495
|
+
},
|
472
496
|
}
|
473
497
|
|
474
498
|
# Mistral models
|
@@ -599,6 +623,14 @@ OPENAI_MODELS: Final[Dict[str, ModelSettingDict]] = {
|
|
599
623
|
"response_format_available": False,
|
600
624
|
"native_multimodal": False,
|
601
625
|
},
|
626
|
+
"o3": {
|
627
|
+
"id": "o3",
|
628
|
+
"context_length": 200000,
|
629
|
+
"max_output_tokens": 100000,
|
630
|
+
"function_call_available": True,
|
631
|
+
"response_format_available": True,
|
632
|
+
"native_multimodal": True,
|
633
|
+
},
|
602
634
|
"o3-mini": {
|
603
635
|
"id": "o3-mini",
|
604
636
|
"context_length": 200000,
|
@@ -607,6 +639,14 @@ OPENAI_MODELS: Final[Dict[str, ModelSettingDict]] = {
|
|
607
639
|
"response_format_available": True,
|
608
640
|
"native_multimodal": False,
|
609
641
|
},
|
642
|
+
"o4-mini": {
|
643
|
+
"id": "o4-mini",
|
644
|
+
"context_length": 200000,
|
645
|
+
"max_output_tokens": 100000,
|
646
|
+
"function_call_available": True,
|
647
|
+
"response_format_available": True,
|
648
|
+
"native_multimodal": True,
|
649
|
+
},
|
610
650
|
"gpt-4.1": {
|
611
651
|
"id": "gpt-4.1",
|
612
652
|
"context_length": 1047576,
|
@@ -615,6 +655,22 @@ OPENAI_MODELS: Final[Dict[str, ModelSettingDict]] = {
|
|
615
655
|
"response_format_available": True,
|
616
656
|
"native_multimodal": True,
|
617
657
|
},
|
658
|
+
"gpt-4.1-mini": {
|
659
|
+
"id": "gpt-4.1-mini",
|
660
|
+
"context_length": 1047576,
|
661
|
+
"max_output_tokens": 32768,
|
662
|
+
"function_call_available": True,
|
663
|
+
"response_format_available": True,
|
664
|
+
"native_multimodal": True,
|
665
|
+
},
|
666
|
+
"gpt-4.1-nano": {
|
667
|
+
"id": "gpt-4.1-nano",
|
668
|
+
"context_length": 1047576,
|
669
|
+
"max_output_tokens": 32768,
|
670
|
+
"function_call_available": True,
|
671
|
+
"response_format_available": True,
|
672
|
+
"native_multimodal": True,
|
673
|
+
},
|
618
674
|
}
|
619
675
|
|
620
676
|
# Anthropic models
|
@@ -816,7 +872,23 @@ GEMINI_MODELS: Final[Dict[str, ModelSettingDict]] = {
|
|
816
872
|
"gemini-2.5-pro-exp-03-25": {
|
817
873
|
"id": "gemini-2.5-pro-exp-03-25",
|
818
874
|
"context_length": 1048576,
|
819
|
-
"max_output_tokens":
|
875
|
+
"max_output_tokens": 65536,
|
876
|
+
"function_call_available": True,
|
877
|
+
"response_format_available": True,
|
878
|
+
"native_multimodal": True,
|
879
|
+
},
|
880
|
+
"gemini-2.5-pro-preview-03-25": {
|
881
|
+
"id": "gemini-2.5-pro-preview-03-25",
|
882
|
+
"context_length": 1048576,
|
883
|
+
"max_output_tokens": 65536,
|
884
|
+
"function_call_available": True,
|
885
|
+
"response_format_available": True,
|
886
|
+
"native_multimodal": True,
|
887
|
+
},
|
888
|
+
"gemini-2.5-flash-preview-04-17": {
|
889
|
+
"id": "gemini-2.5-flash-preview-04-17",
|
890
|
+
"context_length": 1048576,
|
891
|
+
"max_output_tokens": 65536,
|
820
892
|
"function_call_available": True,
|
821
893
|
"response_format_available": True,
|
822
894
|
"native_multimodal": True,
|
@@ -1,6 +1,6 @@
|
|
1
|
-
vectorvein-0.2.
|
2
|
-
vectorvein-0.2.
|
3
|
-
vectorvein-0.2.
|
1
|
+
vectorvein-0.2.81.dist-info/METADATA,sha256=h1vkaS8URHV74Rm8xG0GI5tDdchJIMpeDprE5KpXb9Q,4567
|
2
|
+
vectorvein-0.2.81.dist-info/WHEEL,sha256=tSfRZzRHthuv7vxpI4aehrdN9scLjk-dCJkPLzkHxGg,90
|
3
|
+
vectorvein-0.2.81.dist-info/entry_points.txt,sha256=6OYgBcLyFCUgeqLgnvMyOJxPCWzgy7se4rLPKtNonMs,34
|
4
4
|
vectorvein/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
5
5
|
vectorvein/api/__init__.py,sha256=lfY-XA46fgD2iIZTU0VYP8i07AwA03Egj4Qua0vUKrQ,738
|
6
6
|
vectorvein/api/client.py,sha256=xF-leKDQzVyyy9FnIRaz0k4eElYW1XbbzeRLcpnyk90,33047
|
@@ -32,7 +32,7 @@ vectorvein/server/token_server.py,sha256=36F9PKSNOX8ZtYBXY_l-76GQTpUSmQ2Y8EMy1H7
|
|
32
32
|
vectorvein/settings/__init__.py,sha256=3Kw3hbvqcIQepAR6Q2m2UXbBnwyJTUm8yAz-aHmbUTg,11163
|
33
33
|
vectorvein/settings/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
34
34
|
vectorvein/types/__init__.py,sha256=ypg8c8AwF49FrFBMqmgH_eIBH4LFf0KN4kjqQa7zrvM,3376
|
35
|
-
vectorvein/types/defaults.py,sha256=
|
35
|
+
vectorvein/types/defaults.py,sha256=GROHLZyzToPV6973wjdgTI7NWvGX5W_uYFx8Ed0ne6E,35047
|
36
36
|
vectorvein/types/enums.py,sha256=LplSVkXLBK-t8TWtJKj_f7ktWTd6CSHWRLb67XKMm54,1716
|
37
37
|
vectorvein/types/exception.py,sha256=KtnqZ-1DstHm95SZAyZdHhkGq1bJ4A9Aw3Zfdu-VIFo,130
|
38
38
|
vectorvein/types/llm_parameters.py,sha256=Bdz9E_x0G96rvJ5TnEFPrU5QV4I2y0YFv7dY4Pq-MuU,7933
|
@@ -65,4 +65,4 @@ vectorvein/workflow/utils/analyse.py,sha256=msmvyz35UTYTwqQR5sg9H0sm1vxmGDSmep9X
|
|
65
65
|
vectorvein/workflow/utils/check.py,sha256=B_NdwqIqnc7Ko2HHqFpfOmWVaAu21tPITe0szKfiZKc,11414
|
66
66
|
vectorvein/workflow/utils/json_to_code.py,sha256=P8dhhSNgKhTnW17qXNjLO2aLdb0rA8qMAWxhObol2TU,7295
|
67
67
|
vectorvein/workflow/utils/layout.py,sha256=j0bRD3uaXu40xCS6U6BGahBI8FrHa5MiF55GbTrZ1LM,4565
|
68
|
-
vectorvein-0.2.
|
68
|
+
vectorvein-0.2.81.dist-info/RECORD,,
|
File without changes
|
File without changes
|