Skip to content

feat(302ai): supplement commonly missing models#1448

Merged
rekram1-node merged 2 commits intoanomalyco:devfrom
Lydanne:dev
Apr 20, 2026
Merged

feat(302ai): supplement commonly missing models#1448
rekram1-node merged 2 commits intoanomalyco:devfrom
Lydanne:dev

Conversation

@Lydanne
Copy link
Copy Markdown
Contributor

@Lydanne Lydanne commented Apr 15, 2026

Background

The 302ai provider had drifted from the official 302.AI catalog in several ways:

  • some publicly available models were missing from providers/302ai/models
  • several models had incorrect reasoning capability flags
  • some models were missing supported input modalities such as pdf or audio
  • multiple models had release_date / last_updated values that did not match the official product pages

These 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:

  • GPT-5.4 variants
  • Claude 4.5 / 4.6 variants, including selected dated and thinking variants
  • GLM 4.5 / 4.7 / 5 variants
  • MiniMax M2.7 variants
  • selected Gemini and Grok additions

2. Fix capability metadata

Corrected several capability mismatches against the official detail pages, including:

  • setting reasoning = true for models that are marked as reasoning-capable on 302.AI
  • adding missing pdf input support for affected Claude / GLM models
  • adding missing audio input support for glm-5v-turbo

3. Fix release metadata

Updated release_date / last_updated for 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/*.toml

No changes were required under packages/; the issues were in provider metadata rather than shared validation or rendering logic.

Validation

Ran:

bun validate

@Lydanne
Copy link
Copy Markdown
Contributor Author

Lydanne commented Apr 16, 2026

@rekram1-node Please help me review, I need these models to use in opencode, Thank you.

@Lydanne
Copy link
Copy Markdown
Contributor Author

Lydanne commented Apr 20, 2026

@rekram1-node I added 4.7, if there is no problem, please help me put it together.

@rekram1-node rekram1-node merged commit 1a41934 into anomalyco:dev Apr 20, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants