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
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
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.
<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>
67
67
68
68
## Authentication & Configuration
69
69
70
70
The SDK requires:
71
71
-**Portkey API Key**: Your Portkey API key (env var `PORTKEY_API_KEY` recommended)
72
72
-**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)
74
74
-**Config**: The [Config object](/api-reference/inference-api/config-object) or config slug for advanced routing
75
75
-**Provider Slug + Auth Headers**: Useful if you do not want to save your API keys to Portkey and make direct requests.
Copy file name to clipboardExpand all lines: changelog/2025/apr.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -189,7 +189,7 @@ Access audio models via Groq
189
189
190
190
We've made significant improvements to our documentation:
191
191
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)
193
193
-**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)
0 commit comments