2026-03-16 00:39:27 +00:00
|
|
|
{
|
2026-03-16 01:06:12 +00:00
|
|
|
"id": "xai",
|
2026-03-15 21:45:01 -07:00
|
|
|
"providers": ["xai"],
|
|
|
|
|
"providerAuthEnvVars": {
|
|
|
|
|
"xai": ["XAI_API_KEY"]
|
|
|
|
|
},
|
2026-03-15 23:47:07 -07:00
|
|
|
"providerAuthChoices": [
|
|
|
|
|
{
|
|
|
|
|
"provider": "xai",
|
|
|
|
|
"method": "api-key",
|
|
|
|
|
"choiceId": "xai-api-key",
|
|
|
|
|
"choiceLabel": "xAI API key",
|
|
|
|
|
"groupId": "xai",
|
|
|
|
|
"groupLabel": "xAI (Grok)",
|
|
|
|
|
"groupHint": "API key",
|
|
|
|
|
"optionKey": "xaiApiKey",
|
|
|
|
|
"cliFlag": "--xai-api-key",
|
|
|
|
|
"cliOption": "--xai-api-key <key>",
|
|
|
|
|
"cliDescription": "xAI API key"
|
|
|
|
|
}
|
|
|
|
|
],
|
2026-03-16 00:39:27 +00:00
|
|
|
"configSchema": {
|
|
|
|
|
"type": "object",
|
|
|
|
|
"additionalProperties": false,
|
|
|
|
|
"properties": {}
|
|
|
|
|
}
|
|
|
|
|
}
|