You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Reorder services: Scrape, Extract, Search, Crawl, Monitor
- Remove Community anchor, Playground, x402, Langflow from v2 nav
- Update Vercel AI integration for v2 SDK
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: integrations/vercel_ai.mdx
+13-16Lines changed: 13 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,19 +5,19 @@ description: "Integrate ScrapeGraphAI into Vercel AI"
5
5
6
6
## Overview
7
7
8
-
[Vercel AI sdk](https://ai-sdk.dev/) is a very populate javascript/typescript framework to interact with various LLMs providers. This page shows how to integrate it with ScrapeGraph
8
+
[Vercel AI SDK](https://ai-sdk.dev/) is a popular JavaScript/TypeScript framework to interact with various LLM providers. This page shows how to integrate it with ScrapeGraph.
9
9
10
10
<Card
11
11
title="Official Vercel AI documentation"
12
12
icon="book"
13
13
href="https://ai-sdk.dev/"
14
14
>
15
-
View the integration on LlamaHub
15
+
View the Vercel AI SDK documentation
16
16
</Card>
17
17
18
18
## Installation
19
19
20
-
Follow out [javascript sdk installation steps](/sdks/javascript) using your favourite package manager:
20
+
Follow our [JavaScript SDK installation steps](/sdks/javascript) using your favourite package manager:
21
21
22
22
```bash
23
23
# Using npm
@@ -33,7 +33,7 @@ yarn add scrapegraph-js
33
33
bun add scrapegraph-js
34
34
```
35
35
36
-
Then, install [vercel ai](https://ai-sdk.dev/docs/getting-started) with their [openai provider](https://ai-sdk.dev/providers/ai-sdk-providers/openai)
36
+
Then, install [Vercel AI](https://ai-sdk.dev/docs/getting-started) with their [OpenAI provider](https://ai-sdk.dev/providers/ai-sdk-providers/openai):
37
37
38
38
```bash
39
39
# Using npm
@@ -51,15 +51,15 @@ bun add ai @ai-sdk/openai
51
51
52
52
## Usage
53
53
54
-
ScrapeGraph sdk can be used like any other tools, see [vercel ai tool calling doc](https://ai-sdk.dev/docs/ai-sdk-core/tools-and-tool-calling)
54
+
The ScrapeGraph SDK can be used like any other tool. See [Vercel AI tool calling docs](https://ai-sdk.dev/docs/ai-sdk-core/tools-and-tool-calling).
0 commit comments