Files
ragflow/conf/models/gitee.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
633 B
JSON

{
"name": "Gitee",
"url": {
"default": "https://api.moark.com/v1"
},
"url_suffix": {
"chat": "chat/completions",
"models": "models",
"status": "",
"balance": "tokens/packages/balance",
"embedding": "embedding",
"rerank": "rerank"
},
"models": [
{
"name": "qwen3-8b",
"max_tokens": 32768,
"model_types": [
"chat"
]
},
{
"name": "qwen3-0.6b",
"max_tokens": 32768,
"model_types": [
"chat"
]
},
{
"name": "glm-4.7-flash",
"max_tokens": 204800,
"model_types": [
"chat"
]
}
]
}