Skip to content
Cloudflare Docs

Tutorials

View tutorials to help you get started with Workers AI.

Docs

Name Last Updated Type Difficulty
Whisper-large-v3-turbo with Cloudflare Workers AI about 2 months ago 📝 Tutorial Beginner
Llama 3.2 11B Vision Instruct model on Cloudflare Workers AI 4 months ago 📝 Tutorial Beginner
Build a Voice Notes App with auto transcriptions using Workers AI 5 months ago 📝 Tutorial Intermediate
Build a Retrieval Augmented Generation (RAG) AI 6 months ago 📝 Tutorial Beginner
Build an interview practice tool with Workers AI 7 months ago 📝 Tutorial Intermediate
Using BigQuery with Workers AI 7 months ago 📝 Tutorial Beginner
How to Build an Image Generator using Workers AI 7 months ago 📝 Tutorial Beginner
Use event notification to summarize PDF files on upload 7 months ago 📝 Tutorial Intermediate
Explore Workers AI Models Using a Jupyter Notebook 10 months ago 📝 Tutorial Beginner
Recommend products on e-commerce sites using Workers AI and Stripe 11 months ago 📝 Tutorial Beginner
Fine Tune Models With AutoTrain from HuggingFace about 1 year ago 📝 Tutorial Beginner
Explore Code Generation Using DeepSeek Coder Models over 1 year ago 📝 Tutorial Beginner
Choose the Right Text Generation Model over 1 year ago 📝 Tutorial Beginner

Videos

Also, explore our video resources on Workers AI:

Play

OpenAI Relay Server on Cloudflare Workers

In this video, Craig Dennis walks you through the deployment of OpenAI's relay server to use with their realtime API.

Cloudflare Workflows | Introduction (Part 1 of 3)

In this video, we introduce Cloudflare Workflows, the Newest Developer Platform Primitive at Cloudflare.

Cloudflare Workflows | Batching and Monitoring Your Durable Execution (Part 2 of 3)

Workflows exposes metrics such as execution, error rates, steps, and total duration!

Cloudflare Workflows | Schedule and Sleep For Your Apps (Part 3 of 3)

Cloudflare Workflows allows you to initiate sleep as an explicit step, which can be useful when you want a Workflow to wait, schedule work ahead, or pause until an input or other external state is ready.

Building Front-End Applications | Now Supported by Cloudflare Workers

You can now build front-end applications, just like you do on Cloudflare Pages, but with the added benefit of Workers.

Build a private AI chatbot using Meta's Llama 3.1

In this video, you will learn how to set up a private AI chat powered by Llama 3.1 for secure, fast interactions, deploy the model on Cloudflare Workers for serverless, scalable performance and use Cloudflare's Workers AI for seamless integration and edge computing benefits.

How to Build Event-Driven Applications with Cloudflare Queues

In this video, we demonstrate how to build an event-driven application using Cloudflare Queues. Event-driven system lets you decouple services, allowing them to process and scale independently.

Welcome to the Cloudflare Developer Channel

Welcome to the Cloudflare Developers YouTube channel. We've got tutorials and working demos and everything you need to level up your projects. Whether you're working on your next big thing or just dorking around with some side projects, we've got you covered! So why don't you come hang out, subscribe to our developer channel and together we'll build something awesome. You're gonna love it.

AI meets Maps | Using Cloudflare AI, Langchain, Mapbox, Folium and Streamlit

Welcome to RouteMe, a smart tool that helps you plan the most efficient route between landmarks in any city. Powered by Cloudflare Workers AI, Langchain and Mapbox. This Streamlit webapp uses LLMs and Mapbox off my scripts API to solve the classic traveling salesman problem, turning your sightseeing into an optimized adventure!

Use Vectorize to add additional context to your AI Applications through RAG

A RAG based AI Chat app that uses Vectorize to access video game data for employees of Gamertown.

Cloudflare Workers AI, Building a "Hello, World" AI App!

Cloudflare's Workers AI helps you add AI functionality to the apps you are building. In this video we show you how simple and straightforward it is to build the Hello World of AI apps in under 5 minutes.

Build a URL Shortener with an AI-based admin section

We are building a URL Shortener, shrty.dev, on Cloudflare. The apps uses Workers KV and Workers Analytics engine. Craig decided to build with Workers AI runWithTools to provide a chat interface for admins.

Tool Calling Also Known as Function Calling on Cloudflare Workers AI

Tool calling, also known as function calling, is a powerful concept that lets you build Large Language Model based applications that can perform actions and retrieve external information from defined tools.

API Roll (Father's Day)

This walks through how to use Workers AI with Hono and Zod to create a streaming pun generating API.

AI can see clearly now - Build Vision Apps on Cloudflare Workers AI

The LlaVa model is hosted on Cloudflare Workers AI. Which means you are an API call away from brand new powerful vision use cases in all of your applications.

Workers AI - Getting Started - Vanilla Chat App

Get started building AI apps on Cloudflare using Pages and the GitHub starter template for a Vanilla JavaScript Chat App.

Image Generation, Inpainting, and Vision Models

Is that person you are about to swipe right on, actually real? Are they AI Generated?

Learn AI Development (models, embeddings, vectors)

In this workshop, Kristian Freeman, Cloudflare Developer Advocate, teaches the basics of AI Development - models, embeddings, and vectors (including vector databases).