diff --git a/docs/hub/enterprise-resource-groups.md b/docs/hub/enterprise-resource-groups.md index 92730ef6f..5ec02c69c 100644 --- a/docs/hub/enterprise-resource-groups.md +++ b/docs/hub/enterprise-resource-groups.md @@ -26,6 +26,7 @@ This feature allows organization administrators to: - Keep private repositories visible only to authorized group members - Enable multiple teams to work independently within the same organization - Configure which member roles are allowed to create new resource groups +- Attribute costs to specific resource groups for better budget management This Team & Enterprise feature helps organizations manage complex team structures and maintain proper access control over their repositories. diff --git a/docs/hub/security-resource-groups.md b/docs/hub/security-resource-groups.md index 63e445e29..81495d962 100644 --- a/docs/hub/security-resource-groups.md +++ b/docs/hub/security-resource-groups.md @@ -108,6 +108,8 @@ Resource Groups also serve as a cost attribution unit for compute services. When - **Inference Providers**: pass the resource group's ID via the `X-HF-Bill-To` header (or `bill_to` parameter in the SDK). See [Billing for Team and Enterprise organizations](/docs/inference-providers/pricing#billing-for-team-and-enterprise-organizations). - **Inference Endpoints**: cost is automatically attributed to the resource group the model repository belongs to. Endpoints instantiated directly from the built-in Inference Endpoints catalog aren't supported at this time. +You can use the dedicated API endpoint to retrieve cost attribution data for resource groups. + ## Resource Groups API You can list resource groups and add users to them (or change a member's org role and resource group assignments) via the Hub API. For the full reference, examples, and batch workflows, see the [Programmatic User Access Control Management](./programmatic-user-access-control) guide.