🟢 基础
Feature support 四件事
- 目标模型是否支持。
- 目标 Region 是否可用。
- 调用 API 是否支持。
- 计费与限额是否能接受。
Image、PDF 与 citations
PDF 与图像场景要区分文本抽取、视觉版面、图表理解和引用需求。Citations 的价值是让答案能回到来源验证。
🔵 进阶
Prompt caching
Prompt caching 适合长而重复的静态上下文,例如长 system prompt、工具定义或政策文件。缓存前缀必须稳定;动态问题放在后面。
Bedrock 的缓存 checkpoint、token 下限、TTL 与支持欄位都受模型影响,生产前要查支持表与 pricing。
考点:不要把 Anthropic API 的 feature 直接假设为 Bedrock 全量可用。
考点:Citations 是证据链,适合 RAG 与 PDF 问答评测。
考点:Prompt caching 缓存静态前缀,动态内容放在后面。
Lesson 09 速记 · Features
- Feature = model + Region + API + pricing。
- PDF 需确认文本、视觉、citations 模式。
- 缓存命中靠稳定前缀。
本节小结:Feature support 取决于模型、Region 与 API。;Citations 是可验证证据链,不是装饰。;Prompt caching 缓存静态前缀,动态内容放在后面。