diff --git a/docs/guides/examples/fal-ai-realtime.mdx b/docs/guides/examples/fal-ai-realtime.mdx index 45af7eaf5..999ad6c43 100644 --- a/docs/guides/examples/fal-ai-realtime.mdx +++ b/docs/guides/examples/fal-ai-realtime.mdx @@ -1,7 +1,7 @@ --- -title: "Convert an image to a cartoon using Fal.ai and Trigger.dev Realtime" +title: "Generate an image from a prompt using Fal.ai and Trigger.dev Realtime" sidebarTitle: "Fal.ai with Realtime" -description: "This example demonstrates how to convert an image to a cartoon using Fal.ai and shows the progress of the task on the frontend using Trigger.dev Realtime." +description: "This example task generates an image from a prompt using Fal.ai and shows the progress of the task on the frontend using Trigger.dev Realtime." --- ## Walkthrough diff --git a/docs/guides/introduction.mdx b/docs/guides/introduction.mdx index df3f7239b..a3c249951 100644 --- a/docs/guides/introduction.mdx +++ b/docs/guides/introduction.mdx @@ -41,7 +41,8 @@ Tasks you can copy and paste to get started with Trigger.dev. They can all be ex | :---------------------------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------- | | [DALL·E 3 image generation](/guides/examples/dall-e3-generate-image) | Use OpenAI's GPT-4o and DALL·E 3 to generate an image and text. | | [Deepgram audio transcription](/guides/examples/deepgram-transcribe-audio) | Transcribe audio using Deepgram's speech recognition API. | -| [fal AI image to cartoon](/guides/examples/fal-ai-image-to-cartoon) | Convert an image to a cartoon using fal AI, and upload the result to Cloudflare R2. | +| [Fal.ai image to cartoon](/guides/examples/fal-ai-image-to-cartoon) | Convert an image to a cartoon using Fal.ai, and upload the result to Cloudflare R2. | +| [Fal.ai with Realtime](/guides/examples/fal-ai-realtime) | Generate an image from a prompt using Fal.ai and show the progress of the task on the frontend using Realtime. | | [FFmpeg video processing](/guides/examples/ffmpeg-video-processing) | Use FFmpeg to process a video in various ways and save it to Cloudflare R2. | | [Firecrawl URL crawl](/guides/examples/firecrawl-url-crawl) | Learn how to use Firecrawl to crawl a URL and return LLM-ready markdown. | | [OpenAI with retrying](/guides/examples/open-ai-with-retrying) | Create a reusable OpenAI task with custom retry options. |