Files
ragflow/conf/models/gitee.json
jay77721 47ecc2a231 feat: populate content_length and max_output from official docs (#17836)
## Summary

- Verify and populate `content_length` (context window) and `max_output`
(max generation tokens) for all **478 chat/vision models** across **47
provider configs**
- Data sourced from **official API documentation** via 12 parallel
agents + targeted web verification
- Update Go test assertions to match verified values

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-08-05 15:22:57 +08:00

106 lines
1.8 KiB
JSON

{
"name": "GiteeAI",
"url": {
"default": "https://api.moark.ai/v1",
"china": "https://api.moark.com/v1",
"deprecated": "https://ai.gitee.com/v1"
},
"url_suffix": {
"chat": "chat/completions",
"models": "models",
"status": "",
"balance": "tokens/packages/balance",
"embedding": "embeddings",
"rerank": "rerank",
"ocr": "images/ocr",
"doc_parse": "async/documents/parse",
"tasks": "tasks",
"task": "task"
},
"models": [
{
"name": "qwen3-8b",
"content_length": 131072,
"max_output": 32768,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "qwen3-0.6b",
"content_length": 32768,
"max_output": 32768,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "glm-4.7-flash",
"content_length": 200000,
"max_output": 128000,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "BAAI/bge-reranker-v2-m3",
"max_tokens": 8192,
"model_types": [
"rerank"
]
},
{
"name": "BAAI/bge-m3",
"max_tokens": 8192,
"model_types": [
"embedding"
]
},
{
"name": "GOT-OCR2_0",
"model_types": [
"ocr"
]
},
{
"name": "DeepSeek-OCR-2",
"model_types": [
"ocr"
]
},
{
"name": "PaddleOCR-VL-1.5",
"model_types": [
"ocr"
]
},
{
"name": "jina-clip-v2",
"model_types": [
"embedding"
]
},
{
"name": "HunyuanOCR",
"model_types": [
"ocr"
]
},
{
"name": "MinerU2.5",
"model_types": [
"doc_parse"
]
}
]
}