Skip to content

chore: sync model developers data#1627

Merged
looplj merged 1 commit into
unstablefrom
sync-model-developers
May 10, 2026
Merged

chore: sync model developers data#1627
looplj merged 1 commit into
unstablefrom
sync-model-developers

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Automated sync of model developers data from upstream source.

Source: https://raw.githubusercontent.com/ThinkInAIXYZ/PublicProviderConf/refs/heads/dev/dist/all.json

This PR was automatically created by the weekly sync workflow.

@github-actions github-actions Bot added automated dependencies Pull requests that update a dependency file labels May 10, 2026
@greptile-apps

greptile-apps Bot commented May 10, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This is a weekly automated sync of model provider data from the upstream PublicProviderConf source. The changes are limited to a single JSON data file and introduce no application logic changes.

  • Fixes the display name casing for GLM-5V-Turbo (lowercase → title case) and reorders the type field to the end of extra_capabilities blocks for several GPT-5.x models (cosmetic / upstream normalisation).
  • Adds three new model entries: gpt-image-2 (OpenAI image-generation model with separate per-modality pricing metadata), doubao-seed-2-0-lite-260428, and doubao-seed-2-0-mini-260428 (Volcengine reasoning variants).
  • Refreshes last_updated timestamps for all existing Volcengine/Doubao models and adds structured_output capability metadata to doubao-seed-2-0-pro-260215.

Confidence Score: 5/5

Safe to merge — all changes are confined to a static JSON data file with no application logic involved.

The PR touches only a single JSON data file via an automated weekly workflow. Changes are additive (three new model entries), corrective (display name casing), and cosmetic (field reordering). The new gpt-image-2 entry is well-formed with complete modality, limit, cost, and metadata blocks. The two new Doubao variants follow the same schema as their sibling entries. No logic, auth, or schema migrations are affected.

No files require special attention.

Important Files Changed

Filename Overview
frontend/src/features/models/data/providers.json Automated data sync: GLM-5V-Turbo display name capitalization fix, type field reordering for multiple GPT models, new gpt-image-2 and two Doubao Seed 2.0 variant entries added, and Doubao last_updated timestamps refreshed.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Upstream PublicProviderConf\nall.json] -->|Weekly sync workflow| B[providers.json]
    B --> C{Change categories}
    C --> D[Display name fix\nGLM-5V-Turbo]
    C --> E[Field reorder\nGPT-5.x type field]
    C --> F[New models added]
    C --> G[Timestamps updated\nDoubao models]
    F --> F1[gpt-image-2\ntype: image-generation]
    F --> F2[doubao-seed-2-0-lite-260428\ntype: chat / reasoning]
    F --> F3[doubao-seed-2-0-mini-260428\ntype: chat / reasoning]
    F1 --> H[Cost metadata\ninput: $5, output: $30\nper 1M tokens]
Loading

Reviews (1): Last reviewed commit: "chore: sync model developers data" | Re-trigger Greptile

@looplj looplj merged commit a19067c into unstable May 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automated dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant