From 32b3489ba81a0265079ef97ef54e6cd188574232 Mon Sep 17 00:00:00 2001 From: Patrick Metzdorf Date: Tue, 26 Aug 2025 16:25:03 +0100 Subject: [PATCH] Update AI SDK model package installation link Content seems to have moved. --- docs/src/content/docs/extensions/ai-sdk.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/docs/extensions/ai-sdk.mdx b/docs/src/content/docs/extensions/ai-sdk.mdx index 66fe989a..d24a9aff 100644 --- a/docs/src/content/docs/extensions/ai-sdk.mdx +++ b/docs/src/content/docs/extensions/ai-sdk.mdx @@ -27,7 +27,7 @@ of supported models that can be brought into the Agents SDK through this adapter npm install @openai/agents-extensions ``` -2. Choose your desired model package from the [Vercel's AI SDK](https://sdk.vercel.ai/docs/models/overview) and install it: +2. Choose your desired model package from the [Vercel's AI SDK](https://ai-sdk.dev/docs/foundations/providers-and-models) and install it: ```bash npm install @ai-sdk/openai@"^1.0.0"