gatelineAPI reference
interface Registry {
    bindings: Record<string, RegistryBinding>;
    estimates: Record<string, number>;
    pricing: Record<string, ModelPrice>;
    profiles: Record<string, RegistryProfile>;
}

Properties

bindings: Record<string, RegistryBinding>
estimates: Record<string, number>

Static per-role pre-flight estimates (resolved question 2).

pricing: Record<string, ModelPrice>
profiles: Record<string, RegistryProfile>