google-genai 1.8.0__py3-none-any.whl → 1.10.0__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.
- google/genai/_api_client.py +117 -28
- google/genai/_automatic_function_calling_util.py +1 -1
- google/genai/_extra_utils.py +1 -1
- google/genai/_replay_api_client.py +32 -8
- google/genai/_transformers.py +101 -61
- google/genai/batches.py +1 -1
- google/genai/caches.py +1 -1
- google/genai/errors.py +1 -1
- google/genai/files.py +23 -7
- google/genai/live.py +996 -43
- google/genai/models.py +24 -10
- google/genai/operations.py +18 -10
- google/genai/tunings.py +1 -4
- google/genai/types.py +742 -81
- google/genai/version.py +1 -1
- {google_genai-1.8.0.dist-info → google_genai-1.10.0.dist-info}/METADATA +1 -1
- google_genai-1.10.0.dist-info/RECORD +27 -0
- google_genai-1.8.0.dist-info/RECORD +0 -27
- {google_genai-1.8.0.dist-info → google_genai-1.10.0.dist-info}/WHEEL +0 -0
- {google_genai-1.8.0.dist-info → google_genai-1.10.0.dist-info}/licenses/LICENSE +0 -0
- {google_genai-1.8.0.dist-info → google_genai-1.10.0.dist-info}/top_level.txt +0 -0
google/genai/version.py
CHANGED
@@ -0,0 +1,27 @@
|
|
1
|
+
google/genai/__init__.py,sha256=IYw-PcsdgjSpS1mU_ZcYkTfPocsJ4aVmrDxP7vX7c6Y,709
|
2
|
+
google/genai/_api_client.py,sha256=rwNTX5RNKxyNWzeWSTP6YPjwG748GdHo_BWwnPmfMOA,34518
|
3
|
+
google/genai/_api_module.py,sha256=66FsFq9N8PdTegDyx3am3NHpI0Bw7HBmifUMCrZsx_Q,902
|
4
|
+
google/genai/_automatic_function_calling_util.py,sha256=o60X8IJ82R2mN4I19CgVPQic4LdGxXxfRKCz7RGgdWM,10929
|
5
|
+
google/genai/_common.py,sha256=PNwxVUKCD93ICHJlwCTAItGH3Wjva5xHC7_7mc-p8oA,10153
|
6
|
+
google/genai/_extra_utils.py,sha256=3oom-RYv6geXHsTAFzkrsZpJg5KRtZjizfCOG_jvCz4,12492
|
7
|
+
google/genai/_replay_api_client.py,sha256=Adp2DjpQilk5cuYhGkBwZ3ZKITDb_ZgiCbWLlWCDIfY,19573
|
8
|
+
google/genai/_test_api_client.py,sha256=XNOWq8AkYbqInv1aljNGlFXsv8slQIWTYy_hdcCetD0,4797
|
9
|
+
google/genai/_transformers.py,sha256=0u9KIO44IEdW6Mea9uFN_P9-YkT-LXg9jQGsz0jYVo8,31350
|
10
|
+
google/genai/batches.py,sha256=-LJGF4iCwvw0Uafr2EEVt2EsOFPl0S2-y5QBFGDw_m0,34485
|
11
|
+
google/genai/caches.py,sha256=pjFuuVOy3RWifhxNR6Al97S5jZX7NwghqX5M5NMKSOM,57320
|
12
|
+
google/genai/chats.py,sha256=4tg04v16WMth_FMeteUuAchLtPt-y3ydOLMksSRAyJM,16676
|
13
|
+
google/genai/client.py,sha256=uctarMTXcp6iC7XGH2lR5wDUqy17hy4-6CMi7seBlvo,10043
|
14
|
+
google/genai/errors.py,sha256=2YriqMtGA1V3iNtPernOjEOlMMAAEmBjSUoukDMgVqU,4725
|
15
|
+
google/genai/files.py,sha256=kOsHSSRLGa12rlkh3u1w3PMUwCXk-uVhHH5mdJGfNoI,39146
|
16
|
+
google/genai/live.py,sha256=n8SF-15WKnESBZc_rLYdeA3kg_tG_3_AwvU0SVx_ttQ,63373
|
17
|
+
google/genai/models.py,sha256=NsSNnk82kdUKgT8w9wVkVLOmMW7jCNU1hG6oMyTpyPk,204670
|
18
|
+
google/genai/operations.py,sha256=hcOnrw3kf7p6zx_9c-mFwBLQlUdn2voD5i7plkTuvBk,19974
|
19
|
+
google/genai/pagers.py,sha256=1jxDjre7M_Udt0ntgOr_79iR0-axjdr_Q6tZZzVRli8,6784
|
20
|
+
google/genai/tunings.py,sha256=icuRhUgbxVrIXwPBJ_CZDObwxK-_4CrwRrtiSzT2_ZU,46892
|
21
|
+
google/genai/types.py,sha256=b1hhtiHtvBDSqnV6pvlJUdhUKNEVBEDR8IbEyH3ERzU,332790
|
22
|
+
google/genai/version.py,sha256=3ISrFsqaVDdfUgPlhlZPz5KqGewanQAV4V2YMhLqyeg,627
|
23
|
+
google_genai-1.10.0.dist-info/licenses/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
|
24
|
+
google_genai-1.10.0.dist-info/METADATA,sha256=_gbwHycWSA8Xm_g_W18GDlpEGiOHMRaRK-D8RuZWO8U,32891
|
25
|
+
google_genai-1.10.0.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
26
|
+
google_genai-1.10.0.dist-info/top_level.txt,sha256=_1QvSJIhFAGfxb79D6DhB7SUw2X6T4rwnz_LLrbcD3c,7
|
27
|
+
google_genai-1.10.0.dist-info/RECORD,,
|
@@ -1,27 +0,0 @@
|
|
1
|
-
google/genai/__init__.py,sha256=IYw-PcsdgjSpS1mU_ZcYkTfPocsJ4aVmrDxP7vX7c6Y,709
|
2
|
-
google/genai/_api_client.py,sha256=1KojMpO3mkvbQ07g-xCETKR1yiM7j9ct-2hv4by7KMg,31726
|
3
|
-
google/genai/_api_module.py,sha256=66FsFq9N8PdTegDyx3am3NHpI0Bw7HBmifUMCrZsx_Q,902
|
4
|
-
google/genai/_automatic_function_calling_util.py,sha256=xAH-96LIEmC-yefEIae8TrBPZZAI1UJrn0bAIZsISDE,10899
|
5
|
-
google/genai/_common.py,sha256=PNwxVUKCD93ICHJlwCTAItGH3Wjva5xHC7_7mc-p8oA,10153
|
6
|
-
google/genai/_extra_utils.py,sha256=l9U0uaq4TWdfY7fOpGR3LcsA6-TMEblfQlEXdC0IGPY,12462
|
7
|
-
google/genai/_replay_api_client.py,sha256=vvtcgngZMvhebrubhClVeW16UjE2nMUHQbtyBRmM4ko,18942
|
8
|
-
google/genai/_test_api_client.py,sha256=XNOWq8AkYbqInv1aljNGlFXsv8slQIWTYy_hdcCetD0,4797
|
9
|
-
google/genai/_transformers.py,sha256=XDbatGrYs4fIxfnJEW_MA_tz9i_Mub8b7Y5ejxXMMOE,29963
|
10
|
-
google/genai/batches.py,sha256=1gdwy5Tcd4kZGYulfwywqooOGv8Ozp8uk9kjes6rIgg,34485
|
11
|
-
google/genai/caches.py,sha256=uAhoZ1xm7nuHfHE9k17Ric9LCHDTPpcTMAkq0XI65ew,57320
|
12
|
-
google/genai/chats.py,sha256=4tg04v16WMth_FMeteUuAchLtPt-y3ydOLMksSRAyJM,16676
|
13
|
-
google/genai/client.py,sha256=uctarMTXcp6iC7XGH2lR5wDUqy17hy4-6CMi7seBlvo,10043
|
14
|
-
google/genai/errors.py,sha256=U48LRaXeSeJlhZ1t0sDDmbrebs7l0KohTMlKg8Nc_X4,4708
|
15
|
-
google/genai/files.py,sha256=Pt-ACLayO6_cE_ZrqzsjUkiuh3drZN6AIjqNp6x4IyE,38290
|
16
|
-
google/genai/live.py,sha256=S4HZs7VLae4cqWt6f8USh9ifShoUOSyGPFpREAHAFUk,32021
|
17
|
-
google/genai/models.py,sha256=oq5DHCT3ZZsZ_pvP9q4UDzH4MNl04sWl5jB1DrEZRsI,204310
|
18
|
-
google/genai/operations.py,sha256=ad3vU-xouT2E1pv2WN5L0qehFYSZ0rCEr1XQqqy5vbQ,19890
|
19
|
-
google/genai/pagers.py,sha256=1jxDjre7M_Udt0ntgOr_79iR0-axjdr_Q6tZZzVRli8,6784
|
20
|
-
google/genai/tunings.py,sha256=Aep8EDLsKXlBryLQNR8psVSybgy968LFZOsiyOI1JBM,47010
|
21
|
-
google/genai/types.py,sha256=QUT17RAmUy7Jqg_nyDeWg3FQrBbhT4ahLSgz06munNE,306100
|
22
|
-
google/genai/version.py,sha256=Xs4MLsO0MFRJxpS-X5D1EEWcnL72FdqoLyny7PKF548,626
|
23
|
-
google_genai-1.8.0.dist-info/licenses/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
|
24
|
-
google_genai-1.8.0.dist-info/METADATA,sha256=rqPx2YUyy6rYTMzndxDnL_XDsbcYlm1gr2WbePC2-Ao,32890
|
25
|
-
google_genai-1.8.0.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
26
|
-
google_genai-1.8.0.dist-info/top_level.txt,sha256=_1QvSJIhFAGfxb79D6DhB7SUw2X6T4rwnz_LLrbcD3c,7
|
27
|
-
google_genai-1.8.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|