mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-10 17:31:29 +08:00
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>
This commit is contained in:
@@ -15,56 +15,64 @@
|
||||
"models": [
|
||||
{
|
||||
"name": "command-a-plus-05-2026",
|
||||
"max_tokens": 131072,
|
||||
"content_length": 131072,
|
||||
"max_output": 65536,
|
||||
"model_types": [
|
||||
"chat"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "command-a-03-2025",
|
||||
"max_tokens": 262144,
|
||||
"content_length": 262144,
|
||||
"max_output": 8192,
|
||||
"model_types": [
|
||||
"chat"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "command-r7b-12-2024",
|
||||
"max_tokens": 131072,
|
||||
"content_length": 131072,
|
||||
"max_output": 4096,
|
||||
"model_types": [
|
||||
"chat"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "command-a-translate-08-2025",
|
||||
"max_tokens": 8192,
|
||||
"content_length": 8192,
|
||||
"max_output": 8192,
|
||||
"model_types": [
|
||||
"chat"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "command-a-reasoning-08-2025",
|
||||
"max_tokens": 262144,
|
||||
"content_length": 262144,
|
||||
"max_output": 32768,
|
||||
"model_types": [
|
||||
"chat"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "command-a-vision-07-2025",
|
||||
"max_tokens": 131072,
|
||||
"content_length": 131072,
|
||||
"max_output": 8192,
|
||||
"model_types": [
|
||||
"chat"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "command-r-plus-08-2024",
|
||||
"max_tokens": 131072,
|
||||
"content_length": 131072,
|
||||
"max_output": 4096,
|
||||
"model_types": [
|
||||
"chat"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "command-r-08-2024",
|
||||
"max_tokens": 131072,
|
||||
"content_length": 131072,
|
||||
"max_output": 4096,
|
||||
"model_types": [
|
||||
"chat"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user