Open
Conversation
Made-with: Cursor
There was a problem hiding this comment.
Pull request overview
Adds documentation and navigation entries for integrating the HPC-AI OpenAI-compatible Model APIs with Portkey, and updates provider slug references across the docs and OpenAPI copy.
Changes:
- Added new HPC-AI integration page (
/integrations/llms/hpc-ai) with SDK/OpenAI client/cURL examples and Model Catalog setup steps. - Added a shorter HPC-AI guide quickstart and registered both pages in
docs.jsonnavigation. - Updated provider slug examples in the Model Catalog docs and “Supported Providers” copy in the Models OpenAPI spec.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| product/model-catalog/portkey-models.mdx | Adds hpc-ai to provider slug examples for pricing/config endpoints. |
| openapi/portkey-models.json | Adds hpc-ai to the “Supported Providers” description text. |
| integrations/llms/hpc-ai.mdx | New full HPC-AI integration doc with quickstart and self-hosted gateway notes. |
| integrations/llms.mdx | Adds HPC-AI card to the LLM integrations index. |
| guides/integrations/hpc-ai.mdx | New shorter HPC-AI guide using OpenAI client + createHeaders. |
| docs.json | Registers the new HPC-AI integration + guide pages in nav. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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.
Summary
Adds documentation for integrating HPC-AI (OpenAI-compatible Model APIs) with Portkey: LLM integration page, guides quickstart, navigation, LLM index card, and Model Catalog / OpenAPI copy updates for the
hpc-aiprovider slug.Changes
integrations/llms/hpc-ai.mdx— Main integration doc: Model Catalog (@hpc-ai), Portkey SDK and OpenAI client examples, cURL, self-hosted gateway headers, and links to HPC-AI.guides/integrations/hpc-ai.mdx— Shorter guide: OpenAI client +createHeadersquickstart and link to the full integration page.docs.json— Register HPC-AI under integrations LLMs and guides.integrations/llms.mdx— New HPC-AI card on the LLM integrations index.product/model-catalog/portkey-models.mdx— Includehpc-aiin provider slug examples.openapi/portkey-models.json— Includehpc-aiin the supported-providers description text.Test plan
/integrations/llms/hpc-aiand/guides/integrations/hpc-ai.