What problem does it solve?
AI SDK model identifiers and capabilities change over time, which can break TypeScript types, leave Tambo model lists outdated, and force teams to manually research and document new models.
Core Features & Use Cases
- Updates AI SDK packages: Verifies and updates provider packages (for example OpenAI, Google, Groq, Anthropic, Mistral) to the latest AI SDK releases.
- Detects missing models: Compares the SDK’s TypeScript model ID definitions against Tambo’s configured model registry to find newly available models.
- Researches and documents new models: Collects capability, context window, pricing/tier, and official documentation links, then updates both code and documentation.
- User-approved additions: Presents discovered models to the user and only adds models the user explicitly selects, marking new entries as untested by default.
Quick Start
Ask it to update AI SDK provider packages, detect any newly added model IDs, and guide you through selecting which models to add to Tambo.