fix(nvidia): add availability sync and remove 58 stale models - #5229
Open
fastreds wants to merge 1 commit into
Open
fix(nvidia): add availability sync and remove 58 stale models#5229fastreds wants to merge 1 commit into
fastreds wants to merge 1 commit into
Conversation
fastreds
force-pushed
the
fix/nvidia-stale-models
branch
from
August 21, 2026 19:28
763eb5a to
f9dae87
Compare
Add an NVIDIA models sync backed by the public NVIDIA NIM catalog endpoint (https://integrate.api.nvidia.com/v1/models). The sync preserves TOMLs for models still served, removes TOMLs for models no longer in the catalog (58 stale entries), and opens issues for catalog models missing from the local provider. Stale models removed were verified against the live NVIDIA API: they are no longer listed (e.g. synthetic-video-detector superseded by ai-synthetic-video-detector, deepseek-v4-flash -> deepseek-v4-flash-0731, qwen3-coder-480b-a35b-instruct, kimi-k2-instruct-0905, microsoft/phi-4-*, mistralai/mixtral-8x7b-instruct, etc.).
fastreds
force-pushed
the
fix/nvidia-stale-models
branch
from
August 21, 2026 19:29
f9dae87 to
06fbc9f
Compare
Contributor
Action items
|
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.
Verify nvidia provider models against the live NVIDIA NIM catalog endpoint (https://integrate.api.nvidia.com/v1/models). This PR:
vidia/synthetic-video-detector ->
vidia/ai-synthetic-video-detector, deepseek-ai/deepseek-v4-flash -> deepseek-v4-flash-0731, qwen/qwen3-coder-480b-a35b-instruct, moonshotai/kimi-k2-instruct-0905, microsoft/phi-4-*, mistralai/mixtral-8x7b-instruct, etc.).
Going forward the hourly sync keeps the provider fresh automatically. �un models:sync nvidia --dry-run reports 58 removed / 0 created.
Source of truth: https://integrate.api.nvidia.com/v1/models