# BeefAPI Public Group Facts In BeefAPI, a group controls which models are available to a token and which price configuration applies. ## Public group discovery Fetch: ```bash curl https://beefapi.com/pricing.json ``` Use: - `public_groups`: groups exposed for public discovery. - `group_ratio`: public group price configuration for those groups. - `models[].enable_groups`: groups where each model is available. A model with `enable_groups` containing `all` is public across groups. ## Authenticated boundary The public group snapshot is not a user entitlement check. Authenticated accounts can have different availability, discounts, private user-specific group assignments, or overrides. For a specific user, the dashboard, authenticated `/api/pricing`, account model list, and request logs are final. Agents should phrase public answers as public discovery facts, then tell users to check their BeefAPI dashboard or authenticated API for account-specific availability.