Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AIG]fixes from feedback #18002

Open
wants to merge 1 commit into
base: production
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions src/content/docs/ai-gateway/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,15 @@ Next, connect your AI provider to your gateway.

AI Gateway offers multiple endpoints for each Gateway you create - one endpoint per provider, and one Universal Endpoint.

<Details header="Supported providers">
Below is a list of our supported model providers:

<DirectoryListing folder="ai-gateway/providers" />

</Details>

If you do not have a provider preference, start with one of our dedicated tutorials.

<Details header="Onboarding tutorials">
If you do not have a provider preference, start with one of our dedicated tutorials:

- [OpenAI](/ai-gateway/tutorials/deploy-aig-worker/)
- [Worker AI](/ai-gateway/tutorials/create-first-aig-workers/)

</Details>

## View analytics

Now that your provider is connected to the AI Gateway, you can view analytics for requests going through your gateway.
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/ai-gateway/providers/index.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
pcx_content_type: navigation
title: Supported providers
title: Model providers
sidebar:
order: 3
---
Expand Down
Loading