Preview Releases
Opt-in, version-gated previews — what's in preview today, and how to stay on stable ground.
Some Vedika capabilities ship as previews ahead of general availability — opt-in, version-gated, and free to ignore until you are ready. Nothing about your existing integration changes unless you deliberately select one.
#What counts as a preview
- Opt-in only. A preview is selected explicitly, most often through the
versionparameter — never turned on by default under an integration that has not asked for it. - May change before general availability. Preview behaviour is not covered by the same stability guarantees as the default, GA path.
- Cross-linked from the Model Catalog, where you select it — never presented as equivalent to the stable default without saying so.
#Current previews
| Preview | Select with | Status |
|---|---|---|
| Vedika Standard 2.5 | speed:"standard", version:"2.5" | Available now — the newer variant on the standard path. |
| Service tiers (flex / standard / priority) Planned | service_tier | Not live. Marked coming soon in the API; will apply to Vedika Standard 2.5 only. |
Planned
service_tier is not built yet — see Service Tiers for the full planned shape. Vedika Standard 2.5 itself is real and callable today via version:"2.5"; it is listed here because it is newer and less battle-tested than the default version:"2".#Staying stable
If a build runs unattended, pin the version explicitly instead of relying on the default:
{
"question": "...",
"birthDetails": { "...": "..." },
"speed": "standard",
"version": "2"
}version:"2"is the stable default on the standard path.- Watch the Changelog for what has shipped, and Deprecations for anything scheduled to change.
- A preview graduating to general availability will be called out in both before its behaviour becomes the default.