Skip to content

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

Open
Lydanne wants to merge 1 commit intoanomalyco:devfrom
Lydanne:dev
Open

feat(302ai): supplement commonly missing models#1448
Lydanne wants to merge 1 commit intoanomalyco:devfrom
Lydanne:dev

Conversation

@Lydanne
Copy link
Copy Markdown

@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

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.

1 participant