什么是 Amp?
Amp 为每个任务选择最合适的模型:使用领先的通用基础模型进行复杂的推理与规划,并使用更小的专业化模型在特定领域提供快速、准确的响应。
Amp 是一个为终端和编辑器环境设计的前沿编码 Agent(frontier coding agent)。
Models Overview
Amp 模型是 系统提示词 + 工具 + 模型 的组合。 Amp models are a combination of System Prompt + Tools + Model.
| Category | Name | Model | Description | 说明 |
|---|---|---|---|---|
| Agent Modes | Deep | GPT-5.5 | The most capable coding mode, with deep reasoning | 最强编码模式,具备深度推理能力 |
| Smart | Claude Opus 4.8 | Strong intelligence for any task | 强大智能,适用于任何任务 | |
| Rush | GPT-5.5 | Fast, low-token work for small, well-defined tasks | 快速、低消耗,适用于定义明确的小型任务 | |
| Subagents | Review | GPT-5.5 | Bug identification & code review assistance | Bug 识别与代码审查辅助 |
| Search | Gemini 3 Flash | Fast, accurate codebase retrieval | 快速、准确的代码库检索 | |
| Oracle | GPT-5.5 | Complex reasoning & planning on code | 针对代码的复杂推理与规划 | |
| Librarian | GPT-5.5 | Large-scale retrieval & research on external code | 对外部代码的大规模检索与研究 | |
| Read Thread | Gemini 3.5 Flash | Reading & summarizing other Amp threads | 读取并总结其他 Amp Thread | |
| System Models | View Media | Gemini 3 Flash | Analysis of images, PDFs, audio, and video | 图像、PDF、音频和视频分析 |
| Painter | GPT Image 2 | Image generation and editing | 图像生成与编辑 | |
| Titling | Claude Haiku 4.5 | Fast title generation for threads | 快速生成 Thread 标题 |
有主见的设计
amp团队秉持"如果我们不使用和喜欢某个功能,我们就会删除它"的理念,保持工具的专注和高效。
基于Thread的工作流
用户可以保存和分享交互,像版本控制代码一样处理对话。
关于免费使用:新用户每天可获得 10 美元的免费额度,支持在所有模式下使用(包含广告)。
工作原理
Amp 集成了多个编辑器(VS Code、Cursor、JetBrains、Neovim)并通过 CLI 操作。它支持高达 200k tokens 的上下文。
其他支持
- 通过 MCP 服务器自定义工具
- 子代理(Subagents)用于并行工作
- “oracle” 功能用于复杂推理任务