Skip to content

Commit 8d474b7

Browse files
ericyangpanclaude
andcommitted
feat: enhance xAI provider metadata
Add comprehensive metadata to xAI provider manifest: - Add Chinese i18n description - Add type field (foundation-model-provider) - Add applyKeyUrl for API key application - Add complete communityUrls section with social media links 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent b8bb807 commit 8d474b7

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

manifests/providers/xai.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,29 @@
22
"id": "xai",
33
"name": "xAI",
44
"description": "xAI is a company that makes AI models.",
5+
"i18n": {
6+
"zh-Hans": {
7+
"description": "xAI 是一家专注于开发 AI 模型的公司。"
8+
}
9+
},
510
"websiteUrl": "https://x.ai",
611
"docsUrl": "https://x.ai/api",
712
"verified": false,
813
"vendor": "xAI",
14+
"type": "foundation-model-provider",
15+
"applyKeyUrl": "https://x.ai/api",
916
"platformUrls": {
1017
"huggingface": null,
1118
"artificialAnalysis": null,
1219
"openrouter": null
20+
},
21+
"communityUrls": {
22+
"linkedin": null,
23+
"twitter": "https://x.com/xai",
24+
"github": null,
25+
"youtube": null,
26+
"discord": null,
27+
"reddit": null,
28+
"blog": null
1329
}
1430
}

0 commit comments

Comments
 (0)