Skip to content

Commit 50b976a

Browse files
Merge pull request #333 from Portkey-AI/sdk-changelog
add sdk changelog plus update list page a bit
2 parents 2c772b8 + 1a82030 commit 50b976a

File tree

8 files changed

+38
-28
lines changed

8 files changed

+38
-28
lines changed

api-reference/sdk/list.mdx

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,9 @@
11
---
22
title: "Supported SDKs"
3-
description: "Find the best way to use Portkey in your preferred language. Official SDKs, compatible libraries, and community integrations."
3+
description: "Find the best way to use Portkey in your preferred language."
44
---
55

6-
Set up your development environment to use Portkey in your favorite language. Portkey offers official SDKs for the most popular platforms, and is compatible with many OpenAI-style and community libraries.
7-
8-
<Info>Portkey's API is language-agnostic. You can use any HTTP client or OpenAI-compatible SDK to interact with Portkey's endpoints.</Info>
9-
10-
## Before You Begin
11-
12-
1. [Create an API key in the dashboard](https://app.portkey.ai).
13-
2. Store your API key securely as an environment variable:
14-
15-
<CodeGroup>
16-
```sh macOS/Linux
17-
export PORTKEY_API_KEY="your_api_key_here"
18-
```
19-
```sh Windows(PowerShell)
20-
setx PORTKEY_API_KEY "your_api_key_here"
21-
```
22-
</CodeGroup>
23-
24-
<Note>Official SDKs auto-detect your API key from the environment.</Note>
25-
26-
---
6+
Set up your development environment to use Portkey in Python, Node.js, or any OpenAI-compatible SDK.
277

288
## Official SDKs
299
<CardGroup cols={3}>

api-reference/sdk/node.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,12 @@ const chatCompletion = await portkey.chat.completions.create(
143143

144144
---
145145

146+
## Changelog
147+
148+
<Card title="View Changelog" icon="code-branch" href="https://github.com/Portkey-AI/portkey-node-sdk/tags">
149+
Stay updated with the latest features, improvements, and bug fixes in the Portkey Node.js SDK by checking the release tags on GitHub.
150+
</Card>
151+
146152
## Troubleshooting & Support
147153

148154
- Having trouble? [Email support](mailto:[email protected]) or [book a demo](https://portkey.sh/demo-15) with our team.

api-reference/sdk/python.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,13 @@ completion = portkey.with_options(
174174

175175
---
176176

177+
## Changelog
178+
179+
<Card title="View Changelog" icon="code-branch" href="https://github.com/Portkey-AI/portkey-python-sdk/tags">
180+
Stay updated with the latest features, improvements, and bug fixes in the Portkey Python SDK by checking the release tags on GitHub.
181+
</Card>
182+
183+
177184
## Troubleshooting & Support
178185

179186
- Having trouble? [Email support](mailto:[email protected]) or [book a demo](https://portkey.sh/demo-15) with our team.

changelog/helm-chart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Helm Chart"
3-
url: "https://github.com/portkey-ai/helm"
3+
url: "https://github.com/Portkey-AI/helm/tags"
44
---
55

66
<Card title="Schedule Call" href="https://portkey.sh/demo-21" icon="calendar" horizontal>

changelog/node-sdk-changelog.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: "Node.js"
3+
url: "https://github.com/Portkey-AI/portkey-node-sdk/tags"
4+
---
5+
6+
<Card title="Schedule Call" href="https://portkey.sh/demo-21" icon="calendar" horizontal>
7+
Discuss how Portkey can enhance your organization's AI infrastructure
8+
</Card>

changelog/product.mdx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
---
22
title: "Latest Updates"
3+
url: "https://new.portkey.ai/announcements"
34
---
45

56
<Card title="Log in to Portkey" href="https://app.portkey.ai" icon="user" horizontal>
67
Check out the latest changes in-app
7-
</Card>
8-
9-
<Update label="24 Jan '25">
10-
Coming Soon!
11-
</Update>
8+
</Card>

changelog/python-sdk-changelog.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: "Python"
3+
url: "https://github.com/Portkey-AI/portkey-python-sdk/tags"
4+
---
5+
6+
<Card title="Schedule Call" href="https://portkey.sh/demo-21" icon="calendar" horizontal>
7+
Discuss how Portkey can enhance your organization's AI infrastructure
8+
</Card>

docs.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -866,6 +866,10 @@
866866
{
867867
"group": "Product Releases",
868868
"pages": ["changelog/product"]
869+
},
870+
{
871+
"group": "SDK Releases",
872+
"pages": ["changelog/node-sdk-changelog", "changelog/python-sdk-changelog"]
869873
}
870874
]
871875
}

0 commit comments

Comments
 (0)