Files
ragflow/conf/models/google.json
Jin Hai f670913bb4 Refactor model type to model class (#14426)
### What problem does this PR solve?

As title

### Type of change

- [x] Refactoring

Signed-off-by: Jin Hai <haijin.chn@gmail.com>
2026-04-28 16:05:15 +08:00

37 lines
665 B
JSON

{
"name": "Google",
"url": {
"default": "https://generativelanguage.googleapis.com"
},
"url_suffix": {
"models": "v1beta/models"
},
"class": "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"
]
}
}
}