anomalyco / anomalyco/models.dev

Add context as which specific api formats (openai-responses/completions) a model supports

Open
#769 0 comments 1 reaction 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.