New on Dedicated Model Inference: canary rollouts.
Upgrade the model behind a live endpoint without downtime. Traffic moves from your current deployment to the new checkpoint in gated steps (default 5% → 25% → 50% → 100%).
Health checks run before any traffic shifts. After every step, metric gates compare the new model's p95 latency and error rate against the old one. If a gate trips, the rollout pauses at the canary share and waits for you: resume, promote to 100%, or roll back.
Three strategies: canary, blue-green, and rolling. Available now via the tg CLI, REST API, and Python SDK.
Learn how to start a rollout:
顯示更多