@agentxin-ai/plugin-gemini 0.0.2

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 (52) hide show
  1. package/README.md +59 -0
  2. package/dist/_assets/icon_l_en.svg +15 -0
  3. package/dist/_assets/icon_s_en.svg +11 -0
  4. package/dist/gemini.yaml +47 -0
  5. package/dist/llm/_position.yaml +12 -0
  6. package/dist/llm/gemini-1.5-flash-001.yaml +42 -0
  7. package/dist/llm/gemini-1.5-flash-002.yaml +42 -0
  8. package/dist/llm/gemini-1.5-flash-8b-exp-0827.yaml +42 -0
  9. package/dist/llm/gemini-1.5-flash-8b-exp-0924.yaml +42 -0
  10. package/dist/llm/gemini-1.5-flash-exp-0827.yaml +42 -0
  11. package/dist/llm/gemini-1.5-flash-latest.yaml +45 -0
  12. package/dist/llm/gemini-1.5-flash.yaml +45 -0
  13. package/dist/llm/gemini-1.5-pro-001.yaml +42 -0
  14. package/dist/llm/gemini-1.5-pro-002.yaml +42 -0
  15. package/dist/llm/gemini-1.5-pro-exp-0801.yaml +42 -0
  16. package/dist/llm/gemini-1.5-pro-exp-0827.yaml +42 -0
  17. package/dist/llm/gemini-1.5-pro-latest.yaml +45 -0
  18. package/dist/llm/gemini-1.5-pro.yaml +45 -0
  19. package/dist/llm/gemini-2.0-flash-001.yaml +44 -0
  20. package/dist/llm/gemini-2.0-flash-exp.yaml +44 -0
  21. package/dist/llm/gemini-2.0-flash-lite-001.yaml +41 -0
  22. package/dist/llm/gemini-2.0-flash-lite-preview-02-05.yaml +42 -0
  23. package/dist/llm/gemini-2.0-flash-lite-preview.yaml +42 -0
  24. package/dist/llm/gemini-2.0-flash-lite.yaml +44 -0
  25. package/dist/llm/gemini-2.0-flash-preview-image-generation.yaml +42 -0
  26. package/dist/llm/gemini-2.0-flash-thinking-exp-01-21.yaml +43 -0
  27. package/dist/llm/gemini-2.0-flash-thinking-exp-1219.yaml +43 -0
  28. package/dist/llm/gemini-2.0-flash.yaml +82 -0
  29. package/dist/llm/gemini-2.0-pro-exp-02-05.yaml +45 -0
  30. package/dist/llm/gemini-2.0-pro-exp.yaml +45 -0
  31. package/dist/llm/gemini-2.5-flash-image.yaml +64 -0
  32. package/dist/llm/gemini-2.5-flash-lite-preview-06-17.yaml +92 -0
  33. package/dist/llm/gemini-2.5-flash-lite.yaml +115 -0
  34. package/dist/llm/gemini-2.5-flash-preview-04-17.yaml +91 -0
  35. package/dist/llm/gemini-2.5-flash-preview-05-20.yaml +92 -0
  36. package/dist/llm/gemini-2.5-flash.yaml +115 -0
  37. package/dist/llm/gemini-2.5-pro-exp-03-25.yaml +81 -0
  38. package/dist/llm/gemini-2.5-pro-preview-03-25.yaml +81 -0
  39. package/dist/llm/gemini-2.5-pro-preview-05-06.yaml +82 -0
  40. package/dist/llm/gemini-2.5-pro-preview-06-05.yaml +82 -0
  41. package/dist/llm/gemini-2.5-pro.yaml +105 -0
  42. package/dist/llm/gemini-3-pro-image-preview.yaml +104 -0
  43. package/dist/llm/gemini-3-pro-preview.yaml +142 -0
  44. package/dist/llm/gemini-exp-1114.yaml +42 -0
  45. package/dist/llm/gemini-exp-1121.yaml +42 -0
  46. package/dist/llm/gemini-exp-1206.yaml +42 -0
  47. package/dist/llm/gemini-flash-latest.yaml +115 -0
  48. package/dist/llm/gemini-flash-lite-latest.yaml +115 -0
  49. package/dist/llm/gemini-pro-vision.yaml +35 -0
  50. package/dist/llm/gemini-pro.yaml +39 -0
  51. package/dist/llm/learnlm-1.5-pro-experimental.yaml +42 -0
  52. package/package.json +50 -0
