mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-05-22 17:08:23 +08:00
### What problem does this PR solve? As title. ### Type of change - [x] New Feature (non-breaking change which adds functionality) --------- Signed-off-by: Jin Hai <haijin.chn@gmail.com>
37 lines
666 B
JSON
37 lines
666 B
JSON
{
|
|
"name": "Google",
|
|
"url": {
|
|
"default": "https://generativelanguage.googleapis.com"
|
|
},
|
|
"url_suffix": {
|
|
"models": "v1beta/models"
|
|
},
|
|
"series": "gemini",
|
|
"models": [
|
|
{
|
|
"name": "gemini-2.5-flash",
|
|
"max_tokens": 1048576,
|
|
"model_types": [
|
|
"chat"
|
|
],
|
|
"thinking": {
|
|
"default_value": true,
|
|
"clear_thinking": true
|
|
}
|
|
}
|
|
],
|
|
"features": {
|
|
"thinking": {
|
|
"default_value": true,
|
|
"supported_models": [
|
|
"gemini-2.5-flash"
|
|
]
|
|
},
|
|
"reasoning_effort": {
|
|
"default_value": "high",
|
|
"supported_modes": [
|
|
"gemini-2.5-flash"
|
|
]
|
|
}
|
|
}
|
|
} |