mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-18 06:03:49 +00:00
Some checks failed
Publish AI SDK / publish (push) Has been cancelled
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
24 lines
690 B
Text
24 lines
690 B
Text
---
|
|
title: "Overview"
|
|
---
|
|
|
|
<Columns cols={2}>
|
|
<Card title="Native Python and Typescript/JS SDKs" icon="code" href="/integrations/supermemory-sdk">
|
|
<br/>
|
|
```pip install supermemory```
|
|
|
|
```npm install supermemory```
|
|
</Card>
|
|
|
|
<Card title="AI SDK plugin" icon="triangle" href="/integrations/ai-sdk">
|
|
Easy to use with Vercel AI SDK
|
|
</Card>
|
|
|
|
<Card title="OpenAI SDK plugins" icon="sparkles" href="/integrations/openai">
|
|
Use supermemory with the python and javascript OpenAI SDKs
|
|
</Card>
|
|
|
|
<Card title="Request more plugins" icon="life-buoy" href="mailto:support@supermemory.ai">
|
|
We will add support for your favorite SDKs asap.
|
|
</Card>
|
|
</Columns>
|