@@ -0,0 +1,82 @@
1
+ # https://ai.google.dev/gemini-api/docs/models?hl=zh-cn#gemini-2.5-pro-preview-05-06
2
+ model: gemini-2.5-pro-preview-05-06
3
+ label:
4
+ en_US: Gemini 2.5 Pro Preview 05-06
5
+ model_type: llm
6
+ features:
7
+ - tool-call
8
+ - multi-tool-call
9
+ - agent-thought
10
+ - vision
11
+ - stream-tool-call
12
+ - document
13
+ - video
14
+ - audio
15
+ model_properties:
16
+ mode: chat
17
+ context_size: 1048576
18
+ parameter_rules:
19
+ - name: temperature
20
+ use_template: temperature
21
+ default: 1
22
+ min: 0
23
+ max: 2
24
+ - name: top_p
25
+ use_template: top_p
26
+ - name: top_k
27
+ label:
28
+ zh_Hans: 取样数量
29
+ en_US: Top k
30
+ type: int
31
+ help:
32
+ zh_Hans: 仅从每个后续标记的前 K 个选项中采样。
33
+ en_US: Only sample from the top K options for each subsequent token.
34
+ required: false
35
+ - name: max_output_tokens
36
+ use_template: max_tokens
37
+ default: 65536
38
+ min: 1
39
+ max: 65536
40
+ - name: include_thoughts
41
+ type: boolean
42
+ required: false
43
+ default: false
44
+ label:
45
+ en_US: Include Thoughts
46
+ zh_Hans: 返回思考过程
47
+ help:
48
+ en_US: Indicates whether to include thoughts in the response. If true, thoughts are returned only if the model supports thought and thoughts are available.
49
+ zh_Hans: 是否返回思考过程。若为 true 则只有模型支持思考且启动思考模式时才返回思考过程。
50
+ - name: thinking_budget
51
+ type: int
52
+ required: false
53
+ default: 8192
54
+ min: 128
55
+ max: 32768
56
+ label:
57
+ en_US: Thinking Budget
58
+ zh_Hans: 思考预算
59
+ help:
60
+ en_US: Indicates the thinking budget in tokens. This value is valid only when thinking mode is enabled. The default values and allowed ranges are model dependent. If the thinking budget is not set, the default is to enable dynamic budget reasoning.
61
+ zh_Hans: 大模型的思考预算。仅在思考模式启动时该值有效。默认值和允许范围取决于模型。若未设置思考预算,则默认开启动态预算推理。
62
+ - name: grounding
63
+ type: boolean
64
+ required: true
65
+ default: false
66
+ label:
67
+ en_US: Grounding
68
+ zh_Hans: 事实核查
69
+ ja_JP: 事実チェック
70
+ help:
71
+ en_US: Grounding with Google Search
72
+ zh_Hans: Google 事实核查
73
+ ja_JP: Google検索に基づいた応答をします。
74
+ - name: json_schema
75
+ use_template: json_schema
76
+ # https://ai.google.dev/gemini-api/docs/pricing?hl=zh-cn#gemini-2.5-pro-preview
77
+ pricing:
78
+ input: '1.25'
79
+ output: '10.00'
80
+ unit: '0.000001'
81
+ currency: USD
82
+ deprecated: true
@@ -0,0 +1,82 @@
1
+ # https://ai.google.dev/gemini-api/docs/models?hl=zh-cn#gemini-2.5-pro-preview-06-05
2
+ model: gemini-2.5-pro-preview-06-05
3
+ label:
4
+ en_US: Gemini 2.5 Pro Preview 06-05
5
+ model_type: llm
6
+ features:
7
+ - tool-call
8
+ - multi-tool-call
9
+ - agent-thought
10
+ - vision
11
+ - stream-tool-call
12
+ - document
13
+ - video
14
+ - audio
15
+ model_properties:
16
+ mode: chat
17
+ context_size: 1048576
18
+ parameter_rules:
19
+ - name: temperature
20
+ use_template: temperature
21
+ default: 1
22
+ min: 0
23
+ max: 2
24
+ - name: top_p
25
+ use_template: top_p
26
+ - name: top_k
27
+ label:
28
+ zh_Hans: 取样数量
29
+ en_US: Top k
30
+ type: int
31
+ help:
32
+ zh_Hans: 仅从每个后续标记的前 K 个选项中采样。
33
+ en_US: Only sample from the top K options for each subsequent token.
34
+ required: false
35
+ - name: max_output_tokens
36
+ use_template: max_tokens
37
+ default: 65536
38
+ min: 1
39
+ max: 65536
40
+ - name: include_thoughts
41
+ type: boolean
42
+ required: false
43
+ default: false
44
+ label:
45
+ en_US: Include Thoughts
46
+ zh_Hans: 返回思考过程
47
+ help:
48
+ en_US: Indicates whether to include thoughts in the response. If true, thoughts are returned only if the model supports thought and thoughts are available.
49
+ zh_Hans: 是否返回思考过程。若为 true 则只有模型支持思考且启动思考模式时才返回思考过程。
50
+ - name: thinking_budget
51
+ type: int
52
+ required: false
53
+ default: 8192
54
+ min: 128
55
+ max: 32768
56
+ label:
57
+ en_US: Thinking Budget
58
+ zh_Hans: 思考预算
59
+ help:
60
+ en_US: Indicates the thinking budget in tokens. This value is valid only when thinking mode is enabled. The default values and allowed ranges are model dependent. If the thinking budget is not set, the default is to enable dynamic budget reasoning.
61
+ zh_Hans: 大模型的思考预算。仅在思考模式启动时该值有效。默认值和允许范围取决于模型。若未设置思考预算,则默认开启动态预算推理。
62
+ - name: grounding
63
+ type: boolean
64
+ required: true
65
+ default: false
66
+ label:
67
+ en_US: Grounding
68
+ zh_Hans: 事实核查
69
+ ja_JP: 事実チェック
70
+ help:
71
+ en_US: Grounding with Google Search
72
+ zh_Hans: Google 事实核查
73
+ ja_JP: Google検索に基づいた応答をします。
74
+ - name: json_schema
75
+ use_template: json_schema
76
+ # https://ai.google.dev/gemini-api/docs/pricing?hl=zh-cn#gemini-2.5-pro-preview
77
+ pricing:
78
+ input: '1.25'
79
+ output: '10.00'
80
+ unit: '0.000001'
81
+ currency: USD
82
+ deprecated: true
@@ -0,0 +1,105 @@
1
+ # https://ai.google.dev/gemini-api/docs/models?hl=zh-cn#gemini-2.5-pro
2
+ model: gemini-2.5-pro
3
+ label:
4
+ en_US: Gemini 2.5 Pro
5
+ model_type: llm
6
+ features:
7
+ - tool-call
8
+ - multi-tool-call
9
+ - agent-thought
10
+ - vision
11
+ - stream-tool-call
12
+ - document
13
+ - video
14
+ - audio
15
+ model_properties:
16
+ mode: chat
17
+ context_size: 1048576
18
+ parameter_rules:
19
+ - name: temperature
20
+ use_template: temperature
21
+ default: 1
22
+ min: 0
23
+ max: 2
24
+ - name: top_p
25
+ use_template: top_p
26
+ - name: top_k
27
+ label:
28
+ zh_Hans: 取样数量
29
+ en_US: Top k
30
+ type: int
31
+ help:
32
+ zh_Hans: 仅从每个后续标记的前 K 个选项中采样。
33
+ en_US: Only sample from the top K options for each subsequent token.
34
+ required: false
35
+ - name: max_output_tokens
36
+ use_template: max_tokens
37
+ default: 65536
38
+ min: 1
39
+ max: 65536
40
+ - name: include_thoughts
41
+ type: boolean
42
+ required: false
43
+ default: false
44
+ label:
45
+ en_US: Include thoughts
46
+ zh_Hans: 返回思考过程
47
+ help:
48
+ en_US: Indicates whether to include thoughts in the response. If true, thoughts are returned only if the model supports thought and thoughts are available.
49
+ zh_Hans: 是否返回思考过程。若为 true 则只有模型支持思考且启动思考模式时才返回思考过程。
50
+ - name: thinking_budget
51
+ type: int
52
+ required: false
53
+ default: 8192
54
+ min: 128
55
+ max: 32768
56
+ label:
57
+ en_US: Set thinking budget
58
+ zh_Hans: 思考预算
59
+ help:
60
+ en_US: Indicates the thinking budget in tokens. This value is valid only when thinking mode is enabled. The default values and allowed ranges are model dependent. If the thinking budget is not set, the default is to enable dynamic budget reasoning.
61
+ zh_Hans: 大模型的思考预算。仅在思考模式启动时该值有效。默认值和允许范围取决于模型。若未设置思考预算,则默认开启动态预算推理。
62
+ - name: grounding
63
+ type: boolean
64
+ required: true
65
+ default: false
66
+ label:
67
+ en_US: Grounding
68
+ zh_Hans: 事实核查
69
+ ja_JP: 事実チェック
70
+ help:
71
+ en_US: Grounding with Google Search
72
+ zh_Hans: Google 事实核查
73
+ ja_JP: Google検索に基づいた応答をします。
74
+ - name: url_context
75
+ type: boolean
76
+ required: true
77
+ default: false
78
+ label:
79
+ en_US: URL context
80
+ zh_Hans: 链接详情
81
+ ja_JP: 網羅閲覧
82
+ help:
83
+ en_US: Browse the url context
84
+ zh_Hans: 获取并分析该链接的详细信息,为回答提供参考依据。
85
+ ja_JP: リンク先の詳細情報を取得し、文脈を理解します。
86
+ - name: code_execution
87
+ type: boolean
88
+ required: true
89
+ default: false
90
+ label:
91
+ en_US: Code execution
92
+ zh_Hans: 代码执行
93
+ ja_JP: コード実行
94
+ help:
95
+ en_US: Lets Gemini use code to solve complex tasks
96
+ zh_Hans: 让 Gemini 使用代码来解决复杂任务。
97
+ ja_JP: Gemini にコードを使って複雑なタスクを解決させましょう。
98
+ - name: json_schema
99
+ use_template: json_schema
100
+ # https://ai.google.dev/gemini-api/docs/pricing?hl=zh-cn#gemini-2.5-pro
101
+ pricing:
102
+ input: '1.25'
103
+ output: '10.00'
104
+ unit: '0.000001'
105
+ currency: USD
@@ -0,0 +1,104 @@
1
+ # https://ai.google.dev/gemini-api/docs/models#gemini-3-pro-image-preview
2
+ model: gemini-3-pro-image-preview
3
+ label:
4
+ en_US: Nano Banana Pro
5
+ model_type: llm
6
+ features:
7
+ - vision
8
+ - document
9
+ model_properties:
10
+ mode: chat
11
+ context_size: 65536
12
+ parameter_rules:
13
+ - name: temperature
14
+ type: float
15
+ required: true
16
+ default: 1
17
+ min: 0
18
+ max: 1
19
+ label:
20
+ en_US: Temperature
21
+ zh_Hans: 温度
22
+ help:
23
+ en_US: For Gemini 3, best results at default 1.0. Lower values may impact reasoning.
24
+ zh_Hans: 对于 Gemini 3,使用默认值 1.0 可获得最佳效果。数值过低可能会影响推理能力。
25
+ - name: aspect_ratio
26
+ type: string
27
+ required: true
28
+ default: "Auto"
29
+ options:
30
+ - "Auto"
31
+ - "1:1"
32
+ - "9:16"
33
+ - "16:9"
34
+ - "3:4"
35
+ - "4:3"
36
+ - "3:2"
37
+ - "2:3"
38
+ - "5:4"
39
+ - "4:5"
40
+ - "21:9"
41
+ label:
42
+ en_US: Aspect ratio
43
+ zh_Hans: 宽高比
44
+ help:
45
+ en_US: Aspect ratio of the generated images.
46
+ zh_Hans: 生成图片的宽高比。
47
+ - name: resolution
48
+ type: string
49
+ required: true
50
+ default: "1K"
51
+ options:
52
+ - "1K"
53
+ - "2K"
54
+ - "4K"
55
+ label:
56
+ en_US: Resolution
57
+ zh_Hans: 分辨率
58
+ help:
59
+ en_US: Resolution of the generated images. Defaults to 1K.
60
+ zh_Hans: 生成图片的分辨率。默认为 1K。
61
+ - name: include_thoughts
62
+ type: boolean
63
+ required: true
64
+ default: true
65
+ label:
66
+ en_US: Include thoughts
67
+ zh_Hans: 返回思考过程
68
+ help:
69
+ en_US: Indicates whether to include thoughts in the response. If true, thoughts are returned only if the model supports thought and thoughts are available. Default is false.
70
+ zh_Hans: 是否返回思考过程。若为 true 则只有模型支持思考且启动思考模式时才返回思考过程。默认为 false。
71
+ - name: grounding
72
+ type: boolean
73
+ required: true
74
+ default: false
75
+ label:
76
+ en_US: Grounding
77
+ zh_Hans: 事实核查
78
+ ja_JP: 事実チェック
79
+ help:
80
+ en_US: Use Google Search
81
+ zh_Hans: 使用 Google 搜索
82
+ ja_JP: 事実チェック
83
+ - name: max_output_tokens
84
+ type: float
85
+ required: true
86
+ default: 32768
87
+ min: 1
88
+ max: 32768
89
+ label:
90
+ en_US: Output length
91
+ zh_Hans: 输出长度
92
+ help:
93
+ en_US: Maximum number of tokens in response
94
+ zh_Hans: 最大生成 tokens 数
95
+ # https://ai.google.dev/gemini-api/docs/pricing#gemini-3-pro-image-preview
96
+ pricing:
97
+ # Image input is set at 560 tokens or $0.067 per image.
98
+ # Image output is priced at $120 per 1,000,000 tokens.
99
+ # Output images from 1024x1024px (1K) and up to 2048x2048px (2K) consume 1120 tokens and are equivalent to $0.134 per image.
100
+ # Output images up to 4096x4096px (4K) consume 2000 tokens.
101
+ input: '2.0'
102
+ output: '120.0'
103
+ unit: '0.000001'
104
+ currency: USD
@@ -0,0 +1,142 @@
1
+ # https://ai.google.dev/gemini-api/docs/models?hl=zh-cn#gemini-3-pro
2
+ model: gemini-3-pro-preview
3
+ label:
4
+ en_US: Gemini 3 Pro Preview
5
+ model_type: llm
6
+ features:
7
+ - tool-call
8
+ - multi-tool-call
9
+ - agent-thought
10
+ - vision
11
+ - stream-tool-call
12
+ - document
13
+ - video
14
+ - audio
15
+ model_properties:
16
+ mode: chat
17
+ context_size: 1048576
18
+ # Documentation: https://ai.google.dev/gemini-api/docs/gemini-3?hl=zh-cn
19
+ parameter_rules:
20
+ - name: temperature
21
+ type: float
22
+ required: true
23
+ default: 1
24
+ min: 0
25
+ max: 2
26
+ label:
27
+ en_US: Temperature
28
+ zh_Hans: 温度
29
+ help:
30
+ en_US: For Gemini 3, best results at default 1.0. Lower values may impact reasoning.
31
+ zh_Hans: 对于 Gemini 3,使用默认值 1.0 可获得最佳效果。数值过低可能会影响推理能力。
32
+ - name: include_thoughts
33
+ type: boolean
34
+ required: true
35
+ default: false
36
+ label:
37
+ en_US: Include thoughts
38
+ zh_Hans: 返回思考过程
39
+ help:
40
+ en_US: Indicates whether to include thoughts in the response. If true, thoughts are returned only if the model supports thought and thoughts are available. Default is false.
41
+ zh_Hans: 是否返回思考过程。若为 true 则只有模型支持思考且启动思考模式时才返回思考过程。默认为 false。
42
+ - name: media_resolution
43
+ type: string
44
+ required: true
45
+ default: "Default"
46
+ options:
47
+ - Default
48
+ - Low
49
+ - Medium
50
+ - High
51
+ label:
52
+ en_US: Media resolution
53
+ zh_Hans: 媒体分辨率
54
+ help:
55
+ en_US: |
56
+ Gemini 3 introduces fine-grained control over multimodal visual processing via the `media_resolution` parameter. Higher resolution improves the model's ability to read small text or recognize fine details, but increases token usage and latency.
57
+
58
+ Recommended Settings:
59
+ - Images: `media_resolution_high` (1120 tokens) - Recommended for most image analysis tasks to ensure best quality.
60
+ - PDF: `media_resolution_medium` (560 tokens) - Great for document understanding; quality usually saturates at medium.
61
+ - Video (Regular): `media_resolution_low` or `medium` (70 tokens/frame) - Sufficient for most action recognition and description tasks.
62
+ - Video (Text-heavy): `media_resolution_high` (280 tokens/frame) - Needed only when use cases involve reading dense text (OCR) or tiny details in video frames.
63
+
64
+ Note: If not specified, the model uses the best default value based on the media type.
65
+ zh_Hans: |
66
+ Gemini 3 通过 `media_resolution` 参数引入了对多模态视觉处理的精细控制。分辨率越高,模型读取细小文本或识别细微细节的能力就越强,但会增加令牌用量和延迟时间。
67
+
68
+ 推荐设置:
69
+ - 图片:`media_resolution_high` (1120 tokens) - 建议用于大多数图片分析任务,以确保获得最佳质量。
70
+ - PDF:`media_resolution_medium` (560 tokens) - 非常适合文档理解;质量通常在 medium 时达到饱和。
71
+ - 视频(常规):`media_resolution_low` 或 `medium` (70 tokens/帧) - 对于大多数动作识别和描述任务来说已经足够。
72
+ - 视频(文字较多):`media_resolution_high` (280 tokens/帧) - 仅当用例涉及读取密集文本 (OCR) 或视频帧中的微小细节时才需要。
73
+
74
+ 注意:如果不指定,模型会根据媒体类型使用最佳默认值。
75
+ - name: thinking_level
76
+ type: string
77
+ required: true
78
+ default: "High"
79
+ options:
80
+ - Low
81
+ - High
82
+ label:
83
+ en_US: Thinking level
84
+ zh_Hans: 思考层级
85
+ help:
86
+ en_US: Indicates the thinking level. Default is High.
87
+ zh_Hans: 思考层级。默认为 High。
88
+ - name: grounding
89
+ type: boolean
90
+ required: true
91
+ default: false
92
+ label:
93
+ en_US: Grounding
94
+ zh_Hans: 事实核查
95
+ ja_JP: 事実チェック
96
+ help:
97
+ en_US: Grounding with Google Search
98
+ zh_Hans: Google 事实核查
99
+ ja_JP: Google検索に基づいた応答をします。
100
+ - name: url_context
101
+ type: boolean
102
+ required: true
103
+ default: false
104
+ label:
105
+ en_US: URL context
106
+ zh_Hans: 链接详情
107
+ ja_JP: 網羅閲覧
108
+ help:
109
+ en_US: Browse the url context
110
+ zh_Hans: 获取并分析该链接的详细信息,为回答提供参考依据。
111
+ ja_JP: リンク先の詳細情報を取得し、文脈を理解します。
112
+ - name: code_execution
113
+ type: boolean
114
+ required: true
115
+ default: false
116
+ label:
117
+ en_US: Code execution
118
+ zh_Hans: 代码执行
119
+ ja_JP: コード実行
120
+ help:
121
+ en_US: Lets Gemini use code to solve complex tasks
122
+ zh_Hans: 让 Gemini 使用代码来解决复杂任务。
123
+ ja_JP: Gemini にコードを使って複雑なタスクを解決させましょう。
124
+ - name: max_output_tokens
125
+ type: float
126
+ required: true
127
+ default: 65536
128
+ min: 1
129
+ max: 65536
130
+ label:
131
+ en_US: Output length
132
+ zh_Hans: 输出长度
133
+ help:
134
+ en_US: The maximum number of tokens to generate in the response.
135
+ zh_Hans: 模型单次输出的最大 tokens 数。
136
+ # https://ai.google.dev/gemini-api/docs/pricing#gemini-3-pro-preview
137
+ pricing:
138
+ # prompts <= 200k tokens
139
+ input: '2.0'
140
+ output: '12.00'
141
+ unit: '0.000001'
142
+ currency: USD
@@ -0,0 +1,42 @@
1
+ model: gemini-exp-1114
2
+ label:
3
+ en_US: Gemini exp 1114
4
+ model_type: llm
5
+ features:
6
+ - agent-thought
7
+ - vision
8
+ - tool-call
9
+ - stream-tool-call
10
+ - document
11
+ - video
12
+ - audio
13
+ model_properties:
14
+ mode: chat
15
+ context_size: 32767
16
+ parameter_rules:
17
+ - name: temperature
18
+ use_template: temperature
19
+ - name: top_p
20
+ use_template: top_p
21
+ - name: top_k
22
+ label:
23
+ zh_Hans: 取样数量
24
+ en_US: Top k
25
+ type: int
26
+ help:
27
+ zh_Hans: 仅从每个后续标记的前 K 个选项中采样。
28
+ en_US: Only sample from the top K options for each subsequent token.
29
+ required: false
30
+ - name: max_output_tokens
31
+ use_template: max_tokens
32
+ default: 8192
33
+ min: 1
34
+ max: 8192
35
+ - name: json_schema
36
+ use_template: json_schema
37
+ pricing:
38
+ input: '0.00'
39
+ output: '0.00'
40
+ unit: '0.000001'
41
+ currency: USD
42
+ deprecated: true
@@ -0,0 +1,42 @@
1
+ model: gemini-exp-1121
2
+ label:
3
+ en_US: Gemini exp 1121
4
+ model_type: llm
5
+ features:
6
+ - agent-thought
7
+ - vision
8
+ - tool-call
9
+ - stream-tool-call
10
+ - document
11
+ - video
12
+ - audio
13
+ model_properties:
14
+ mode: chat
15
+ context_size: 32767
16
+ parameter_rules:
17
+ - name: temperature
18
+ use_template: temperature
19
+ - name: top_p
20
+ use_template: top_p
21
+ - name: top_k
22
+ label:
23
+ zh_Hans: 取样数量
24
+ en_US: Top k
25
+ type: int
26
+ help:
27
+ zh_Hans: 仅从每个后续标记的前 K 个选项中采样。
28
+ en_US: Only sample from the top K options for each subsequent token.
29
+ required: false
30
+ - name: max_output_tokens
31
+ use_template: max_tokens
32
+ default: 8192
33
+ min: 1
34
+ max: 8192
35
+ - name: json_schema
36
+ use_template: json_schema
37
+ pricing:
38
+ input: '0.00'
39
+ output: '0.00'
40
+ unit: '0.000001'
41
+ currency: USD
42
+ deprecated: true
@@ -0,0 +1,42 @@
1
+ model: gemini-exp-1206
2
+ label:
3
+ en_US: Gemini Experimental 1206
4
+ model_type: llm
5
+ features:
6
+ - agent-thought
7
+ - vision
8
+ - tool-call
9
+ - stream-tool-call
10
+ - document
11
+ - video
12
+ - audio
13
+ model_properties:
14
+ mode: chat
15
+ context_size: 2097152
16
+ parameter_rules:
17
+ - name: temperature
18
+ use_template: temperature
19
+ - name: top_p
20
+ use_template: top_p
21
+ - name: top_k
22
+ label:
23
+ zh_Hans: 取样数量
24
+ en_US: Top k
25
+ type: int
26
+ help:
27
+ zh_Hans: 仅从每个后续标记的前 K 个选项中采样。
28
+ en_US: Only sample from the top K options for each subsequent token.
29
+ required: false
30
+ - name: max_output_tokens
31
+ use_template: max_tokens
32
+ default: 8192
33
+ min: 1
34
+ max: 8192
35
+ - name: json_schema
36
+ use_template: json_schema
37
+ pricing:
38
+ input: '0.00'
39
+ output: '0.00'
40
+ unit: '0.000001'
41
+ currency: USD
42
+ deprecated: true