Files
netbird-docs/src
mlsmaycon c174209763 [agent-network] Document loading a provider's models from the vendor
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.
2026-08-22 18:22:46 +00:00
..
2025-11-21 11:24:17 +01:00
2023-05-03 19:00:56 +02:00
2023-05-03 19:00:56 +02:00
2026-01-27 12:29:05 +01:00