An error occurred: Type 'GoogleGenerativeAILanguageModel' is not compatible with type 'LanguageModelV1'.
The 'doGenerate(...).then' methods are incompatible between these two types.
const result = await streamUI({
model: google('models/gemini-pro'),
initial: <SpinnerMessage />,
system: `\...
Currently experimenting with the Vercel AI SDK and exploring different supported models. Seeking assistance with resolving this issue.
Expected it to behave similarly to other models supported by the AI SDK.