Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
3 changes: 2 additions & 1 deletion public/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@
/ai-gateway/pricing/ /ai-gateway/reference/pricing/ 301
/ai-gateway/observability/evaluations/ /ai-gateway/evaluations/ 301
/ai-gateway/observability/evaluations/set-up-evaluations/ /ai-gateway/evaluations//set-up-evaluations/ 301

ai-gateway/integration/vercel-ai-sdk/ ai-gateway/integrations/vercel-ai-sdk/ 301
ai-gateway/integration/ / ai-gateway/integrations/ 301

# analytics
/analytics/migration-guides/zone-analytics/ /analytics/graphql-api/migration-guides/zone-analytics/ 301
Expand Down
5 changes: 5 additions & 0 deletions src/content/changelogs/ai-gateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ productLink: "/ai-gateway/"
productArea: Developer platform
productAreaLink: /workers/platform/changelog/platform/
entries:
- publish_date: "2024-10-17"
title: Vercel SDK
description: |-
Added [Vercel AI SDK](https://sdk.vercel.ai/). The SDK supports many different AI providers, tools for streaming completions, and more.

- publish_date: "2024-09-26"
title: Persistent logs
description: |-
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
pcx_content_type: configuration
title: Integration
title: Integrations
sidebar:
group:
hideIndex: true
Expand Down
Loading