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

80 lines
1.2 KiB
JSON

{
"name": "xAI",
"rank": 992,
"url": {
"default": "https://api.x.ai/v1"
},
"url_suffix": {
"chat": "chat/completions",
"models": "models",
"tts": "tts",
"asr": "stt"
},
"class": "grok",
"models": [
{
"name": "grok-4",
"max_tokens": 256000,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "grok-3",
"max_tokens": 131072,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "grok-3-fast",
"max_tokens": 131072,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "grok-3-mini",
"max_tokens": 131072,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "grok-3-mini-mini-fast",
"max_tokens": 131072,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "grok-2-vision",
"max_tokens": 32768,
"model_types": [
"vision"
]
},
{
"name": "eve",
"model_types": [
"tts"
]
}
]
}