mirror of
https://github.com/netbirdio/netbird.git
synced 2026-08-25 00:51:28 +02:00
The publisher listing answered only under v1beta1, and returned two models — fewer than the catalog ships. That is what a publisher-global list looks like rather than what a given project has enabled, and per-project availability is most of why live discovery beats a static catalogue. The project-scoped form was only tried under v1, which 404s like every other v1 path here, so try it under the version that answers. Also ask for all versions. A publisher model is addressed as '<id>@<version>' on the rawPredict path while the plain listing reports one versionId per model, so a model with several live versions would have the rest silently hidden from a picker. Report the version in the extracted id for the same reason: Vertex splits the wire id across name and versionId, and a listing that showed only the name would look usable without being so.