anomalyco / anomalyco/models.dev
Add context as which specific api formats (openai-responses/completions) a model supports
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 6.9k
- Forks
- 1.7k
- Avg merge
- 3h 21m
- Merged PRs (30d)
- 873
Description
Mostly focused on OpenAI responses vs completions here, but can imagine some other major provider could change the format in the future.
Old (gpt-4) models only support completions. Some new-ish models support both responses and completions (gpt-5). Some support only responses (5.2-codex). Would be great to have context as to which specific format(s) a model supports.
Maybe api_formats: ["openai-responses", "openai-completions"]
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 locating the model metadata definition and the existing entries for gpt-4, gpt-5, and 5.2-codex. Add context describing each model's supported openai-responses or openai-completions formats, then verify that the metadata remains valid and exposes the proposed api_formats field consistently.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- ai, data
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100