Files
ragflow/conf/models/tokenhub.json

103 lines
1.8 KiB
JSON
Raw Permalink Normal View History

{
"name": "TokenHub",
"url": {
"default": "https://aitok.cc/v1"
},
"url_suffix": {
"chat": "chat/completions",
"models": "models",
"embedding": "embeddings"
},
"class": "tokenhub",
"models": [
{
"name": "gpt-4o-mini",
"content_length": 128000,
"max_output": 16384,
"model_types": [
"chat",
"vision"
],
"tools": {
"support": true
}
},
{
"name": "gpt-4o",
"content_length": 128000,
"max_output": 16384,
"model_types": [
"chat",
"vision"
],
"tools": {
"support": true
}
},
{
"name": "gpt-4",
"content_length": 8192,
"max_output": 8192,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "gpt-4-turbo",
"content_length": 128000,
"max_output": 4096,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "claude-3-5-sonnet",
"content_length": 200000,
"max_output": 8192,
"model_types": [
"chat",
"vision"
],
"tools": {
"support": true
}
},
{
"name": "gemini-1.5-pro",
"content_length": 2097152,
"max_output": 8192,
"model_types": [
"chat"
],
"thinking": {
"default_value": true,
"clear_thinking": true
},
"tools": {
"support": true
}
},
{
"name": "gemini-1.5-flash",
"content_length": 1048576,
"max_output": 8192,
"model_types": [
"chat"
],
"thinking": {
"default_value": true,
"clear_thinking": true
},
"tools": {
"support": true
}
}
]
}