Skip to content

Commit

Permalink
renamed real time logging to logging (#16982)
Browse files Browse the repository at this point in the history
  • Loading branch information
daisyfaithauma authored Sep 20, 2024
1 parent 5a4b7f8 commit c766a73
Showing 1 changed file with 28 additions and 18 deletions.
46 changes: 28 additions & 18 deletions src/content/docs/ai-gateway/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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";

<Description>

Observe and control your AI applications.
Observe and control your AI applications.

</Description>

<Plan type="all" />
Expand All @@ -28,76 +35,79 @@ 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.


</Feature>

<Feature header="Real-time logs" href="/ai-gateway/observability/analytics/#logging" cta="View Real-time logs">
<Feature header="Logging" href="/ai-gateway/observability/analytics/#logging" cta="View Logging">

Gain insight on requests and errors.


</Feature>

<Feature header="Caching" href="/ai-gateway/configuration/caching/">

Serve requests directly from Cloudflare's cache instead of the original model provider for faster requests and cost savings.


</Feature>

<Feature header="Rate limiting" href="/ai-gateway/configuration/rate-limiting">

Control how your application scales by limiting the number of requests your application receives.


</Feature>

<Feature header="Request retry and fallback" href="/ai-gateway/configuration/fallbacks/">

Improve resilience by defining request retry and model fallbacks in case of an error.


</Feature>

<Feature header="Your favorite providers" href="/ai-gateway/providers/">

Workers AI, OpenAI, Azure OpenAI, HuggingFace, Replicate, and more work with AI Gateway.


</Feature>

***
---

## Related products

<RelatedProduct header="Workers AI" href="/workers-ai/" product="workers-ai">

Run machine learning models, powered by serverless GPUs, on Cloudflare’s global network.


</RelatedProduct>

<RelatedProduct header="Vectorize" href="/vectorize/" product="vectorize">

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.


</RelatedProduct>

## More resources

<CardGrid>

<LinkTitleCard title="Developer Discord" href="https://discord.cloudflare.com" icon="discord">
Connect with the Workers community on Discord to ask questions, show what you are building, and discuss the platform with other developers.
<LinkTitleCard
title="Developer Discord"
href="https://discord.cloudflare.com"
icon="discord"
>
Connect with the Workers community on Discord to ask questions, show what you
are building, and discuss the platform with other developers.
</LinkTitleCard>

<LinkTitleCard title="Use cases" href="/use-cases/ai/" icon="document">
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.
</LinkTitleCard>

<LinkTitleCard title="@CloudflareDev" href="https://x.com/cloudflaredev" icon="x.com">
Follow @CloudflareDev on Twitter to learn about product announcements, and what is new in Cloudflare Workers.
<LinkTitleCard
title="@CloudflareDev"
href="https://x.com/cloudflaredev"
icon="x.com"
>
Follow @CloudflareDev on Twitter to learn about product announcements, and
what is new in Cloudflare Workers.
</LinkTitleCard>

</CardGrid>

0 comments on commit c766a73

Please sign in to comment.