modelparams 0.0.34__tar.gz → 0.0.35__tar.gz
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.
- {modelparams-0.0.34 → modelparams-0.0.35}/PKG-INFO +1 -1
- {modelparams-0.0.34 → modelparams-0.0.35}/pyproject.toml +1 -1
- {modelparams-0.0.34 → modelparams-0.0.35}/src/modelparams/_generated/catalog.json +0 -283
- {modelparams-0.0.34 → modelparams-0.0.35}/src/modelparams/_generated/model_ids.py +0 -6
- {modelparams-0.0.34 → modelparams-0.0.35}/src/modelparams/_generated/registry.py +0 -3
- {modelparams-0.0.34 → modelparams-0.0.35}/src/modelparams/types/google.py +0 -51
- {modelparams-0.0.34 → modelparams-0.0.35}/.gitignore +0 -0
- {modelparams-0.0.34 → modelparams-0.0.35}/LICENSE +0 -0
- {modelparams-0.0.34 → modelparams-0.0.35}/README.md +0 -0
- {modelparams-0.0.34 → modelparams-0.0.35}/src/modelparams/__init__.py +0 -0
- {modelparams-0.0.34 → modelparams-0.0.35}/src/modelparams/_generated/__init__.py +0 -0
- {modelparams-0.0.34 → modelparams-0.0.35}/src/modelparams/catalog.py +0 -0
- {modelparams-0.0.34 → modelparams-0.0.35}/src/modelparams/models.py +0 -0
- {modelparams-0.0.34 → modelparams-0.0.35}/src/modelparams/py.typed +0 -0
- {modelparams-0.0.34 → modelparams-0.0.35}/src/modelparams/types/__init__.py +0 -0
- {modelparams-0.0.34 → modelparams-0.0.35}/src/modelparams/types/alibaba.py +0 -0
- {modelparams-0.0.34 → modelparams-0.0.35}/src/modelparams/types/anthropic.py +0 -0
- {modelparams-0.0.34 → modelparams-0.0.35}/src/modelparams/types/cerebras.py +0 -0
- {modelparams-0.0.34 → modelparams-0.0.35}/src/modelparams/types/cohere.py +0 -0
- {modelparams-0.0.34 → modelparams-0.0.35}/src/modelparams/types/deepseek.py +0 -0
- {modelparams-0.0.34 → modelparams-0.0.35}/src/modelparams/types/groq.py +0 -0
- {modelparams-0.0.34 → modelparams-0.0.35}/src/modelparams/types/meta.py +0 -0
- {modelparams-0.0.34 → modelparams-0.0.35}/src/modelparams/types/minimax.py +0 -0
- {modelparams-0.0.34 → modelparams-0.0.35}/src/modelparams/types/mistral.py +0 -0
- {modelparams-0.0.34 → modelparams-0.0.35}/src/modelparams/types/moonshot.py +0 -0
- {modelparams-0.0.34 → modelparams-0.0.35}/src/modelparams/types/nvidia.py +0 -0
- {modelparams-0.0.34 → modelparams-0.0.35}/src/modelparams/types/openai.py +0 -0
- {modelparams-0.0.34 → modelparams-0.0.35}/src/modelparams/types/perplexity.py +0 -0
- {modelparams-0.0.34 → modelparams-0.0.35}/src/modelparams/types/thinking_machines.py +0 -0
- {modelparams-0.0.34 → modelparams-0.0.35}/src/modelparams/types/xai.py +0 -0
- {modelparams-0.0.34 → modelparams-0.0.35}/src/modelparams/types/xiaomi.py +0 -0
- {modelparams-0.0.34 → modelparams-0.0.35}/src/modelparams/types/z_ai.py +0 -0
- {modelparams-0.0.34 → modelparams-0.0.35}/src/modelparams/validation.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.5
|
|
2
2
|
Name: modelparams
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.35
|
|
4
4
|
Summary: Typed model parameters for Python, generated from the modelparams.dev catalog.
|
|
5
5
|
Project-URL: Homepage, https://modelparams.dev
|
|
6
6
|
Project-URL: Repository, https://github.com/mnfst/modelparameters.dev
|
|
@@ -9386,196 +9386,6 @@
|
|
|
9386
9386
|
}
|
|
9387
9387
|
]
|
|
9388
9388
|
},
|
|
9389
|
-
{
|
|
9390
|
-
"provider": "google",
|
|
9391
|
-
"authType": "api_key",
|
|
9392
|
-
"model": "gemini-3-pro-image",
|
|
9393
|
-
"params": [
|
|
9394
|
-
{
|
|
9395
|
-
"path": "generationConfig.maxOutputTokens",
|
|
9396
|
-
"label": "Max output tokens",
|
|
9397
|
-
"description": "Maximum number of tokens to include in a response candidate.",
|
|
9398
|
-
"group": "generation_length",
|
|
9399
|
-
"type": "integer",
|
|
9400
|
-
"range": {
|
|
9401
|
-
"min": 1,
|
|
9402
|
-
"max": 65536
|
|
9403
|
-
}
|
|
9404
|
-
},
|
|
9405
|
-
{
|
|
9406
|
-
"path": "generationConfig.temperature",
|
|
9407
|
-
"label": "Temperature",
|
|
9408
|
-
"description": "Controls randomness. Lower values make outputs more focused; higher values make them more varied.",
|
|
9409
|
-
"group": "sampling",
|
|
9410
|
-
"type": "number",
|
|
9411
|
-
"default": 1,
|
|
9412
|
-
"range": {
|
|
9413
|
-
"min": 0,
|
|
9414
|
-
"max": 2,
|
|
9415
|
-
"step": 0.1
|
|
9416
|
-
}
|
|
9417
|
-
},
|
|
9418
|
-
{
|
|
9419
|
-
"path": "generationConfig.topP",
|
|
9420
|
-
"label": "Top P",
|
|
9421
|
-
"description": "Controls nucleus sampling by limiting generation to tokens within the selected cumulative probability.",
|
|
9422
|
-
"group": "sampling",
|
|
9423
|
-
"type": "number",
|
|
9424
|
-
"default": 0.95,
|
|
9425
|
-
"range": {
|
|
9426
|
-
"min": 0,
|
|
9427
|
-
"max": 1,
|
|
9428
|
-
"step": 0.01
|
|
9429
|
-
}
|
|
9430
|
-
},
|
|
9431
|
-
{
|
|
9432
|
-
"path": "generationConfig.topK",
|
|
9433
|
-
"label": "Top K",
|
|
9434
|
-
"description": "Limits token sampling to the top K most likely next tokens.",
|
|
9435
|
-
"group": "sampling",
|
|
9436
|
-
"type": "integer",
|
|
9437
|
-
"default": 64,
|
|
9438
|
-
"range": {
|
|
9439
|
-
"min": 0
|
|
9440
|
-
}
|
|
9441
|
-
},
|
|
9442
|
-
{
|
|
9443
|
-
"path": "generationConfig.seed",
|
|
9444
|
-
"label": "Seed",
|
|
9445
|
-
"description": "Optional seed used for decoding when reproducible sampling is desired.",
|
|
9446
|
-
"group": "sampling",
|
|
9447
|
-
"type": "integer"
|
|
9448
|
-
},
|
|
9449
|
-
{
|
|
9450
|
-
"path": "generationConfig.thinkingConfig.thinkingLevel",
|
|
9451
|
-
"label": "Thinking level",
|
|
9452
|
-
"description": "Controls Gemini 3.1 Flash-Lite reasoning effort.",
|
|
9453
|
-
"group": "reasoning",
|
|
9454
|
-
"type": "enum",
|
|
9455
|
-
"default": "minimal",
|
|
9456
|
-
"values": [
|
|
9457
|
-
"minimal",
|
|
9458
|
-
"low",
|
|
9459
|
-
"medium",
|
|
9460
|
-
"high"
|
|
9461
|
-
]
|
|
9462
|
-
},
|
|
9463
|
-
{
|
|
9464
|
-
"path": "generationConfig.thinkingConfig.includeThoughts",
|
|
9465
|
-
"label": "Include thoughts",
|
|
9466
|
-
"description": "Controls whether Gemini returns available thought summaries in the response parts.",
|
|
9467
|
-
"group": "reasoning",
|
|
9468
|
-
"type": "boolean",
|
|
9469
|
-
"default": false
|
|
9470
|
-
},
|
|
9471
|
-
{
|
|
9472
|
-
"path": "generationConfig.responseMimeType",
|
|
9473
|
-
"label": "Response MIME type",
|
|
9474
|
-
"description": "MIME type for generated text candidates.",
|
|
9475
|
-
"group": "output_format",
|
|
9476
|
-
"type": "enum",
|
|
9477
|
-
"default": "text/plain",
|
|
9478
|
-
"values": [
|
|
9479
|
-
"text/plain",
|
|
9480
|
-
"application/json"
|
|
9481
|
-
]
|
|
9482
|
-
}
|
|
9483
|
-
]
|
|
9484
|
-
},
|
|
9485
|
-
{
|
|
9486
|
-
"provider": "google",
|
|
9487
|
-
"authType": "api_key",
|
|
9488
|
-
"model": "gemini-3.1-flash-image",
|
|
9489
|
-
"params": [
|
|
9490
|
-
{
|
|
9491
|
-
"path": "generationConfig.maxOutputTokens",
|
|
9492
|
-
"label": "Max output tokens",
|
|
9493
|
-
"description": "Maximum number of tokens to include in a response candidate.",
|
|
9494
|
-
"group": "generation_length",
|
|
9495
|
-
"type": "integer",
|
|
9496
|
-
"range": {
|
|
9497
|
-
"min": 1,
|
|
9498
|
-
"max": 65536
|
|
9499
|
-
}
|
|
9500
|
-
},
|
|
9501
|
-
{
|
|
9502
|
-
"path": "generationConfig.temperature",
|
|
9503
|
-
"label": "Temperature",
|
|
9504
|
-
"description": "Controls randomness. Lower values make outputs more focused; higher values make them more varied.",
|
|
9505
|
-
"group": "sampling",
|
|
9506
|
-
"type": "number",
|
|
9507
|
-
"default": 1,
|
|
9508
|
-
"range": {
|
|
9509
|
-
"min": 0,
|
|
9510
|
-
"max": 2,
|
|
9511
|
-
"step": 0.1
|
|
9512
|
-
}
|
|
9513
|
-
},
|
|
9514
|
-
{
|
|
9515
|
-
"path": "generationConfig.topP",
|
|
9516
|
-
"label": "Top P",
|
|
9517
|
-
"description": "Controls nucleus sampling by limiting generation to tokens within the selected cumulative probability.",
|
|
9518
|
-
"group": "sampling",
|
|
9519
|
-
"type": "number",
|
|
9520
|
-
"default": 0.95,
|
|
9521
|
-
"range": {
|
|
9522
|
-
"min": 0,
|
|
9523
|
-
"max": 1,
|
|
9524
|
-
"step": 0.01
|
|
9525
|
-
}
|
|
9526
|
-
},
|
|
9527
|
-
{
|
|
9528
|
-
"path": "generationConfig.topK",
|
|
9529
|
-
"label": "Top K",
|
|
9530
|
-
"description": "Limits token sampling to the top K most likely next tokens.",
|
|
9531
|
-
"group": "sampling",
|
|
9532
|
-
"type": "integer",
|
|
9533
|
-
"default": 64,
|
|
9534
|
-
"range": {
|
|
9535
|
-
"min": 0
|
|
9536
|
-
}
|
|
9537
|
-
},
|
|
9538
|
-
{
|
|
9539
|
-
"path": "generationConfig.seed",
|
|
9540
|
-
"label": "Seed",
|
|
9541
|
-
"description": "Optional seed used for decoding when reproducible sampling is desired.",
|
|
9542
|
-
"group": "sampling",
|
|
9543
|
-
"type": "integer"
|
|
9544
|
-
},
|
|
9545
|
-
{
|
|
9546
|
-
"path": "generationConfig.thinkingConfig.thinkingLevel",
|
|
9547
|
-
"label": "Thinking level",
|
|
9548
|
-
"description": "Controls Gemini 3.1 Flash-Lite reasoning effort.",
|
|
9549
|
-
"group": "reasoning",
|
|
9550
|
-
"type": "enum",
|
|
9551
|
-
"default": "minimal",
|
|
9552
|
-
"values": [
|
|
9553
|
-
"minimal",
|
|
9554
|
-
"high"
|
|
9555
|
-
]
|
|
9556
|
-
},
|
|
9557
|
-
{
|
|
9558
|
-
"path": "generationConfig.thinkingConfig.includeThoughts",
|
|
9559
|
-
"label": "Include thoughts",
|
|
9560
|
-
"description": "Controls whether Gemini returns available thought summaries in the response parts.",
|
|
9561
|
-
"group": "reasoning",
|
|
9562
|
-
"type": "boolean",
|
|
9563
|
-
"default": false
|
|
9564
|
-
},
|
|
9565
|
-
{
|
|
9566
|
-
"path": "generationConfig.responseMimeType",
|
|
9567
|
-
"label": "Response MIME type",
|
|
9568
|
-
"description": "MIME type for generated text candidates.",
|
|
9569
|
-
"group": "output_format",
|
|
9570
|
-
"type": "enum",
|
|
9571
|
-
"default": "text/plain",
|
|
9572
|
-
"values": [
|
|
9573
|
-
"text/plain",
|
|
9574
|
-
"application/json"
|
|
9575
|
-
]
|
|
9576
|
-
}
|
|
9577
|
-
]
|
|
9578
|
-
},
|
|
9579
9389
|
{
|
|
9580
9390
|
"provider": "google",
|
|
9581
9391
|
"authType": "api_key",
|
|
@@ -9672,99 +9482,6 @@
|
|
|
9672
9482
|
}
|
|
9673
9483
|
]
|
|
9674
9484
|
},
|
|
9675
|
-
{
|
|
9676
|
-
"provider": "google",
|
|
9677
|
-
"authType": "api_key",
|
|
9678
|
-
"model": "gemini-3.1-flash-lite-image",
|
|
9679
|
-
"params": [
|
|
9680
|
-
{
|
|
9681
|
-
"path": "generationConfig.maxOutputTokens",
|
|
9682
|
-
"label": "Max output tokens",
|
|
9683
|
-
"description": "Maximum number of tokens to include in a response candidate.",
|
|
9684
|
-
"group": "generation_length",
|
|
9685
|
-
"type": "integer",
|
|
9686
|
-
"range": {
|
|
9687
|
-
"min": 1,
|
|
9688
|
-
"max": 65536
|
|
9689
|
-
}
|
|
9690
|
-
},
|
|
9691
|
-
{
|
|
9692
|
-
"path": "generationConfig.temperature",
|
|
9693
|
-
"label": "Temperature",
|
|
9694
|
-
"description": "Controls randomness. Lower values make outputs more focused; higher values make them more varied.",
|
|
9695
|
-
"group": "sampling",
|
|
9696
|
-
"type": "number",
|
|
9697
|
-
"default": 1,
|
|
9698
|
-
"range": {
|
|
9699
|
-
"min": 0,
|
|
9700
|
-
"max": 2,
|
|
9701
|
-
"step": 0.1
|
|
9702
|
-
}
|
|
9703
|
-
},
|
|
9704
|
-
{
|
|
9705
|
-
"path": "generationConfig.topP",
|
|
9706
|
-
"label": "Top P",
|
|
9707
|
-
"description": "Controls nucleus sampling by limiting generation to tokens within the selected cumulative probability.",
|
|
9708
|
-
"group": "sampling",
|
|
9709
|
-
"type": "number",
|
|
9710
|
-
"default": 0.95,
|
|
9711
|
-
"range": {
|
|
9712
|
-
"min": 0,
|
|
9713
|
-
"max": 1,
|
|
9714
|
-
"step": 0.01
|
|
9715
|
-
}
|
|
9716
|
-
},
|
|
9717
|
-
{
|
|
9718
|
-
"path": "generationConfig.topK",
|
|
9719
|
-
"label": "Top K",
|
|
9720
|
-
"description": "Limits token sampling to the top K most likely next tokens.",
|
|
9721
|
-
"group": "sampling",
|
|
9722
|
-
"type": "integer",
|
|
9723
|
-
"default": 64,
|
|
9724
|
-
"range": {
|
|
9725
|
-
"min": 0
|
|
9726
|
-
}
|
|
9727
|
-
},
|
|
9728
|
-
{
|
|
9729
|
-
"path": "generationConfig.seed",
|
|
9730
|
-
"label": "Seed",
|
|
9731
|
-
"description": "Optional seed used for decoding when reproducible sampling is desired.",
|
|
9732
|
-
"group": "sampling",
|
|
9733
|
-
"type": "integer"
|
|
9734
|
-
},
|
|
9735
|
-
{
|
|
9736
|
-
"path": "generationConfig.thinkingConfig.thinkingLevel",
|
|
9737
|
-
"label": "Thinking level",
|
|
9738
|
-
"description": "Controls Gemini 3.1 Flash-Lite reasoning effort.",
|
|
9739
|
-
"group": "reasoning",
|
|
9740
|
-
"type": "enum",
|
|
9741
|
-
"default": "minimal",
|
|
9742
|
-
"values": [
|
|
9743
|
-
"minimal",
|
|
9744
|
-
"high"
|
|
9745
|
-
]
|
|
9746
|
-
},
|
|
9747
|
-
{
|
|
9748
|
-
"path": "generationConfig.thinkingConfig.includeThoughts",
|
|
9749
|
-
"label": "Include thoughts",
|
|
9750
|
-
"description": "Controls whether Gemini returns available thought summaries in the response parts.",
|
|
9751
|
-
"group": "reasoning",
|
|
9752
|
-
"type": "boolean",
|
|
9753
|
-
"default": false
|
|
9754
|
-
},
|
|
9755
|
-
{
|
|
9756
|
-
"path": "generationConfig.responseMimeType",
|
|
9757
|
-
"label": "Response MIME type",
|
|
9758
|
-
"description": "MIME type for generated text candidates.",
|
|
9759
|
-
"group": "output_format",
|
|
9760
|
-
"type": "enum",
|
|
9761
|
-
"default": "text/plain",
|
|
9762
|
-
"values": [
|
|
9763
|
-
"text/plain"
|
|
9764
|
-
]
|
|
9765
|
-
}
|
|
9766
|
-
]
|
|
9767
|
-
},
|
|
9768
9485
|
{
|
|
9769
9486
|
"provider": "google",
|
|
9770
9487
|
"authType": "subscription",
|
|
@@ -105,10 +105,7 @@ ModelId = Literal[
|
|
|
105
105
|
"google/gemini-2.5-pro",
|
|
106
106
|
"google/gemini-2.5-pro-subscription",
|
|
107
107
|
"google/gemini-3-flash-preview-subscription",
|
|
108
|
-
"google/gemini-3-pro-image",
|
|
109
|
-
"google/gemini-3.1-flash-image",
|
|
110
108
|
"google/gemini-3.1-flash-lite",
|
|
111
|
-
"google/gemini-3.1-flash-lite-image",
|
|
112
109
|
"google/gemini-3.1-flash-lite-preview-subscription",
|
|
113
110
|
"google/gemini-3.1-flash-lite-subscription",
|
|
114
111
|
"google/gemini-3.1-pro-preview-subscription",
|
|
@@ -397,10 +394,7 @@ MODEL_IDS: tuple[ModelId, ...] = (
|
|
|
397
394
|
"google/gemini-2.5-pro",
|
|
398
395
|
"google/gemini-2.5-pro-subscription",
|
|
399
396
|
"google/gemini-3-flash-preview-subscription",
|
|
400
|
-
"google/gemini-3-pro-image",
|
|
401
|
-
"google/gemini-3.1-flash-image",
|
|
402
397
|
"google/gemini-3.1-flash-lite",
|
|
403
|
-
"google/gemini-3.1-flash-lite-image",
|
|
404
398
|
"google/gemini-3.1-flash-lite-preview-subscription",
|
|
405
399
|
"google/gemini-3.1-flash-lite-subscription",
|
|
406
400
|
"google/gemini-3.1-pro-preview-subscription",
|
|
@@ -126,10 +126,7 @@ PARAM_TYPES: dict[ModelId, Any] = {
|
|
|
126
126
|
"google/gemini-2.5-pro": google.Gemini_2_5_ProParams,
|
|
127
127
|
"google/gemini-2.5-pro-subscription": google.Gemini_2_5_Pro_SubscriptionParams,
|
|
128
128
|
"google/gemini-3-flash-preview-subscription": google.Gemini_3_Flash_Preview_SubscriptionParams,
|
|
129
|
-
"google/gemini-3-pro-image": google.Gemini_3_Pro_ImageParams,
|
|
130
|
-
"google/gemini-3.1-flash-image": google.Gemini_3_1_Flash_ImageParams,
|
|
131
129
|
"google/gemini-3.1-flash-lite": google.Gemini_3_1_Flash_LiteParams,
|
|
132
|
-
"google/gemini-3.1-flash-lite-image": google.Gemini_3_1_Flash_Lite_ImageParams,
|
|
133
130
|
"google/gemini-3.1-flash-lite-preview-subscription": google.Gemini_3_1_Flash_Lite_Preview_SubscriptionParams,
|
|
134
131
|
"google/gemini-3.1-flash-lite-subscription": google.Gemini_3_1_Flash_Lite_SubscriptionParams,
|
|
135
132
|
"google/gemini-3.1-pro-preview-subscription": google.Gemini_3_1_Pro_Preview_SubscriptionParams,
|
|
@@ -122,38 +122,6 @@ Gemini_3_Flash_Preview_SubscriptionParams = TypedDict(
|
|
|
122
122
|
)
|
|
123
123
|
setattr(Gemini_3_Flash_Preview_SubscriptionParams, "__pydantic_config__", _PARAMS_CONFIG)
|
|
124
124
|
|
|
125
|
-
Gemini_3_Pro_ImageParams = TypedDict(
|
|
126
|
-
"Gemini_3_Pro_ImageParams",
|
|
127
|
-
{
|
|
128
|
-
"generationConfig.maxOutputTokens": Annotated[int, Field(ge=1, le=65536)],
|
|
129
|
-
"generationConfig.temperature": Annotated[float, Field(ge=0, le=2)],
|
|
130
|
-
"generationConfig.topP": Annotated[float, Field(ge=0, le=1)],
|
|
131
|
-
"generationConfig.topK": Annotated[int, Field(ge=0)],
|
|
132
|
-
"generationConfig.seed": int,
|
|
133
|
-
"generationConfig.thinkingConfig.thinkingLevel": Literal["minimal", "low", "medium", "high"],
|
|
134
|
-
"generationConfig.thinkingConfig.includeThoughts": bool,
|
|
135
|
-
"generationConfig.responseMimeType": Literal["text/plain", "application/json"],
|
|
136
|
-
},
|
|
137
|
-
total=False,
|
|
138
|
-
)
|
|
139
|
-
setattr(Gemini_3_Pro_ImageParams, "__pydantic_config__", _PARAMS_CONFIG)
|
|
140
|
-
|
|
141
|
-
Gemini_3_1_Flash_ImageParams = TypedDict(
|
|
142
|
-
"Gemini_3_1_Flash_ImageParams",
|
|
143
|
-
{
|
|
144
|
-
"generationConfig.maxOutputTokens": Annotated[int, Field(ge=1, le=65536)],
|
|
145
|
-
"generationConfig.temperature": Annotated[float, Field(ge=0, le=2)],
|
|
146
|
-
"generationConfig.topP": Annotated[float, Field(ge=0, le=1)],
|
|
147
|
-
"generationConfig.topK": Annotated[int, Field(ge=0)],
|
|
148
|
-
"generationConfig.seed": int,
|
|
149
|
-
"generationConfig.thinkingConfig.thinkingLevel": Literal["minimal", "high"],
|
|
150
|
-
"generationConfig.thinkingConfig.includeThoughts": bool,
|
|
151
|
-
"generationConfig.responseMimeType": Literal["text/plain", "application/json"],
|
|
152
|
-
},
|
|
153
|
-
total=False,
|
|
154
|
-
)
|
|
155
|
-
setattr(Gemini_3_1_Flash_ImageParams, "__pydantic_config__", _PARAMS_CONFIG)
|
|
156
|
-
|
|
157
125
|
Gemini_3_1_Flash_LiteParams = TypedDict(
|
|
158
126
|
"Gemini_3_1_Flash_LiteParams",
|
|
159
127
|
{
|
|
@@ -170,22 +138,6 @@ Gemini_3_1_Flash_LiteParams = TypedDict(
|
|
|
170
138
|
)
|
|
171
139
|
setattr(Gemini_3_1_Flash_LiteParams, "__pydantic_config__", _PARAMS_CONFIG)
|
|
172
140
|
|
|
173
|
-
Gemini_3_1_Flash_Lite_ImageParams = TypedDict(
|
|
174
|
-
"Gemini_3_1_Flash_Lite_ImageParams",
|
|
175
|
-
{
|
|
176
|
-
"generationConfig.maxOutputTokens": Annotated[int, Field(ge=1, le=65536)],
|
|
177
|
-
"generationConfig.temperature": Annotated[float, Field(ge=0, le=2)],
|
|
178
|
-
"generationConfig.topP": Annotated[float, Field(ge=0, le=1)],
|
|
179
|
-
"generationConfig.topK": Annotated[int, Field(ge=0)],
|
|
180
|
-
"generationConfig.seed": int,
|
|
181
|
-
"generationConfig.thinkingConfig.thinkingLevel": Literal["minimal", "high"],
|
|
182
|
-
"generationConfig.thinkingConfig.includeThoughts": bool,
|
|
183
|
-
"generationConfig.responseMimeType": Literal["text/plain"],
|
|
184
|
-
},
|
|
185
|
-
total=False,
|
|
186
|
-
)
|
|
187
|
-
setattr(Gemini_3_1_Flash_Lite_ImageParams, "__pydantic_config__", _PARAMS_CONFIG)
|
|
188
|
-
|
|
189
141
|
Gemini_3_1_Flash_Lite_Preview_SubscriptionParams = TypedDict(
|
|
190
142
|
"Gemini_3_1_Flash_Lite_Preview_SubscriptionParams",
|
|
191
143
|
{
|
|
@@ -464,10 +416,7 @@ __all__ = [
|
|
|
464
416
|
"Gemini_2_5_ProParams",
|
|
465
417
|
"Gemini_2_5_Pro_SubscriptionParams",
|
|
466
418
|
"Gemini_3_Flash_Preview_SubscriptionParams",
|
|
467
|
-
"Gemini_3_Pro_ImageParams",
|
|
468
|
-
"Gemini_3_1_Flash_ImageParams",
|
|
469
419
|
"Gemini_3_1_Flash_LiteParams",
|
|
470
|
-
"Gemini_3_1_Flash_Lite_ImageParams",
|
|
471
420
|
"Gemini_3_1_Flash_Lite_Preview_SubscriptionParams",
|
|
472
421
|
"Gemini_3_1_Flash_Lite_SubscriptionParams",
|
|
473
422
|
"Gemini_3_1_Pro_Preview_SubscriptionParams",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|