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

96 lines
1.6 KiB
JSON

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