chore: sync model developers data#1627
Conversation
Greptile SummaryThis is a weekly automated sync of model provider data from the upstream
Confidence Score: 5/5Safe 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
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]
Reviews (1): Last reviewed commit: "chore: sync model developers data" | Re-trigger Greptile |
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.