Files
wehub-resource-sync f36e2104d8
tests / ragflow_tests_infinity (push) Has been cancelled
tests / ragflow_tests_elasticsearch (push) Has been cancelled
sep-tests / ragflow_preflight (push) Has been cancelled
sep-tests / ragflow_tests_infinity (push) Has been cancelled
sep-tests / ragflow_tests_elasticsearch (push) Has been cancelled
tests / ragflow_preflight (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:16:49 +08:00

65 lines
1017 B
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"
]
},
{
"name": "grok-3",
"max_tokens": 131072,
"model_types": [
"chat"
]
},
{
"name": "grok-3-fast",
"max_tokens": 131072,
"model_types": [
"chat"
]
},
{
"name": "grok-3-mini",
"max_tokens": 131072,
"model_types": [
"chat"
]
},
{
"name": "grok-3-mini-mini-fast",
"max_tokens": 131072,
"model_types": [
"chat"
]
},
{
"name": "grok-2-vision",
"max_tokens": 32768,
"model_types": [
"vision"
]
},
{
"name": "eve",
"model_types": [
"tts"
]
}
]
}