mirror of
https://github.com/netbirdio/docs.git
synced 2026-08-25 01:01:27 +02:00
Providers gained a "Load models from provider" button that asks the vendor which models the stored credential can actually reach, and fills the Models tab with editable rows priced from the table the proxy bills with. The Models and Pricing section covered only the manual paths — pick from the catalog, or type an id NetBird does not know. Neither explains where the live list comes from, and the parts an operator can be caught out by are not guessable from the UI: gateways have no listing endpoint at all; a model NetBird cannot price arrives at $0 and is tracked at zero until rates are set; editing a saved provider reuses the stored key rather than anything on screen; Bedrock ids keep their region prefix because that is the only invocable form; and Vertex lists what the publisher offers rather than what a project enabled. Also notes that the vendor call is made by management with the provider's credential — not from the browser, not over an agent's tunnel — since that is a reasonable thing to want to know before handing over a key. The API reference for the new endpoint is generated from the OpenAPI spec on netbirdio/netbird@main, so it lands with the next `npm run gen` after the backend merges and is deliberately not hand-written here.