Skip to content

fix(nano-gpt): correct TEE path ids and add missing canonical entries#1134

Merged
rekram1-node merged 8 commits intoanomalyco:devfrom
sk0x0y:feature/nanogpt-catalog-fixes
Mar 11, 2026
Merged

fix(nano-gpt): correct TEE path ids and add missing canonical entries#1134
rekram1-node merged 8 commits intoanomalyco:devfrom
sk0x0y:feature/nanogpt-catalog-fixes

Conversation

@sk0x0y
Copy link

@sk0x0y sk0x0y commented Mar 10, 2026

Summary

  • rename NanoGPT TEE 2/* catalog entries to canonical TEE/* model ids
  • add missing canonical NanoGPT entries for TEE/qwen3.5-397b-a17b and zai-org/glm-5:thinking
  • validate the updated NanoGPT catalog against live NanoGPT model ids and bun run validate

Why

  • models.dev derives NanoGPT model ids directly from file paths in packages/core/src/generate.ts
  • for OpenAI-compatible clients, the model value must match the exact id exposed by /v1/models
  • NanoGPT exposes TEE/* ids, but the catalog still advertised TEE 2/*, which makes copied ids fail in direct usage such as OpenCode

Scope

  • fix only canonical-id mismatches that were confirmed against live NanoGPT APIs
  • do not keep invalid TEE 2/* aliases, because models.dev has no alias layer and path-derived ids are user-facing ids
  • leave other suspicious namespaces unchanged unless a live canonical replacement is verified

Verification

  • bun run validate passes
  • live TEE/* ids are covered by the catalog after the rename
  • canonical additions for TEE/qwen3.5-397b-a17b and zai-org/glm-5:thinking are present

sk0x0y and others added 8 commits March 11, 2026 00:56
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>
@sk0x0y sk0x0y changed the title fix(nano-gpt): correct canonical TEE model ids fix(nano-gpt): align catalog ids with canonical NanoGPT ids Mar 10, 2026
@sk0x0y sk0x0y changed the title fix(nano-gpt): align catalog ids with canonical NanoGPT ids fix(nano-gpt): correct TEE path ids and add missing canonical entries Mar 10, 2026
@rekram1-node rekram1-node merged commit 1aa2ee2 into anomalyco:dev Mar 11, 2026
1 check passed
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.

2 participants