-
Notifications
You must be signed in to change notification settings - Fork 64
chore: remove deprecated models from the catalog #986
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
3e94c8c
4517987
447ce31
de26b21
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -76,6 +76,7 @@ | |
| "magistral-small-2506", | ||
| "meta-llama/Meta-Llama-3-8B-Instruct-Turbo", | ||
| "meta-llama/llama-4-maverick-17b-128e-instruct", | ||
| "meta-llama/llama-4-scout-17b-16e-instruct", | ||
| "mistral-large-2411", | ||
| "mistral-medium-3-5-26-04", | ||
| "mistral-saba-24b", | ||
|
|
@@ -85,6 +86,7 @@ | |
| "moonshotai/Kimi-K2-Instruct-0905", | ||
| "moonshotai/Kimi-K2-Thinking", | ||
| "moonshotai/kimi-k2-instruct-0905", | ||
| "nvidia/Nemotron-120B-A12B", | ||
| "o1-mini", | ||
| "o1-mini-2024-09-12", | ||
| "o1-preview", | ||
|
|
@@ -96,6 +98,7 @@ | |
| "qwen-2.5-32b", | ||
| "qwen-2.5-coder-32b", | ||
| "qwen-qwq-32b", | ||
| "qwen/qwen3-32b", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
When the proxy is used with Groq enterprise/committed-spend credentials, this ID is not a definitive provider-wide removal: Groq's deprecation page scopes the July 17, 2026 shutdown to free/developer usage and says committed-spend enterprise customers are not affected, while the model card still documents Useful? React with 👍 / 👎. |
||
| "r1-1776", | ||
| "sonar-reasoning", | ||
| "zai-org/GLM-4.6" | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When the proxy is used with Groq enterprise/committed-spend credentials, this model is still documented as available after the July 17, 2026 free/developer-tier shutdown: Groq's deprecation page says enterprise customers with a committed-spend contract are not affected, and the model card still shows a Quick Start for
meta-llama/llama-4-scout-17b-16e-instruct(https://console.groq.com/docs/deprecations, https://console.groq.com/docs/model/meta-llama/llama-4-scout-17b-16e-instruct). Adding it to the sync exclusion list, together with removing it frommodel_list.json/AvailableEndpointTypes, makesgetModelEndpointTypes(...)return no Groq route and prevents future syncs from restoring it, so those enterprise requests are incorrectly blocked instead of merely deprecated for non-enterprise use.Useful? React with 👍 / 👎.