Skip to content

Commit 254c73a

Browse files
ericyangpanclaude
andcommitted
feat: add xAI as new API provider
- Add xAI provider manifest - Include website and API documentation URLs - Platform for accessing xAI models like Grok 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 3f6cde0 commit 254c73a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

manifests/providers/xai.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"id": "xai",
3+
"name": "xAI",
4+
"description": "xAI is a company that makes AI models.",
5+
"websiteUrl": "https://x.ai",
6+
"docsUrl": "https://x.ai/api",
7+
"verified": false,
8+
"vendor": "xAI",
9+
"platformUrls": {
10+
"huggingface": null,
11+
"artificialAnalysis": null,
12+
"openrouter": null
13+
}
14+
}

0 commit comments

Comments
 (0)