Important Considerations
When using beta models, keep in mind:- May be changed or removed at any time without the standard deprecation notice period
- Not suitable for production applications or critical workflows
- May have inconsistent performance, availability, or behavior
- Limited or no migration support if removed
- Best used for testing, evaluation, and experimental projects
Current Beta Models
The following models are currently available in beta.Checking Beta Status via the API
You can check if a model is in beta by calling the List Models endpoint. Beta models include abetaModel field set to true in their model_spec:
if (model.model_spec.betaModel) to identify beta models and warn users or handle them differently in your application.