Skip to content

Commit afa77b4

Browse files
authored
[AIG] Providers out of beta (#23096)
1 parent 5e70485 commit afa77b4

File tree

7 files changed

+12
-16
lines changed

7 files changed

+12
-16
lines changed

src/content/docs/ai-gateway/providers/bedrock.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@ export default {
8383
});
8484

8585
// Gateway Url
86-
const gatewayUrl = new URL(`https://gateway.ai.cloudflare.com/v1/${cfAccountId}/${gatewayName}/aws-bedrock/bedrock-runtime/${region}/model/amazon.titan-embed-text-v1/invoke`);
86+
const gatewayUrl = new URL(
87+
`https://gateway.ai.cloudflare.com/v1/${cfAccountId}/${gatewayName}/aws-bedrock/bedrock-runtime/${region}/model/amazon.titan-embed-text-v1/invoke`,
88+
);
8789

8890
// make the request through the gateway url
8991
const response = await fetch(gatewayUrl, {

src/content/docs/ai-gateway/providers/cartesia.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
---
22
title: Cartesia
33
pcx_content_type: get-started
4-
sidebar:
5-
badge:
6-
text: Beta
74
---
85

96
[Cartesia](https://docs.cartesia.ai/) provides advanced text-to-speech services with customizable voice models.

src/content/docs/ai-gateway/providers/cerebras.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
---
22
title: Cerebras
33
pcx_content_type: get-started
4-
sidebar:
5-
badge:
6-
text: Beta
74
---
85

96
import { Render } from "~/components";

src/content/docs/ai-gateway/providers/deepseek.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
---
22
title: DeepSeek
33
pcx_content_type: get-started
4-
sidebar:
5-
badge:
6-
text: Beta
74
---
85

96
import { Render } from "~/components";

src/content/docs/ai-gateway/providers/elevenlabs.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
---
22
title: ElevenLabs
33
pcx_content_type: get-started
4-
sidebar:
5-
badge:
6-
text: Beta
74
---
85

96
[ElevenLabs](https://elevenlabs.io/) offers advanced text-to-speech services, enabling high-quality voice synthesis in multiple languages.

src/content/docs/ai-gateway/providers/openrouter.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
---
22
title: OpenRouter
33
pcx_content_type: get-started
4-
sidebar:
5-
badge:
6-
text: Beta
74
---
85

96
[OpenRouter](https://openrouter.ai/) is a platform that provides a unified interface for accessing and using large language models (LLMs).

src/content/release-notes/ai-gateway.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ productLink: "/ai-gateway/"
55
productArea: Developer platform
66
productAreaLink: /workers/platform/changelog/platform/
77
entries:
8+
- publish_date: "2025-06-18"
9+
title: New GA providers
10+
description: |-
11+
We have moved the following providers out of beta and into GA:
12+
- [Cartesia](/ai-gateway/providers/cartesia/)
13+
- [Cerebras](/ai-gateway/providers/cerebras/)
14+
- [DeepSeek](/ai-gateway/providers/deepseek/)
15+
- [ElevenLabs](/ai-gateway/providers/elevenlabs/)
16+
- [OpenRouter](/ai-gateway/providers/openrouter/)
817
- publish_date: "2025-05-28"
918
title: OpenAI Compatibility
1019
description: |-

0 commit comments

Comments
 (0)