Skip to content
Merged
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
4 changes: 3 additions & 1 deletion src/content/docs/ai-gateway/providers/bedrock.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ export default {
});

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

// make the request through the gateway url
const response = await fetch(gatewayUrl, {
Expand Down
3 changes: 0 additions & 3 deletions src/content/docs/ai-gateway/providers/cartesia.mdx
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
---
title: Cartesia
pcx_content_type: get-started
sidebar:
badge:
text: Beta
---

[Cartesia](https://docs.cartesia.ai/) provides advanced text-to-speech services with customizable voice models.
Expand Down
3 changes: 0 additions & 3 deletions src/content/docs/ai-gateway/providers/cerebras.mdx
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
---
title: Cerebras
pcx_content_type: get-started
sidebar:
badge:
text: Beta
---

import { Render } from "~/components";
Expand Down
3 changes: 0 additions & 3 deletions src/content/docs/ai-gateway/providers/deepseek.mdx
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
---
title: DeepSeek
pcx_content_type: get-started
sidebar:
badge:
text: Beta
---

import { Render } from "~/components";
Expand Down
3 changes: 0 additions & 3 deletions src/content/docs/ai-gateway/providers/elevenlabs.mdx
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
---
title: ElevenLabs
pcx_content_type: get-started
sidebar:
badge:
text: Beta
---

[ElevenLabs](https://elevenlabs.io/) offers advanced text-to-speech services, enabling high-quality voice synthesis in multiple languages.
Expand Down
3 changes: 0 additions & 3 deletions src/content/docs/ai-gateway/providers/openrouter.mdx
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
---
title: OpenRouter
pcx_content_type: get-started
sidebar:
badge:
text: Beta
---

[OpenRouter](https://openrouter.ai/) is a platform that provides a unified interface for accessing and using large language models (LLMs).
Expand Down
9 changes: 9 additions & 0 deletions src/content/release-notes/ai-gateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ productLink: "/ai-gateway/"
productArea: Developer platform
productAreaLink: /workers/platform/changelog/platform/
entries:
- publish_date: "2025-06-18"
title: New GA providers
description: |-
We have moved the following providers out of beta and into GA:
- [Cartesia](/ai-gateway/providers/cartesia/)
- [Cerebras](/ai-gateway/providers/cerebras/)
- [DeepSeek](/ai-gateway/providers/deepseek/)
- [ElevenLabs](/ai-gateway/providers/elevenlabs/)
- [OpenRouter](/ai-gateway/providers/openrouter/)
- publish_date: "2025-05-28"
title: OpenAI Compatibility
description: |-
Expand Down
Loading