Skip to content

Commit fe49441

Browse files
ericyangpanclaude
andcommitted
feat: enhance SiliconFlow metadata and verification
Update SiliconFlow provider and vendor manifests with: - Enhanced description highlighting unified AI inference platform capabilities - Updated Chinese i18n description - Mark as verified (verified: true) - Add docsUrl (provider and vendor) - Complete all communityUrls (LinkedIn, Twitter/X, GitHub, YouTube, Discord, blog) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 8d474b7 commit fe49441

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"id": "siliconflow",
33
"name": "SiliconFlow",
4-
"description": "A cloud-based AI platform providing access to various large language models and AI services for developers and enterprises.",
4+
"description": "A unified AI inference platform providing high-speed access to LLMs and multimodal models through a single API, with flexible deployment options including serverless, fine-tuning, and dedicated GPUs.",
55
"i18n": {
66
"zh-Hans": {
7-
"description": "基于云的 AI 平台,为开发者和企业提供各种大型语言模型和 AI 服务的访问"
7+
"description": "统一的 AI 推理平台,通过单一 API 提供对 LLM 及多模态模型的高速访问,支持无服务器、微调和专用 GPU 等灵活部署选项"
88
}
99
},
1010
"websiteUrl": "https://siliconflow.com/",
1111
"docsUrl": "https://docs.siliconflow.com/",
12-
"verified": false,
12+
"verified": true,
1313
"vendor": "siliconflow",
1414
"type": "model-service-provider",
1515
"applyKeyUrl": "https://cloud.siliconflow.com/me/account/ak",
@@ -19,13 +19,13 @@
1919
"openrouter": "https://openrouter.ai/provider/siliconflow"
2020
},
2121
"communityUrls": {
22-
"linkedin": null,
23-
"twitter": "https://twitter.com/SiliconFlow",
22+
"linkedin": "https://www.linkedin.com/company/siliconflow",
23+
"twitter": "https://x.com/SiliconFlowAI",
2424
"github": "https://github.com/siliconflow",
25-
"youtube": null,
26-
"discord": null,
25+
"youtube": "https://www.youtube.com/@SiliconFlowAI",
26+
"discord": "https://discord.com/invite/7Ey3dVNFpT",
2727
"reddit": null,
28-
"blog": null
28+
"blog": "https://www.siliconflow.com/blog"
2929
},
3030
"githubUrl": "https://github.com/siliconflow"
3131
}

manifests/vendors/siliconflow.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
22
"id": "siliconflow",
33
"name": "SiliconFlow",
4-
"description": "A cloud-based AI platform providing access to various large language models and AI services for developers and enterprises.",
4+
"description": "A unified AI inference platform providing high-speed access to LLMs and multimodal models through a single API, with flexible deployment options including serverless, fine-tuning, and dedicated GPUs.",
55
"i18n": {
66
"zh-Hans": {
7-
"description": "基于云的 AI 平台,为开发者和企业提供各种大型语言模型和 AI 服务的访问"
7+
"description": "统一的 AI 推理平台,通过单一 API 提供对 LLM 及多模态模型的高速访问,支持无服务器、微调和专用 GPU 等灵活部署选项"
88
}
99
},
1010
"websiteUrl": "https://siliconflow.com/",
11-
"docsUrl": null,
12-
"verified": false,
11+
"docsUrl": "https://docs.siliconflow.com/",
12+
"verified": true,
1313
"communityUrls": {
14-
"linkedin": null,
15-
"twitter": "https://twitter.com/SiliconFlow",
14+
"linkedin": "https://www.linkedin.com/company/siliconflow",
15+
"twitter": "https://x.com/SiliconFlowAI",
1616
"github": "https://github.com/siliconflow",
17-
"youtube": null,
18-
"discord": null,
17+
"youtube": "https://www.youtube.com/@SiliconFlowAI",
18+
"discord": "https://discord.com/invite/7Ey3dVNFpT",
1919
"reddit": null,
20-
"blog": null
20+
"blog": "https://www.siliconflow.com/blog"
2121
}
2222
}

0 commit comments

Comments
 (0)