Update Provider Models
This skill manages model ID updates across the AI SDK, handling both additions of new models and removals of obsolete ones. It guides you through discovering all affected locations, updating type definitions and documentation, and refreshing examples and tests to reflect current model availability.
Update Provider Models adds or removes AI model IDs across SDK packages, documentation, and examples.
AI-generated summary based on this skill's SKILL.md
Decision gist · record as of 2026-07-28
Update Provider Models adds or removes AI model IDs across SDK packages, documentation, and examples. This skill manages model ID updates across the AI SDK, handling both additions of new models and removals of obsolete ones. It guides you through discovering all affected locations, updating type definitions and documentation, and refreshing examples and tests to reflect current model availability.
Use it when
- Update Provider Models manages model ID updates across the AI SDK, handling both additions of new models and removals of obsolete ones.
- Update Provider Models supports upgrading to the latest available provider models by guiding you through the complete refresh process.
Install
vercel/ai/update-provider-models · repository language: TypeScript
generated, unverified - the skill's exact subdirectory could not be determined; check the repository on GitHub
Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.
Frequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How do I update provider models?
Update Provider Models guides you through refreshing AI provider model versions and configurations across your SDK. The skill helps you discover all affected locations where models are referenced, update type definitions and documentation to reflect current availability, and refresh examples and tests accordingly. This ensures your system stays synchronized with the latest provider offerings.
What does Update Provider Models handle?
Update Provider Models manages model ID updates across the AI SDK, handling both additions of new models and removals of obsolete ones. It walks you through discovering all affected locations, updating type definitions and documentation, and refreshing examples and tests to reflect current model availability.
How can I upgrade to latest available provider models?
Update Provider Models supports upgrading to the latest available provider models by guiding you through the complete refresh process. The skill helps you identify where models are referenced, update configurations and type definitions, and ensure all documentation and tests reflect the newest model versions from your AI provider.
How do I sync provider models with current configurations?
Update Provider Models helps you manage and sync provider model settings by identifying all locations where model configurations appear in your codebase. The skill ensures type definitions, documentation, examples, and tests are all updated consistently when you refresh your AI provider's available models.
Can Update Provider Models help manage model configuration changes?
Yes, Update Provider Models handles model configuration updates by guiding you through discovering affected locations, updating type definitions and documentation, and refreshing examples and tests. This comprehensive approach ensures your entire system reflects the latest provider model settings and availability.
Let your AI agent find skills like this
Example. Real query, live index.
You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.
wish › “Update or refresh AI provider model versions and configurations”
Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →
Related skills
Add Provider Package walks developers through building a new @ai-sdk/<provider> package to connect an AI service to the AI SDK. It covers the full architecture, from package setup and TypeScript configuration through model implementation, testing, and documentation.
This skill guides you through building examples for Vercel's AI SDK functions—from text generation and streaming to structured outputs, agents, embeddings, and multimodal tasks. Use it to validate provider support, demonstrate features, or create test fixtures by following organized templates and running examples with the provided utility helpers.
This guide walks through building a new harness package that bridges a coding-agent runtime to the AI SDK's HarnessV1 interface. It covers package structure, configuration, TypeScript setup, adapter implementation, and runtime-specific concerns like auth and tool schema translation.
This skill manages updates to the core SDK dependencies that power harness adapters, ensuring each package stays current with its respective framework. It handles both bridge harnesses like Claude Code and non-bridge variants, applying version constraints consistently across dependencies and examples. A built-in verification script confirms all relevant versions remain aligned.
This skill provides deep expertise in Vercel AI SDK v5, covering streaming architectures, model integrations, React hooks, edge runtime optimization, and production AI patterns. It detects your project setup and adapts recommendations for your specific environment, including version compatibility and migration guidance from v4.
Prowler-provider guides you through adding new cloud providers or services to the Prowler SDK. It provides the required directory structure, class templates for providers and services, and patterns for handling authentication and CLI arguments securely.