ai-sdk-model-manager

Update AI SDK model configurations and documentation across provider packages.

4|3|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/Sri-Krishna-V/Derived-WMD --skill ai-sdk-model-manager-sri-krishna-v
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-sdk-model-manager
Source: https://github.com/Sri-Krishna-V/Derived-WMD/tree/main/.agents/skills/ai-sdk-model-manager
Command: npx skills add https://github.com/Sri-Krishna-V/Derived-WMD --skill ai-sdk-model-manager-sri-krishna-v

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Keeps AI SDK model configurations in the Tambo Cloud codebase in sync with the latest provider releases, reducing drift and manual work.

Core Features & Use Cases

  • Updates AI SDK Packages: Keeps @ai-sdk/openai, @ai-sdk/google, @ai-sdk/groq, and other provider packages current.
  • Identifies Missing Models: Compares the SDK type definitions against configured models to surface newly available models.
  • Researches Models: Gathers information about new models including capabilities, context windows, pricing, and typical use cases.
  • Prompts User: Asks which models to add before making changes.
  • Adds Models: Updates model configuration files with proper TypeScript types and metadata.
  • Updates Documentation: Updates relevant docs and README files to reflect new model availability.

Quick Start

Run ai-sdk-model-manager to refresh AI SDK packages, identify missing models, research new models, and update model configurations and documentation.

Frequently Asked Questions about ai-sdk-model-manager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I keep AI SDK model configurations in sync with new provider releases?

To keep AI SDK model configurations in sync with provider releases, you can automate the upkeep by comparing local TypeScript definitions against provider packages to identify missing models and update configuration files.

What is the best way to update missing AI SDK models across OpenAI, Google, and Anthropic?

The best way to update missing AI SDK models across OpenAI, Google, and Anthropic is to use an automation tool that researches new model capabilities and pricing, then prompts for user approval before adding the models to your codebase configuration.

Can I automatically research new AI model capabilities and context windows before adding them to my codebase?

Yes, you can automatically research new AI model capabilities, context windows, pricing, and typical use cases. The process gathers this metadata and prompts you to select which models to add before modifying configuration files.

How do I update TypeScript typings and documentation when adding new AI models?

To update TypeScript typings and documentation when adding new AI models, the automation applies proper TypeScript types to model configuration files and simultaneously updates relevant docs and README files to reflect the new model availability.

Does the AI SDK model update process require manual approval before changing configuration files?

Yes, the AI SDK model update process requires manual approval. It prompts you to select which newly available models to add, ensuring you maintain control over configuration changes before any files are modified.