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>
132 lines
2.5 KiB
JSON
132 lines
2.5 KiB
JSON
{
|
|
"name": "Anthropic",
|
|
"rank": 998,
|
|
"url": {
|
|
"default": "https://api.anthropic.com"
|
|
},
|
|
"url_suffix": {
|
|
"chat": "v1/messages",
|
|
"models": "v1/models"
|
|
},
|
|
"class": "anthropic",
|
|
"models": [
|
|
{
|
|
"name": "claude-opus-4-8",
|
|
"content_length": 1000000,
|
|
"max_output": 128000,
|
|
"model_types": [
|
|
"chat",
|
|
"vision"
|
|
]
|
|
},
|
|
{
|
|
"name": "claude-opus-4-7",
|
|
"content_length": 1000000,
|
|
"max_output": 128000,
|
|
"model_types": [
|
|
"chat",
|
|
"vision"
|
|
]
|
|
},
|
|
{
|
|
"name": "claude-opus-4-6",
|
|
"content_length": 1000000,
|
|
"max_output": 128000,
|
|
"model_types": [
|
|
"chat",
|
|
"vision"
|
|
]
|
|
},
|
|
{
|
|
"name": "claude-opus-4-5-20251101",
|
|
"content_length": 200000,
|
|
"max_output": 64000,
|
|
"model_types": [
|
|
"chat",
|
|
"vision"
|
|
]
|
|
},
|
|
{
|
|
"name": "claude-opus-4-1-20250805",
|
|
"content_length": 200000,
|
|
"max_output": 32000,
|
|
"model_types": [
|
|
"chat",
|
|
"vision"
|
|
]
|
|
},
|
|
{
|
|
"name": "claude-opus-4-20250514",
|
|
"content_length": 200000,
|
|
"max_output": 16384,
|
|
"model_types": [
|
|
"chat",
|
|
"vision"
|
|
]
|
|
},
|
|
{
|
|
"name": "claude-sonnet-4-6",
|
|
"content_length": 1000000,
|
|
"max_output": 128000,
|
|
"model_types": [
|
|
"chat",
|
|
"vision"
|
|
]
|
|
},
|
|
{
|
|
"name": "claude-sonnet-4-5-20250929",
|
|
"content_length": 200000,
|
|
"max_output": 64000,
|
|
"model_types": [
|
|
"chat",
|
|
"vision"
|
|
]
|
|
},
|
|
{
|
|
"name": "claude-sonnet-4-20250514",
|
|
"content_length": 200000,
|
|
"max_output": 64000,
|
|
"model_types": [
|
|
"chat",
|
|
"vision"
|
|
]
|
|
},
|
|
{
|
|
"name": "claude-haiku-4-5-20251001",
|
|
"content_length": 200000,
|
|
"max_output": 64000,
|
|
"model_types": [
|
|
"chat",
|
|
"vision"
|
|
]
|
|
},
|
|
{
|
|
"name": "claude-3-7-sonnet-20250219",
|
|
"content_length": 200000,
|
|
"max_output": 64000,
|
|
"model_types": [
|
|
"chat",
|
|
"vision"
|
|
]
|
|
},
|
|
{
|
|
"name": "claude-3-5-sonnet-20241022",
|
|
"content_length": 200000,
|
|
"max_output": 8192,
|
|
"model_types": [
|
|
"chat",
|
|
"vision"
|
|
]
|
|
},
|
|
{
|
|
"name": "claude-3-5-haiku-20241022",
|
|
"content_length": 200000,
|
|
"max_output": 8192,
|
|
"model_types": [
|
|
"chat",
|
|
"vision"
|
|
]
|
|
}
|
|
]
|
|
}
|