Skip to content

fix(nano-gpt): rename bundled confirmed 2-suffix model ids#1148

Open
sk0x0y wants to merge 12 commits intoanomalyco:devfrom
sk0x0y:feature/nanogpt-bundled-confirmed-suffix2-fixes
Open

fix(nano-gpt): rename bundled confirmed 2-suffix model ids#1148
sk0x0y wants to merge 12 commits intoanomalyco:devfrom
sk0x0y:feature/nanogpt-bundled-confirmed-suffix2-fixes

Conversation

@sk0x0y
Copy link

@sk0x0y sk0x0y commented Mar 11, 2026

Summary

  • rename the remaining NanoGPT 2/* catalog entries with exact confirmed canonical replacements
  • keep this PR limited to families whose live NanoGPT API ids match the same path after dropping the 2 suffix
  • validate the updated catalog with bun run validate

Included families

  • EVA-UNIT-01
  • Envoid
  • GalrionSoftworks
  • Gryphe
  • Infermatic
  • LLM360
  • LatitudeGames
  • MarinaraSpaghetti
  • NeverSleep
  • Sao10K
  • Steelskull
  • VongolaChouko

Why

  • models.dev derives NanoGPT model ids directly from file paths in packages/core/src/generate.ts
  • OpenAI-compatible clients must send the exact id returned by the provider's models API
  • for every family in this PR, the canonical public NanoGPT id is the same path with only the 2 suffix removed
  • keeping the old 2/* paths makes copied ids fail in direct usage

Scope and exclusions

  • this PR includes only exact drop-2 replacements confirmed by the live NanoGPT API
  • it intentionally excludes ambiguous families such as NousResearch 2/* and TheDrummer 2/*, which need separate casing validation
  • this PR is path-only and does not change model metadata outside the namespace correction

Verification

  • bun run validate passes
  • all renamed canonical ids are present in the catalog and confirmed by the live NanoGPT API

sk0x0y and others added 12 commits March 12, 2026 04:19
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant