Skip to content

Commit 926f604

Browse files
authored
feat: add gemini-2.0-flash-exp (#11570)
1 parent 1807436 commit 926f604

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
model: gemini-2.0-flash-exp
2+
label:
3+
en_US: Gemini 2.0 Flash Exp
4+
model_type: llm
5+
features:
6+
- agent-thought
7+
- vision
8+
- tool-call
9+
- stream-tool-call
10+
- document
11+
model_properties:
12+
mode: chat
13+
context_size: 1048576
14+
parameter_rules:
15+
- name: temperature
16+
use_template: temperature
17+
- name: top_p
18+
use_template: top_p
19+
- name: top_k
20+
label:
21+
zh_Hans: 取样数量
22+
en_US: Top k
23+
type: int
24+
help:
25+
zh_Hans: 仅从每个后续标记的前 K 个选项中采样。
26+
en_US: Only sample from the top K options for each subsequent token.
27+
required: false
28+
- name: max_output_tokens
29+
use_template: max_tokens
30+
default: 8192
31+
min: 1
32+
max: 8192
33+
- name: json_schema
34+
use_template: json_schema
35+
pricing:
36+
input: '0.00'
37+
output: '0.00'
38+
unit: '0.000001'
39+
currency: USD

0 commit comments

Comments
 (0)