From fac29f196351c822a26b970653e82acd93001698 Mon Sep 17 00:00:00 2001 From: mubashir1osmani Date: Mon, 2 Mar 2026 15:57:36 -0500 Subject: [PATCH] docs: add fallback setup for virtual key with Loom video Co-Authored-By: Claude Opus 4.6 --- docs/my-website/docs/tutorials/fallbacks.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/my-website/docs/tutorials/fallbacks.md b/docs/my-website/docs/tutorials/fallbacks.md index 43494af3ce..715fd57a1f 100644 --- a/docs/my-website/docs/tutorials/fallbacks.md +++ b/docs/my-website/docs/tutorials/fallbacks.md @@ -2,6 +2,10 @@ This tutorial demonstrates how to employ the `completion()` function with model fallbacks to ensure reliability. LLM APIs can be unstable, completion() with fallbacks ensures you'll always get a response from your calls +## Set Up Fallbacks for a Virtual Key + + + ## Usage To use fallback models with `completion()`, specify a list of models in the `fallbacks` parameter.