File tree Expand file tree Collapse file tree 7 files changed +12
-16
lines changed
docs/ai-gateway/providers Expand file tree Collapse file tree 7 files changed +12
-16
lines changed Original file line number Diff line number Diff 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 , {
Original file line number Diff line number Diff line change 11---
22title : Cartesia
33pcx_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.
Original file line number Diff line number Diff line change 11---
22title : Cerebras
33pcx_content_type : get-started
4- sidebar :
5- badge :
6- text : Beta
74---
85
96import { Render } from " ~/components" ;
Original file line number Diff line number Diff line change 11---
22title : DeepSeek
33pcx_content_type : get-started
4- sidebar :
5- badge :
6- text : Beta
74---
85
96import { Render } from " ~/components" ;
Original file line number Diff line number Diff line change 11---
22title : ElevenLabs
33pcx_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.
Original file line number Diff line number Diff line change 11---
22title : OpenRouter
33pcx_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).
Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ productLink: "/ai-gateway/"
55productArea : Developer platform
66productAreaLink : /workers/platform/changelog/platform/
77entries :
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 : |-
You can’t perform that action at this time.
0 commit comments