anomalyco / anomalyco/models.dev
Inconsistent model properties across providers for the same model
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 6.9k
- Forks
- 1.7k
- Avg merge
- 3h 21m
- Merged PRs (30d)
- 873
Description
For the same model in different providers some properties are inconsistent at times.
Some examples for Openai's model gpt-5.1:
models.dev/providers/302ai/models/gpt-5.1.toml -> release_date = "2025-11-14"
models.dev/providers/abacus/models/gpt-5.1.toml -> release_date = "2025-11-13"
models.dev/providers/aihubmix/models/gpt-5.1.toml -> release_date = "2025-11-15"
models.dev/providers/jiekou/models/gpt-5.1.toml -> release_date = "2026-02"
There are some properties that must be identical across providers.
Including but not limited to:
- release_date
- update_date
- knowledge
- reasoning
- open_weights
- family
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by comparing the mentioned models.dev/providers/**/models/gpt-5.1.toml files for the listed properties: release_date, update_date, knowledge, reasoning, open_weights, and family. Review how provider model records are maintained, then verify that properties required to be identical match across providers for the same model.
Written by the indexing model from the issue text.
Assessment
- Domain
- ai, data
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100