Why isn't W&B Inference available for my personal account?
Support:
less than a minute
Personal accounts don’t support W&B Inference. You’ll see this 429 error: “W&B Inference isn’t available for personal accounts. Please switch to a non-personal account to access W&B Inference.”
Background
Personal entities were deprecated in May 2024. This only affects legacy accounts that still use personal entities.
How to access W&B Inference
Create a Team
- Log in to your W&B account
- Click on your profile icon in the top right
- Select “Create new team”
- Choose a team name
- Use this team for W&B Inference requests
Update your code
Change from personal entity to team:
Before (doesn’t work):
project="your-username/project-name" # Personal entity
After (works):
project="your-team/project-name" # Team entity
Benefits of using Teams
- Access to W&B Inference
- Better collaboration features
- Shared projects and resources
- Team-based billing and usage tracking
Need help?
If you’re having trouble creating a team or switching from a personal account, contact W&B support for assistance.
Feedback
Was this page helpful?
Glad to hear it! If you have more to say, please let us know.
Sorry to hear that. Please tell us how we can improve.