feat(302ai): supplement commonly missing models#1448
Open
Lydanne wants to merge 1 commit intoanomalyco:devfrom
Open
feat(302ai): supplement commonly missing models#1448Lydanne wants to merge 1 commit intoanomalyco:devfrom
Lydanne wants to merge 1 commit intoanomalyco:devfrom
Conversation
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.
Background
The
302aiprovider had drifted from the official 302.AI catalog in several ways:providers/302ai/modelsreasoningcapability flagspdforaudiorelease_date/last_updatedvalues that did not match the official product pagesThese issues affect model discovery, filtering, capability routing, and release-date-based sorting.
Changes
1. Sync newly available models from 302.AI
Added multiple models that are publicly listed on the official 302.AI site, including:
2. Fix capability metadata
Corrected several capability mismatches against the official detail pages, including:
reasoning = truefor models that are marked as reasoning-capable on 302.AIpdfinput support for affected Claude / GLM modelsaudioinput support forglm-5v-turbo3. Fix release metadata
Updated
release_date/last_updatedfor a number of models so they match the publication dates shown on the official 302.AI product pages, reducing drift in version ordering and “latest model” detection.Scope
providers/302ai/models/*.tomlNo changes were required under
packages/; the issues were in provider metadata rather than shared validation or rendering logic.Validation
Ran: