mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-08 00:18:12 +08:00
## 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>
23 lines
434 B
JSON
23 lines
434 B
JSON
{
|
|
"name": "HuggingFace",
|
|
"rank": 991,
|
|
"url": {
|
|
"default": "https://router.huggingface.co/v1"
|
|
},
|
|
"url-suffix": {
|
|
"chat": "chat/completions",
|
|
"models": "models",
|
|
"embedding": "hf-inference/models"
|
|
},
|
|
"class": "huggingface",
|
|
"models": [
|
|
{
|
|
"name": "openai/gpt-oss-120b:fastest",
|
|
"content_length": 131072,
|
|
"max_output": 131072,
|
|
"model_types": [
|
|
"chat"
|
|
]
|
|
}
|
|
]
|
|
} |