ReadonlyadapterReadonlybaseOrigin the adapter builds its URL from. A trailing slash is trimmed.
ReadonlycredentialThe credential this route authenticates with, by REFERENCE.
Null means the route needs none — a local model server, or AMC's own
gateway when it is reached over a trusted socket. There is deliberately no
way to configure a VALUE: the type is CredentialRef, and P3.0's brand
makes a plain string unassignable to it.
Optional ReadonlyheadersStatic headers every request on this route carries.
ReadonlymodelsModels this route serves, or null for any.
An allowlist rather than a free-for-all because a typo in a model name is otherwise a 404 from a provider, several seconds and one signed header row later. Naming the models a route serves turns that into a refusal before anything is committed.
ReadonlyproviderStable provider id. Recorded verbatim in every request/header row.
Optional Readonlyretry
One provider, as an operator configures it.