Skip to content

fix(console): proxy migrated model discovery to v1 endpoint - #47065

Merged
vimtor merged 1 commit into
devfrom
legacy-models
Sep 3, 2026
Merged

fix(console): proxy migrated model discovery to v1 endpoint#47065
vimtor merged 1 commit into
devfrom
legacy-models

Conversation

@vimtor

@vimtor vimtor commented Sep 3, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Change the migrated GET /zen/v1/models proxy target from /inference/openai/v1/models to /inference/v1/models.
  • One-line path change only; credentials, query strings, streaming, and existing routing behavior remain unchanged.
  • Anonymous/unmigrated requests still use the legacy endpoint. Go paths remain untouched.

Dependency and rollout

  • Deploy the destination endpoint before this proxy change in each environment.
  • Destination is already deployed and checked in dev; production deployment remains pending.
  • This proxy change has not been deployed.

Validation

  • Legacy Console app typecheck and targeted formatting/diff checks passed.
  • Pre-push workspace typecheck passed: 30 tasks.
  • No local tests run; no end-to-end legacy proxy verification claimed.

@vimtor
vimtor merged commit d2efd81 into dev Sep 3, 2026
12 checks passed
@vimtor
vimtor deleted the legacy-models branch September 3, 2026 15:05
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