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

#Current previews

PreviewSelect withStatus
Vedika Standard 2.5speed:"standard", version:"2.5"Available now — the newer variant on the standard path.
Service tiers (flex / standard / priority) Plannedservice_tierNot 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"
}