VK Cleanup Round 2: Replace remaining virtualKey placeholders with provider slugs#774
Open
siddharthsambharia-portkey wants to merge 10 commits intomainfrom
Open
VK Cleanup Round 2: Replace remaining virtualKey placeholders with provider slugs#774siddharthsambharia-portkey wants to merge 10 commits intomainfrom
siddharthsambharia-portkey wants to merge 10 commits intomainfrom
Conversation
- api-reference/sdk/node.mdx: virtualKey → provider: "@openai-prod" - api-reference/inference-api/gateway-for-other-apis.mdx: 4x virtualKey → provider: "@cohere-prod" in Node.js SDK examples - guides/getting-started/function-calling.mdx: virtualKey → provider: "@anyscale-prod" - guides/use-cases/track-costs-using-metadata.mdx: Python + JS virtualKey → provider: "@openai-prod"; gpt-4 → gpt-4o - product/integrations.mdx: "similar to creating a Virtual Key" → "similar to adding an AI Provider in the Model Catalog" Made-with: Cursor
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.
What's changing
Cleans up the remaining
virtualKeyplaceholder values in code examples and one prose mention that were missed in the original VK → Model Catalog migration (PRs 1–7).Files changed (5)
api-reference/sdk/node.mdxvirtualKey: "VIRTUAL_KEY"→provider: "@openai-prod"api-reference/inference-api/gateway-for-other-apis.mdxvirtualKey: "PROVIDER"→provider: "@cohere-prod"in Node.js SDK examplesguides/getting-started/function-calling.mdxvirtualKey: "ANYSCALE_VIRTUAL_KEY"→provider: "@anyscale-prod"guides/use-cases/track-costs-using-metadata.mdxvirtualKey→provider: "@openai-prod"; also bumpedgpt-4→gpt-4oproduct/integrations.mdxNo backward compatibility impact
These are placeholder values in code examples only — no real API fields or scope names were changed.
Risk: Low
All changes are in documentation examples and prose. No API specs, OpenAPI definitions, or functional logic were modified.
Made with Cursor