Files
ragflow/conf/models/google.json
Jin Hai 965717c4fb Go: add new provider: google (#14395)
### 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>
2026-04-27 20:35:47 +08:00

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"
]
}
}
}