什么是 update-provider-models?
为现有 AI SDK 提供商添加新的或删除过时的模型 ID。在将模型添加到提供程序、删除过时的模型或处理问题中的模型更改列表时使用。在“添加模型”、“删除模型”、“新模型 ID”、“过时模型”、“更新模型 ID”上触发。 来源:vercel/ai。
为现有 AI SDK 提供商添加新的或删除过时的模型 ID。在将模型添加到提供程序、删除过时的模型或处理问题中的模型更改列表时使用。在“添加模型”、“删除模型”、“新模型 ID”、“过时模型”、“更新模型 ID”上触发。
通过命令行快速安装 update-provider-models AI 技能到你的开发环境
来源:vercel/ai。
This skill covers adding new model IDs and removing obsolete ones across the AI SDK codebase. Each workflow uses search to discover all locations that need changes.
You may be asked to add or remove a single model ID, or to process a list of multiple model ID changes from an issue. For each model ID, follow the appropriate workflow:
Search for a similar existing model from the same provider (e.g. a lower version, or the preview version being replaced) across packages/, content/, and examples/. This reveals all locations that need updates.
为现有 AI SDK 提供商添加新的或删除过时的模型 ID。在将模型添加到提供程序、删除过时的模型或处理问题中的模型更改列表时使用。在“添加模型”、“删除模型”、“新模型 ID”、“过时模型”、“更新模型 ID”上触发。 来源:vercel/ai。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/vercel/ai --skill update-provider-models为现有 AI SDK 提供商添加新的或删除过时的模型 ID。在将模型添加到提供程序、删除过时的模型或处理问题中的模型更改列表时使用。在“添加模型”、“删除模型”、“新模型 ID”、“过时模型”、“更新模型 ID”上触发。 来源:vercel/ai。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/vercel/ai --skill update-provider-models 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/vercel/ai