@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,92 @@
1
+ # https://ai.google.dev/gemini-api/docs/models?hl=zh-cn#gemini-2.5-flash-lite
2
+ model: gemini-2.5-flash-lite-preview-06-17
3
+ label:
4
+ en_US: Gemini 2.5 Flash-Lite Preview 06-17
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: 1000000
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_mode
51
+ type: boolean
52
+ required: true
53
+ default: true
54
+ label:
55
+ en_US: Thinking Mode
56
+ zh_Hans: 思考模式
57
+ help:
58
+ en_US: Whether to enable thinking mode. If true and thinking_budget is not set, turn on dynamic thinking.
59
+ zh_Hans: 是否开启思考模式。若为 true 且 thinking_budget 未设置,则开启动态预算推理。
60
+ - name: thinking_budget
61
+ type: int
62
+ required: false
63
+ default: 8192
64
+ min: 512
65
+ max: 24576
66
+ label:
67
+ en_US: Thinking Budget
68
+ zh_Hans: 思考预算
69
+ help:
70
+ 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. When enabling the thinking mode, if the thinking budget is not set, the default is to enable dynamic budget reasoning.
71
+ zh_Hans: 大模型的思考预算。仅在思考模式启动时该值有效。默认值和允许范围取决于模型。开启思考模式时,若未设置思考预算,则默认开启动态预算推理。
72
+ - name: grounding
73
+ type: boolean
74
+ required: true
75
+ default: false
76
+ label:
77
+ en_US: Grounding
78
+ zh_Hans: 事实核查
79
+ ja_JP: 事実チェック
80
+ help:
81
+ en_US: Grounding with Google Search
82
+ zh_Hans: Google 事实核查
83
+ ja_JP: Google検索に基づいた応答をします。
84
+ - name: json_schema
85
+ use_template: json_schema
86
+ # https://ai.google.dev/gemini-api/docs/pricing?hl=zh-cn#gemini-2.5-flash-lite
87
+ pricing:
88
+ input: '0.10'
89
+ output: '0.40'
90
+ unit: '0.000001'
91
+ currency: USD
92
+ deprecated: true
@@ -0,0 +1,115 @@
1
+ # https://ai.google.dev/gemini-api/docs/models?hl=zh-cn#gemini-2.5-flash-lite
2
+ model: gemini-2.5-flash-lite
3
+ label:
4
+ en_US: Gemini 2.5 Flash-Lite
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_mode
51
+ type: boolean
52
+ required: true
53
+ default: true
54
+ label:
55
+ en_US: Thinking mode
56
+ zh_Hans: 思考模式
57
+ help:
58
+ en_US: Whether to enable thinking mode. If true and thinking_budget is not set, turn on dynamic thinking.
59
+ zh_Hans: 是否开启思考模式。若为 true 且 thinking_budget 未设置,则开启动态预算推理。
60
+ - name: thinking_budget
61
+ type: int
62
+ required: false
63
+ default: 8192
64
+ min: 512
65
+ max: 24576
66
+ label:
67
+ en_US: Set thinking budget
68
+ zh_Hans: 思考预算
69
+ help:
70
+ 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. When enabling the thinking mode, if the thinking budget is not set, the default is to enable dynamic budget reasoning.
71
+ zh_Hans: 大模型的思考预算。仅在思考模式启动时该值有效。默认值和允许范围取决于模型。开启思考模式时,若未设置思考预算,则默认开启动态预算推理。
72
+ - name: grounding
73
+ type: boolean
74
+ required: true
75
+ default: false
76
+ label:
77
+ en_US: Grounding
78
+ zh_Hans: 事实核查
79
+ ja_JP: 事実チェック
80
+ help:
81
+ en_US: Grounding with Google Search
82
+ zh_Hans: Google 事实核查
83
+ ja_JP: Google検索に基づいた応答をします。
84
+ - name: url_context
85
+ type: boolean
86
+ required: true
87
+ default: false
88
+ label:
89
+ en_US: URL context
90
+ zh_Hans: 链接详情
91
+ ja_JP: 網羅閲覧
92
+ help:
93
+ en_US: Browse the url context
94
+ zh_Hans: 获取并分析该链接的详细信息,为回答提供参考依据。
95
+ ja_JP: リンク先の詳細情報を取得し、文脈を理解します。
96
+ - name: code_execution
97
+ type: boolean
98
+ required: true
99
+ default: false
100
+ label:
101
+ en_US: Code execution
102
+ zh_Hans: 代码执行
103
+ ja_JP: コード実行
104
+ help:
105
+ en_US: Lets Gemini use code to solve complex tasks
106
+ zh_Hans: 让 Gemini 使用代码来解决复杂任务。
107
+ ja_JP: Gemini にコードを使って複雑なタスクを解決させましょう。
108
+ - name: json_schema
109
+ use_template: json_schema
110
+ # https://ai.google.dev/gemini-api/docs/pricing?hl=zh-cn#gemini-2.5-flash-lite
111
+ pricing:
112
+ input: '0.10'
113
+ output: '0.40'
114
+ unit: '0.000001'
115
+ currency: USD
@@ -0,0 +1,91 @@
1
+ # https://ai.google.dev/gemini-api/docs/models#gemini-2.5-flash-preview
2
+ model: gemini-2.5-flash-preview-04-17
3
+ label:
4
+ en_US: Gemini 2.5 Flash Preview 04-17
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_mode
51
+ type: boolean
52
+ required: true
53
+ default: true
54
+ label:
55
+ en_US: Thinking Mode
56
+ zh_Hans: 思考模式
57
+ help:
58
+ en_US: Whether to enable thinking mode. If true and thinking_budget is not set, turn on dynamic thinking.
59
+ zh_Hans: 是否开启思考模式。若为 true 且 thinking_budget 未设置,则开启动态预算推理。
60
+ - name: thinking_budget
61
+ type: int
62
+ required: false
63
+ default: 8192
64
+ min: 128
65
+ max: 24576
66
+ label:
67
+ en_US: Thinking Budget
68
+ zh_Hans: 思考预算
69
+ help:
70
+ 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. When enabling the thinking mode, if the thinking budget is not set, the default is to enable dynamic budget reasoning.
71
+ zh_Hans: 大模型的思考预算。仅在思考模式启动时该值有效。默认值和允许范围取决于模型。开启思考模式时,若未设置思考预算,则默认开启动态预算推理。
72
+ - name: grounding
73
+ type: boolean
74
+ required: true
75
+ default: false
76
+ label:
77
+ en_US: Grounding
78
+ zh_Hans: 事实核查
79
+ ja_JP: 事実チェック
80
+ help:
81
+ en_US: Grounding with Google Search
82
+ zh_Hans: Google 事实核查
83
+ ja_JP: Google検索に基づいた応答をします。
84
+ - name: json_schema
85
+ use_template: json_schema
86
+ pricing:
87
+ input: '0.15'
88
+ output: '0.60'
89
+ unit: '0.000001'
90
+ currency: USD
91
+ deprecated: true
@@ -0,0 +1,92 @@
1
+ # https://ai.google.dev/gemini-api/docs/models#gemini-2.5-flash-preview
2
+ model: gemini-2.5-flash-preview-05-20
3
+ label:
4
+ en_US: Gemini 2.5 Flash Preview 05-20
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_mode
51
+ type: boolean
52
+ required: true
53
+ default: true
54
+ label:
55
+ en_US: Thinking Mode
56
+ zh_Hans: 思考模式
57
+ help:
58
+ en_US: Whether to enable thinking mode. If true and thinking_budget is not set, turn on dynamic thinking.
59
+ zh_Hans: 是否开启思考模式。若为 true 且 thinking_budget 未设置,则开启动态预算推理。
60
+ - name: thinking_budget
61
+ type: int
62
+ required: false
63
+ default: 8192
64
+ min: 128
65
+ max: 24576
66
+ label:
67
+ en_US: Thinking Budget
68
+ zh_Hans: 思考预算
69
+ help:
70
+ 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. When enabling the thinking mode, if the thinking budget is not set, the default is to enable dynamic budget reasoning.
71
+ zh_Hans: 大模型的思考预算。仅在思考模式启动时该值有效。默认值和允许范围取决于模型。开启思考模式时,若未设置思考预算,则默认开启动态预算推理。
72
+ - name: grounding
73
+ type: boolean
74
+ required: true
75
+ default: false
76
+ label:
77
+ en_US: Grounding
78
+ zh_Hans: 事实核查
79
+ ja_JP: 事実チェック
80
+ help:
81
+ en_US: Grounding with Google Search
82
+ zh_Hans: Google 事实核查
83
+ ja_JP: Google検索に基づいた応答をします。
84
+ - name: json_schema
85
+ use_template: json_schema
86
+ # https://ai.google.dev/gemini-api/docs/pricing?hl=zh-cn#gemini-2.5-flash
87
+ pricing:
88
+ input: '0.15'
89
+ output: '0.60'
90
+ unit: '0.000001'
91
+ currency: USD
92
+ deprecated: true
@@ -0,0 +1,115 @@
1
+ # https://ai.google.dev/gemini-api/docs/models#gemini-2.5-flash
2
+ model: gemini-2.5-flash
3
+ label:
4
+ en_US: Gemini 2.5 Flash
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_mode
51
+ type: boolean
52
+ required: true
53
+ default: true
54
+ label:
55
+ en_US: Thinking mode
56
+ zh_Hans: 思考模式
57
+ help:
58
+ en_US: Whether to enable thinking mode. If true and thinking_budget is not set, turn on dynamic thinking.
59
+ zh_Hans: 是否开启思考模式。若为 true 且 thinking_budget 未设置,则开启动态预算推理。
60
+ - name: thinking_budget
61
+ type: int
62
+ required: false
63
+ default: 8000
64
+ min: 0
65
+ max: 24576
66
+ label:
67
+ en_US: Set thinking budget
68
+ zh_Hans: 思考预算
69
+ help:
70
+ 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. When enabling the thinking mode, if the thinking budget is not set, the default is to enable dynamic budget reasoning.
71
+ zh_Hans: 大模型的思考预算。仅在思考模式启动时该值有效。默认值和允许范围取决于模型。开启思考模式时,若未设置思考预算,则默认开启动态预算推理。
72
+ - name: grounding
73
+ type: boolean
74
+ required: true
75
+ default: false
76
+ label:
77
+ en_US: Grounding
78
+ zh_Hans: 事实核查
79
+ ja_JP: 事実チェック
80
+ help:
81
+ en_US: Grounding with Google Search
82
+ zh_Hans: Google 事实核查
83
+ ja_JP: Google検索に基づいた応答をします。
84
+ - name: url_context
85
+ type: boolean
86
+ required: true
87
+ default: false
88
+ label:
89
+ en_US: URL context
90
+ zh_Hans: 链接详情
91
+ ja_JP: 網羅閲覧
92
+ help:
93
+ en_US: Browse the url context
94
+ zh_Hans: 获取并分析该链接的详细信息,为回答提供参考依据。
95
+ ja_JP: リンク先の詳細情報を取得し、文脈を理解します。
96
+ - name: code_execution
97
+ type: boolean
98
+ required: true
99
+ default: false
100
+ label:
101
+ en_US: Code execution
102
+ zh_Hans: 代码执行
103
+ ja_JP: コード実行
104
+ help:
105
+ en_US: Lets Gemini use code to solve complex tasks
106
+ zh_Hans: 让 Gemini 使用代码来解决复杂任务。
107
+ ja_JP: Gemini にコードを使って複雑なタスクを解決させましょう。
108
+ - name: json_schema
109
+ use_template: json_schema
110
+ # https://ai.google.dev/gemini-api/docs/pricing?hl=zh-cn#gemini-2.5-flash
111
+ pricing:
112
+ input: '0.30'
113
+ output: '2.50'
114
+ unit: '0.000001'
115
+ currency: USD
@@ -0,0 +1,81 @@
1
+ # https://ai.google.dev/gemini-api/docs/models?hl=zh-cn#gemini-2.5-pro-exp-03-25
2
+ model: gemini-2.5-pro-exp-03-25
3
+ label:
4
+ en_US: Gemini 2.5 Pro Experimental 03-25
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
+ pricing:
77
+ input: '0.00'
78
+ output: '0.00'
79
+ unit: '0.000001'
80
+ currency: USD
81
+ deprecated: true
@@ -0,0 +1,81 @@
1
+ # https://ai.google.dev/gemini-api/docs/models?hl=zh-cn#gemini-2.5-pro-preview-03-25
2
+ model: gemini-2.5-pro-preview-03-25
3
+ label:
4
+ en_US: Gemini 2.5 Pro Preview 03-25
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
+ pricing:
77
+ input: '1.25'
78
+ output: '10.00'
79
+ unit: '0.000001'
80
+ currency: USD
81
+ deprecated: true