[Improvement] Fix Providers Default models list (Done) - #1577
Merged
Merged
Conversation
Contributor
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
backryun
marked this pull request as ready for review
April 25, 2026 05:05
Contributor
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
… test expectations
- Remove lemonade, reka, clarifai, datarobot, bedrock from executor tests (providers removed in merge commit b3a1a55) - Remove blackbox-web PROVIDER_ID_TO_ALIAS assertion (provider not in registry) - Remove chutes, clarifai, datarobot, reka, bedrock, azure-ai, watsonx, oci, sap, modal, nous-research, poe from openai-compat providers test - Update NVIDIA catalog test to reflect current model list (no nemotron-ultra-253b, no llama-3.3-nemotron-super, replaced qwen3-coder-480b with qwen3.5-397b) - Fix task-aware routing test: use deepseek-v4-flash (deepseek-chat removed) - Fix batch_api cancelled test: use openai/gpt-4o-mini prefix to avoid ambiguity
diegosouzapw
merged commit Apr 25, 2026
a5be284
into
diegosouzapw:release/v3.7.0
1 of 2 checks passed
Owner
|
Thanks @backryun for this great contribution! 🎉 We've added a few small adjustments to your branch to align with our latest architecture, and it's now officially merged into the release/v3.7.0 branch. It will be part of the next release. We appreciate your effort! |
Merged
Contributor
Author
|
Thank you for your understanding despite the shortcomings of my contribution. |
Poid-ZA
pushed a commit
to Poid-ZA/OmniRoute
that referenced
this pull request
Aug 5, 2026
…1577) Integrated into release/v3.7.0
muhamadgalihsaputra
pushed a commit
to niyatna/NiyatnaRoute
that referenced
this pull request
Sep 27, 2026
…1577) Integrated into release/v3.7.0
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
Only Fix for model list.
Validation
npm run lintnpm run test:unitnpm run test:coverage>= 60%for statements, lines, functions, and branchesCoverage Notes
Only touched open-sse/config/providerRegistry.ts
Reviewer Notes