From 1a0c490b0ee42aaa66f0c5880ec4a5ad51a2a295 Mon Sep 17 00:00:00 2001 From: Jason Farber Date: Thu, 7 Nov 2024 14:33:52 -0500 Subject: [PATCH 1/2] Adding a Demo button that links to the Hello World video on YT --- src/content/docs/workers-ai/index.mdx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/content/docs/workers-ai/index.mdx b/src/content/docs/workers-ai/index.mdx index 99d2a98890f89b..f39d89144a25c1 100644 --- a/src/content/docs/workers-ai/index.mdx +++ b/src/content/docs/workers-ai/index.mdx @@ -11,7 +11,7 @@ head: --- -import { CardGrid, Description, Feature, LinkTitleCard, Plan, RelatedProduct, Render } from "~/components" +import { CardGrid, Description, Feature, LinkTitleCard, Plan, RelatedProduct, Render, LinkButton } from "~/components" @@ -20,6 +20,9 @@ Run machine learning models, powered by serverless GPUs, on Cloudflare's global +Watch Demo + + Workers AI allows you to run machine learning models, on the Cloudflare network, from your own code -- whether that be from [Workers](/workers/), [Pages](/pages/), or anywhere via [the Cloudflare API](/api/operations/workers-ai-post-run-model). With the launch of Workers AI, Cloudflare is rolling out GPUs to its global network. This enables you to build and deploy ambitious AI applications that run near your users, wherever they are. From 48fe065fb3bb9fec46dfec9e3a0461d281a55a61 Mon Sep 17 00:00:00 2001 From: Jason Farber Date: Thu, 7 Nov 2024 16:03:04 -0500 Subject: [PATCH 2/2] updates --- src/content/docs/workers-ai/index.mdx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/content/docs/workers-ai/index.mdx b/src/content/docs/workers-ai/index.mdx index f39d89144a25c1..24d677eb06ffca 100644 --- a/src/content/docs/workers-ai/index.mdx +++ b/src/content/docs/workers-ai/index.mdx @@ -11,7 +11,7 @@ head: --- -import { CardGrid, Description, Feature, LinkTitleCard, Plan, RelatedProduct, Render, LinkButton } from "~/components" +import { CardGrid, Description, Feature, LinkTitleCard, Plan, RelatedProduct, Render, LinkButton, Flex } from "~/components" @@ -20,13 +20,16 @@ Run machine learning models, powered by serverless GPUs, on Cloudflare's global -Watch Demo - - Workers AI allows you to run machine learning models, on the Cloudflare network, from your own code -- whether that be from [Workers](/workers/), [Pages](/pages/), or anywhere via [the Cloudflare API](/api/operations/workers-ai-post-run-model). With the launch of Workers AI, Cloudflare is rolling out GPUs to its global network. This enables you to build and deploy ambitious AI applications that run near your users, wherever they are. +
+ Get started + Watch a Workers AI demo +
+ +