Skip to content

chore: sync model developers data#1474

Merged
looplj merged 1 commit into
unstablefrom
sync-model-developers
Apr 24, 2026
Merged

chore: sync model developers data#1474
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 Apr 24, 2026
@greptile-apps

greptile-apps Bot commented Apr 24, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This automated sync adds four new models (DeepSeek V4 Pro, DeepSeek V4 Flash, Kimi K2.6, GPT-5.5), enriches existing Qwen models with detailed reasoning capability metadata, adds alias metadata for DeepSeek Reasoner/Chat, moves the Meta provider block earlier in the file, and refreshes ByteDance model timestamps.

  • One U+FFFD character corruption was introduced in doubao-seed-1-6-vision's raw_limits entry — \"最大思维链: 32k\" became \"最大思\\uFFFD\\uFFFD链: 32k\" — causing garbled text in the UI for that field.

Confidence Score: 4/5

Safe to merge after fixing the single character encoding corruption in doubao-seed-1-6-vision metadata.

One P1 data-integrity issue: a U+FFFD replacement character pair corrupts a display string for one ByteDance model. All other changes (new models, capability enrichments, timestamp updates) look structurally correct. The fix is a one-line correction.

frontend/src/features/models/data/providers.json — line 13669

Important Files Changed

Filename Overview
frontend/src/features/models/data/providers.json Large data sync: adds DeepSeek V4 Pro/Flash, Kimi K2.6, GPT-5.5; enriches Qwen reasoning metadata; moves Meta provider block; updates ByteDance timestamps — but introduces one U+FFFD character corruption in doubao-seed-1-6-vision's raw_limits.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[upstream all.json] -->|weekly sync workflow| B[providers.json sync]
    B --> C{Changes}
    C --> D[New models\nDeepSeek V4 Pro/Flash\nKimi K2.6\nGPT-5.5]
    C --> E[Enriched reasoning metadata\nQwen models\nsupported / interleaved / summaries / visibility]
    C --> F[Alias metadata\nDeepSeek Reasoner → deepseek-v4-flash\nDeepSeek Chat → deepseek-v4-flash]
    C --> G[Meta provider block\nrepositioned in file]
    C --> H[ByteDance models\ntimestamp + capability updates]
    H --> I[⚠️ doubao-seed-1-6-vision\nU+FFFD corruption in raw_limits]
Loading

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

"最大 TPM: 5000000",
"最大回答(默认 4k):32k",
"最大思维链: 32k",
"最大思��链: 32k",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Character encoding corruption in doubao-seed-1-6-vision metadata

The character (U+7EF4) in "最大思维链: 32k" was corrupted to two U+FFFD Unicode replacement characters during the sync, producing "最大思\uFFFD\uFFFD链: 32k". All other occurrences of 最大思维链 in the file are intact (verified at lines 13356, 13419, 13482, etc.); only this single entry was affected by what appears to be a byte-level corruption in the upstream source. The raw_limits array is used for UI display, so users will see garbled text for this model's chain-of-thought limit.

Suggested change
"最大思��链: 32k",
"最大思维链: 32k",

@looplj looplj merged commit 62f5a2f into unstable Apr 24, 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