diff --git a/docs/websites.md b/docs/websites.md index ff4a564..160df87 100644 --- a/docs/websites.md +++ b/docs/websites.md @@ -14,6 +14,18 @@ - [Kimi / Moonshot AI](https://www.moonshot.cn/) - [Qwen / 阿里云通义](https://qwenlm.github.io/) +### 2. 官方文档与开发平台 +- [Anthropic Docs](https://docs.anthropic.com/) + Anthropic 官方文档,包含 Claude API、工具调用、提示词、Agent 与 Claude Code 相关资料,是 Claude 生态最重要的一手资料入口。 +- [OpenAI Platform Docs](https://platform.openai.com/docs/) + OpenAI 官方开发文档,适合查看 API、Agents/Responses、工具调用、模型说明和示例。 +- [Google AI for Developers / Gemini Docs](https://ai.google.dev/) + Google 官方开发者入口,适合查看 Gemini API、示例、SDK 和多模态能力说明。 +- [OpenRouter Docs](https://openrouter.ai/docs) + 常用模型聚合调用平台文档,适合比较不同模型、快速切换模型进行 coding 场景实验。 +- [GitHub Copilot Docs](https://docs.github.com/en/copilot) + GitHub Copilot 官方文档,适合了解 IDE 集成、CLI、代码补全、Chat、Agent 工作流和企业配置。 + ### 2. 学习课程 - [Anthropic Claude 101](https://anthropic.skilljar.com/claude-101)