We sometimes release models in beta to gather feedback and confirm their performance before a full production rollout. Beta models are available to all users but are not recommended for production use. Beta status does not guarantee promotion to production. A beta model may be removed if it is too costly to run, performs poorly at scale, or raises safety concerns. Beta models can change without notice and may have limited documentation or support. Models that prove stable, broadly useful, and aligned with our standards are promoted to general availability.Documentation Index
Fetch the complete documentation index at: https://veniceai-experiment-guides-top-level-tab.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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.