78 lines
2.3 KiB
Markdown
78 lines
2.3 KiB
Markdown
# 🤖 AI 工具与平台
|
||
|
||
> AI 编程相关的服务与平台
|
||
|
||
---
|
||
|
||
## 💬 AI 对话平台
|
||
|
||
### 第一梯队 (推荐)
|
||
| 平台 | 模型 | 特点 |
|
||
|:---|:---|:---|
|
||
| [Claude](https://claude.ai/) | Claude Opus 4.5 | 代码能力强,支持 Artifacts |
|
||
| [ChatGPT](https://chatgpt.com/) | GPT-5.1 | 综合能力强,支持 Codex |
|
||
| [Gemini](https://gemini.google.com/) | Gemini 3.0 Pro | 免费额度大,支持长上下文 |
|
||
|
||
### 国产平台
|
||
| 平台 | 模型 | 特点 |
|
||
|:---|:---|:---|
|
||
| [Kimi](https://kimi.moonshot.cn/) | Kimi K2 | 长文本处理强 |
|
||
| [通义千问](https://tongyi.aliyun.com/) | Qwen | 阿里出品,免费 |
|
||
| [智谱清言](https://chatglm.cn/) | GLM-4 | 智谱 AI 出品 |
|
||
| [豆包](https://www.doubao.com/) | 豆包 | 字节出品 |
|
||
|
||
---
|
||
|
||
## 🖥️ AI 编程 IDE
|
||
|
||
| 工具 | 链接 | 说明 |
|
||
|:---|:---|:---|
|
||
| Cursor | [cursor.com](https://cursor.com/) | AI 原生编辑器,基于 VS Code |
|
||
| Windsurf | [windsurf.com](https://windsurf.com/) | Codeium 出品 |
|
||
| Kiro | [kiro.dev](https://kiro.dev/) | AWS 出品,免费 Claude Opus |
|
||
| Zed | [zed.dev](https://zed.dev/) | 高性能编辑器,支持 AI |
|
||
|
||
---
|
||
|
||
## ⌨️ AI CLI 工具
|
||
|
||
| 工具 | 命令 | 说明 |
|
||
|:---|:---|:---|
|
||
| Claude Code | `claude` | Anthropic 官方 CLI |
|
||
| Codex CLI | `codex` | OpenAI 官方 CLI |
|
||
| Gemini CLI | `gemini` | Google 官方 CLI,免费 |
|
||
| Aider | `aider` | 开源 AI 结对编程 |
|
||
|
||
---
|
||
|
||
## 🆓 免费资源
|
||
|
||
### 完全免费
|
||
- [AI Studio](https://aistudio.google.com/) - Google 免费 Gemini
|
||
- [Gemini CLI](https://geminicli.com/) - 免费命令行访问
|
||
- [antigravity](https://antigravity.google/) - Google 免费 AI 服务
|
||
- [Qwen CLI](https://qwenlm.github.io/qwen-code-docs/zh/cli/) - 阿里免费 CLI
|
||
|
||
### 有免费额度
|
||
- [Kiro](https://kiro.dev/) - 免费 Claude Opus 4.5
|
||
- [Windsurf](https://windsurf.com/) - 新用户免费额度
|
||
- [GitHub Copilot](https://github.com/copilot) - 学生/开源免费
|
||
|
||
---
|
||
|
||
## 🎨 AI 生成工具
|
||
|
||
| 类型 | 工具 | 链接 |
|
||
|:---|:---|:---|
|
||
| 图片 | Midjourney | [midjourney.com](https://midjourney.com/) |
|
||
| 图片 | DALL-E 3 | [ChatGPT](https://chatgpt.com/) |
|
||
| 音乐 | Suno | [suno.ai](https://suno.ai/) |
|
||
| 音效 | ElevenLabs | [elevenlabs.io](https://elevenlabs.io/) |
|
||
| 视频 | Sora | [sora.com](https://sora.com/) |
|
||
|
||
---
|
||
|
||
## 📝 贡献
|
||
|
||
发现好工具?欢迎 PR 补充!
|