mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-06 07:34:04 +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>
39 lines
744 B
JSON
39 lines
744 B
JSON
{
|
|
"name": "VolcEngine",
|
|
"rank": 986,
|
|
"url": {
|
|
"default": "https://ark.cn-beijing.volces.com/api/v3"
|
|
},
|
|
"url_suffix": {
|
|
"chat": "chat/completions",
|
|
"files": "files",
|
|
"embedding": "embeddings/multimodal",
|
|
"models": "models"
|
|
},
|
|
"class": "volcengine",
|
|
"models": [
|
|
{
|
|
"name": "doubao-seed-2-0-pro-260215",
|
|
"content_length": 256000,
|
|
"max_output": 16384,
|
|
"model_types": [
|
|
"chat"
|
|
],
|
|
"thinking": {
|
|
"default_value": true,
|
|
"clear_thinking": true
|
|
},
|
|
"tools": {
|
|
"support": true
|
|
}
|
|
},
|
|
{
|
|
"name": "doubao-embedding-vision-251215",
|
|
"max_tokens": 131072,
|
|
"model_types": [
|
|
"embedding"
|
|
]
|
|
}
|
|
]
|
|
}
|