Files
ragflow/conf/models/futurmix.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

157 lines
2.8 KiB
JSON

{
"name": "FuturMix",
"url": {
"default": "https://futurmix.ai"
},
"url_suffix": {
"chat": "v1/chat/completions"
},
"class": "futurmix",
"models": [
{
"name": "gpt-5.5",
"content_length": 1050000,
"max_output": 128000,
"model_types": [
"chat",
"vision"
],
"tools": {
"support": true
}
},
{
"name": "gpt-5.4",
"content_length": 1050000,
"max_output": 128000,
"model_types": [
"chat",
"vision"
],
"tools": {
"support": true
}
},
{
"name": "gpt-5.4-mini",
"content_length": 400000,
"max_output": 128000,
"model_types": [
"chat",
"vision"
],
"tools": {
"support": true
}
},
{
"name": "gpt-5.4-nano",
"content_length": 400000,
"max_output": 128000,
"model_types": [
"chat",
"vision"
],
"tools": {
"support": true
}
},
{
"name": "claude-opus-4-7",
"content_length": 1000000,
"max_output": 128000,
"model_types": [
"chat",
"vision"
],
"tools": {
"support": true
}
},
{
"name": "claude-opus-4-6",
"content_length": 1000000,
"max_output": 128000,
"model_types": [
"chat",
"vision"
],
"tools": {
"support": true
}
},
{
"name": "claude-sonnet-4-6",
"content_length": 1000000,
"max_output": 128000,
"model_types": [
"chat",
"vision"
],
"tools": {
"support": true
}
},
{
"name": "claude-haiku-4-5-20251001",
"content_length": 200000,
"max_output": 64000,
"model_types": [
"chat",
"vision"
],
"tools": {
"support": true
}
},
{
"name": "gemini-3.1-pro-preview",
"content_length": 1048576,
"max_output": 65536,
"model_types": [
"chat",
"vision"
],
"tools": {
"support": true
}
},
{
"name": "gemini-2.5-pro",
"content_length": 1048576,
"max_output": 65536,
"model_types": [
"chat",
"vision"
],
"tools": {
"support": true
}
},
{
"name": "gemini-2.5-flash",
"content_length": 1048576,
"max_output": 65536,
"model_types": [
"chat",
"vision"
],
"tools": {
"support": true
}
},
{
"name": "gemini-2.5-flash-lite",
"content_length": 1048576,
"max_output": 65536,
"model_types": [
"chat",
"vision"
],
"tools": {
"support": true
}
}
]
}