From 2651b9814172697cc69cc2e1ed980d61eea9e2f3 Mon Sep 17 00:00:00 2001 From: daisyfaithauma Date: Fri, 20 Sep 2024 15:40:21 +0100 Subject: [PATCH] renamed real time logging to logging --- src/content/docs/ai-gateway/index.mdx | 46 ++++++++++++++++----------- 1 file changed, 28 insertions(+), 18 deletions(-) diff --git a/src/content/docs/ai-gateway/index.mdx b/src/content/docs/ai-gateway/index.mdx index 76430c590fe8ac2..0025616c32a9fe6 100644 --- a/src/content/docs/ai-gateway/index.mdx +++ b/src/content/docs/ai-gateway/index.mdx @@ -6,14 +6,21 @@ sidebar: head: - tag: title content: AI Gateway - --- -import { CardGrid, Description, Feature, LinkTitleCard, Plan, RelatedProduct } from "~/components" +import { + CardGrid, + Description, + Feature, + LinkTitleCard, + Plan, + RelatedProduct, +} from "~/components"; -Observe and control your AI applications. +Observe and control your AI applications. + @@ -28,45 +35,39 @@ Check out the [Get started guide](/ai-gateway/get-started/) to learn how to conf View metrics such as the number of requests, tokens, and the cost it takes to run your application. - - + Gain insight on requests and errors. - Serve requests directly from Cloudflare's cache instead of the original model provider for faster requests and cost savings. - Control how your application scales by limiting the number of requests your application receives. - Improve resilience by defining request retry and model fallbacks in case of an error. - Workers AI, OpenAI, Azure OpenAI, HuggingFace, Replicate, and more work with AI Gateway. - -*** +--- ## Related products @@ -74,30 +75,39 @@ Workers AI, OpenAI, Azure OpenAI, HuggingFace, Replicate, and more work with AI Run machine learning models, powered by serverless GPUs, on Cloudflare’s global network. - Build full-stack AI applications with Vectorize, Cloudflare’s vector database. Adding Vectorize enables you to perform tasks such as semantic search, recommendations, anomaly detection or can be used to provide context and memory to an LLM. - ## More resources - -Connect with the Workers community on Discord to ask questions, show what you are building, and discuss the platform with other developers. + + Connect with the Workers community on Discord to ask questions, show what you + are building, and discuss the platform with other developers. -Learn how you can build and deploy ambitious AI applications to Cloudflare's global network. + Learn how you can build and deploy ambitious AI applications to Cloudflare's + global network. - -Follow @CloudflareDev on Twitter to learn about product announcements, and what is new in Cloudflare Workers. + + Follow @CloudflareDev on Twitter to learn about product announcements, and + what is new in Cloudflare Workers.