Counts enabled, non-deleted model configs that lack both input and output pricing in their JSONB options.cost configuration.
(ctx context.Context)
| 99 | // Counts enabled, non-deleted model configs that lack both input and |
| 100 | // output pricing in their JSONB options.cost configuration. |
| 101 | CountEnabledModelsWithoutPricing(ctx context.Context) (int64, error) |
| 102 | // CountInProgressPrebuilds returns the number of in-progress prebuilds, grouped by preset ID and transition. |
| 103 | // Prebuild considered in-progress if it's in the "pending", "starting", "stopping", or "deleting" state. |
| 104 | CountInProgressPrebuilds(ctx context.Context) ([]CountInProgressPrebuildsRow, error) |
no outgoing calls