Skip to content

build fails: missing openrouter/tencent/hy3:free after OpenRouter removed it on 2026-07-21 #6891

Description

@Aldebaran638

What happened?

Problem

npm run build fails today because OpenRouter's /api/v1/models no longer returns tencent/hy3:free. OpenRouter's provider page lists "Hy3 (free). Going away July 21, 2026", and the model is absent from the current API response.

Suggested fix

Remove tencent/hy3:free from packages/ai/src/providers/openrouter.modeencent/hy3 / tencent/hy3-preview, which are still returned byOpenRouter and already present in the catalog.

Environment

  • Date: 2026-07-21
  • Commit: c8c3cd499
  • Node: v22.22.1

References

Steps to reproduce

  1. Clone the repo
  2. npm install --ignore-scripts
  3. npm run build

Build stops at:

Error: Cannot hydrate the committed model catalog:

  • missing openrouter/tencent/hy3:free

Expected behavior

Build should complete successfully.

Actual

Build fails because packages/ai/src/providers/openrouter.models.ts declOpenRouter no longer exposes that model ID.

Version

No response

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions