blob: 32ffdd321217b9797db10ccf086e3874b0fb301c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
---
title: "Overview"
---
<Columns cols={2}>
<Card title="Native Python and Typescript/JS SDKs" icon="code" href="/memory-api/sdks/native">
<br/>
```pip install supermemory```
```npm install supermemory```
</Card>
<Card title="AI SDK plugin" icon="triangle" href="/ai-sdk/overview">
Easy to use with Vercel AI SDK
</Card>
<Card title="OpenAI SDK plugins" icon="sparkles" href="/memory-api/sdks/openai-plugins">
Use supermemory with the python and javascript OpenAI SDKs
</Card>
<Card title="Request more plugins" icon="life-buoy" href="mailto:[email protected]">
We will add support for your favorite SDKs asap.
</Card>
</Columns>
|