Files
ragflow/conf/models/futurmix.json
Haruko386 c575164695 Go: add tools for a lot of providers (#17341)
### Summary

As title

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2026-07-24 19:33:38 +08:00

145 lines
2.4 KiB
JSON

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