Model Catalog Migration 9/9: Product Pages#638
Merged
siddharthsambharia-portkey merged 5 commits intomainfrom Feb 9, 2026
Merged
Model Catalog Migration 9/9: Product Pages#638siddharthsambharia-portkey merged 5 commits intomainfrom
siddharthsambharia-portkey merged 5 commits intomainfrom
Conversation
Update core product documentation: - AI Gateway pages (fallbacks, load-balancing, retries, batches, caching) - Virtual Keys page (comprehensive rewrite) - Model Catalog pages (main, integrations, custom models) - Administration & Enterprise pages - Observability pages (budget limits, cost management)
Updated the Provider Management section to include a toggle for workspace-level configuration and clarified permission settings for Managers and Members. Added a note regarding the default restrictions for Members on managing providers.
Introduced a new section on Sticky Load Balancing, detailing its benefits, configuration, parameters, and operational mechanics. Included a JSON configuration example and highlighted caveats regarding Redis requirements for persistence across gateway instances.
- Restore W3C Trace Context Headers section in opentelemetry.mdx - Replace virtual-keys.mdx with migration notice to Model Catalog - Restore integration image and rename section in model-catalog.mdx - Update virtual_keys permissions to providers permissions in api-keys-authn-and-authz.mdx - Update retry-after headers note in automatic-retries.mdx - Update semantic caching note in cache-simple-and-semantic.mdx Co-authored-by: Cursor <[email protected]>
siddharthsambharia-portkey
approved these changes
Feb 9, 2026
Updated the caching information to specify that **Simple** caching is available for all plans, while **Semantic** caching requires a vector database and is limited to select Enterprise plans. This change enhances clarity for users regarding caching features.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Model Catalog Migration - Product Pages
What's changing
Core product documentation updated for Model Catalog migration.
Files changed (19)
AI Gateway:
ai-gateway.mdx- Main gateway pagevirtual-keys.mdx- Comprehensive rewritefallbacks.mdx,load-balancing.mdx,automatic-retries.mdxbatches.mdx,cache-simple-and-semantic.mdx,circuit-breaker.mdxModel Catalog:
model-catalog.mdx- Main Model Catalog pagemodel-catalog/integrations.mdx- Integrations managementmodel-catalog/custom-models.mdx- Custom modelsAdministration & Enterprise:
administration/configure-virtual-key-access-permissions.mdxenterprise-offering/budget-limits.mdxenterprise-offering/org-management/api-keys-authn-and-authz.mdxObservability:
observability.mdx,observability/budget-limits.mdxobservability/cost-management.mdx,observability/opentelemetry.mdxOther:
prompt-engineering-studio.mdxReview checklist
Risk: 🟠 Higher
Core product pages - these define the product's mental model.
Part of
Model Catalog Migration - Final PR in the series! 🎉