Model Catalog Migration 8/9: Extended LLM Provider Integrations#637
Open
Model Catalog Migration 8/9: Extended LLM Provider Integrations#637
Conversation
Update 57 additional LLM provider pages: - OpenAI, Gemini, Groq, Mistral, Together AI, Fireworks - DeepSeek, Ollama, vLLM, Replicate, HuggingFace - Vertex AI, Perplexity, OpenRouter, Cerebras - And 40+ more provider pages All follow the same Model Catalog pattern.
- Introduced a new section on image generation using the `gemini-3-pro-image-preview` model. - Included code examples in Python, TypeScript, JavaScript, and cURL for generating images and editing them in multi-turn conversations. - Removed outdated limitations and FAQs from the OpenAI integration documentation to streamline content.
Comment on lines
75
to
76
| // Generate a chat completion | ||
| async function getChatCompletionFunctions() { |
Contributor
There was a problem hiding this comment.
change formatting back
Contributor
There was a problem hiding this comment.
change indentation back
Contributor
There was a problem hiding this comment.
change indentation back
Contributor
There was a problem hiding this comment.
change indentation back
Contributor
There was a problem hiding this comment.
change indeation back
Contributor
There was a problem hiding this comment.
need to redo all the identation mistakes done here
Contributor
There was a problem hiding this comment.
need to undo the indents
Contributor
There was a problem hiding this comment.
need to undo indentation here
Contributor
There was a problem hiding this comment.
need to undo indenation here for const and import
Contributor
There was a problem hiding this comment.
need to undo indenation here for const and import
- Remove supported models sections from github, lambda, lemon-fox, reka-ai, zhipu - Add LocalAI Endpoints Supported section back - Replace Ollama note with local setup guide (npm/Docker) - Fix Recraft AI to use image generation examples instead of chat completions
siddharthsambharia-portkey
approved these changes
Dec 26, 2025
This was referenced Feb 4, 2026
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 - Extended LLM Providers
What's changing
57 additional LLM provider pages updated to Model Catalog pattern.
Files changed (57)
Major Providers:
Other Providers:
Review checklist
model="@provider-slug/model-name"/product/model-catalogRisk: 🟡 Medium
Popular provider pages - but all follow same pattern as PR #617.
Part of
Model Catalog Migration - Extended from original split