fix(model-profiles): sort generated profiles by model ID for stable diffs (#35344)

- Sort model profiles alphabetically by model ID (the top-level
`_PROFILES` dictionary keys, e.g. `claude-3-5-haiku-20241022`,
`gpt-4o-mini`) before writing `_profiles.py`, so that regenerating
profiles only shows actual data changes in diffs — not random reordering
from the models.dev API response order
- Regenerate all 10 partner profile files with the new sorted ordering
This commit is contained in:
Mason Daugherty
2026-02-19 23:11:22 -05:00
committed by GitHub
parent 8aa7a3f07a
commit 70192690b1
12 changed files with 3243 additions and 3156 deletions

File diff suppressed because it is too large Load Diff