Beta headers are often used in conjunction with the beta namespace in the client SDKs
How to use beta headers
To access beta features, include theanthropic-beta
header in your API requests:
Beta features are experimental and may:
- Have breaking changes without notice
- Be deprecated or removed
- Have different rate limits or pricing
- Not be available in all regions
Multiple beta features
To use multiple beta features in a single request, include all feature names in the header separated by commas:Version naming conventions
Beta feature names typically follow the pattern:feature-name-YYYY-MM-DD
, where the date indicates when the beta version was released. Always use the exact beta feature name as documented.
Error handling
If you use an invalid or unavailable beta header, you’ll receive an error response:Getting help
For questions about beta features:- Check the documentation for the specific feature
- Review the API changelog for updates
- Contact support for assistance with production usage