Skip to content

Commit 9229dab

Browse files
committed
fix: Resolve PR #616 review comments - update links to Model Catalog
- Fix SDK docs (c-sharp.mdx, node.mdx) to link to /product/model-catalog instead of /product/ai-gateway/virtual-keys - Update changelog apr.mdx to link to integrations page for provider access permissions
1 parent 04b1d60 commit 9229dab

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

api-reference/sdk/c-sharp.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Console.WriteLine(response.Value.Content[0].Text);
170170
```
171171

172172
<Tip>
173-
Add providers in the [Model Catalog](/product/ai-gateway/virtual-keys) to get a provider slug (e.g., `@openai-prod`). The legacy `x-portkey-virtual-key` header is still supported.
173+
Add providers in the [Model Catalog](/product/model-catalog) to get a provider slug (e.g., `@openai-prod`). The legacy `x-portkey-virtual-key` header is still supported.
174174
</Tip>
175175
</Tab>
176176

api-reference/sdk/node.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@ const response = await portkey.chat.completions.create({
6363
console.log(response.choices[0].message.content);
6464
```
6565

66-
<Info>Add providers in the [Model Catalog](/product/ai-gateway/virtual-keys) to get a provider slug (e.g., `@openai-prod`). You can also use a [Config](/api-reference/inference-api/config-object) for advanced routing.</Info>
66+
<Info>Add providers in the [Model Catalog](/product/model-catalog) to get a provider slug (e.g., `@openai-prod`). You can also use a [Config](/api-reference/inference-api/config-object) for advanced routing.</Info>
6767

6868
## Authentication & Configuration
6969

7070
The SDK requires:
7171
- **Portkey API Key**: Your Portkey API key (env var `PORTKEY_API_KEY` recommended)
7272
- **Provider Authentication**:
73-
- **Provider Slug**: Add a provider in [Model Catalog](/product/ai-gateway/virtual-keys) and use its slug (recommended)
73+
- **Provider Slug**: Add a provider in [Model Catalog](/product/model-catalog) and use its slug (recommended)
7474
- **Config**: The [Config object](/api-reference/inference-api/config-object) or config slug for advanced routing
7575
- **Provider Slug + Auth Headers**: Useful if you do not want to save your API keys to Portkey and make direct requests.
7676

changelog/2025/apr.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ Access audio models via Groq
189189

190190
We've made significant improvements to our documentation:
191191

192-
- **Provider access permissions**: Defining who can view and manage providers within workspaces. [Learn more](https://portkey.ai/docs/product/administration/configure-virtual-key-access-permissions)
192+
- **Provider access permissions**: Defining who can view and manage providers within workspaces. [Learn more](https://portkey.ai/docs/product/model-catalog/integrations)
193193
- **API keys access**: Control how workspace managers and members interact with API keys within their workspaces. [Learn more](https://portkey.ai/docs/product/administration/configure-api-key-access-permissions)
194194

195195

0 commit comments

Comments
 (0)