UNPKG

ai

Version:

AI SDK by Vercel - The AI Toolkit for TypeScript and JavaScript

22 lines (13 loc) 622 B
--- title: Model is not assignable to type "LanguageModelV1" description: Troubleshooting errors related to incompatible models. --- # Model is not assignable to type "LanguageModelV1" ## Issue I have updated the AI SDK and now I get the following error: `Type 'SomeModel' is not assignable to type 'LanguageModelV1'.` <Note>Similar errors can occur with `EmbeddingModelV3` as well.</Note> ## Background Sometimes new features are being added to the model specification. This can cause incompatibilities with older provider versions. ## Solution Update your provider packages and the AI SDK to the latest version.