Skip to content

Commit c332b45

Browse files
kathayldaisyfaithaumakodster28
authored
Create 2025-02-04-aig-provider-cartesia-eleven-cerebras.mdx (#19731)
* Create 2025-02-04-aig-provider-cartesia-eleven-cerebras.mdx new providers - Cerebras, ElevenLabs, and Cartesia * Add files via upload * Update 2025-02-04-aig-provider-cartesia-eleven-cerebras.mdx testing adding an image * Update 2025-02-04-aig-provider-cartesia-eleven-cerebras.mdx added words * Add files via upload image of cerebras log * Update 2025-02-04-aig-provider-cartesia-eleven-cerebras.mdx updated image (removed test image) * Update 2025-02-04-aig-provider-cartesia-eleven-cerebras.mdx Change image to png * Add files via upload updated cerebras image with correct date * Update 2025-02-04-aig-provider-cartesia-eleven-cerebras.mdx new image * Update 2025-02-04-aig-provider-cartesia-eleven-cerebras.mdx update date and link * Update 2025-02-04-aig-provider-cartesia-eleven-cerebras.mdx remove extra ( * remove cute cat --------- Co-authored-by: daisyfaithauma <[email protected]> Co-authored-by: kodster28 <[email protected]>
1 parent edde91a commit c332b45

File tree

3 files changed

+33
-0
lines changed

3 files changed

+33
-0
lines changed
173 KB
Loading
197 KB
Loading
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
title: AI Gateway adds Cerebras, ElevenLabs, and Cartesia as new providers
3+
description: AI Gateway has added Cerebras, ElevenLabs, and Cartesia as new providers.
4+
products:
5+
- ai-gateway
6+
date: 2025-02-05T12:00:00Z
7+
---
8+
9+
[AI Gateway](/ai-gateway/) has added three new providers: [Cartesia](/ai-gateway/providers/cartesia/), [Cerebras](/ai-gateway/providers/cerebras/), and [ElevenLabs](/ai-gateway/providers/elevenlabs/), giving you more even more options for providers you can use through AI Gateway. Here's a brief overview of each:
10+
11+
- [Cartesia](/ai-gateway/providers/cartesia/) provides text-to-speech models that produce natural-sounding speech with low latency.
12+
- [Cerebras](/ai-gateway/providers/cerebras/) delivers low-latency AI inference to Meta's Llama 3.1 8B and Llama 3.3 70B models.
13+
- [ElevenLabs](/ai-gateway/providers/elevenlabs/) offers text-to-speech models with human-like voices in 32 languages.
14+
15+
![Example of Cerebras log in AI Gateway](~/assets/images/ai-gateway/cerebras2.png)
16+
17+
To get started with AI Gateway, just update the base URL. Here's how you can send a request to [Cerebras](/ai-gateway/providers/cerebras/) using cURL:
18+
19+
```bash title="Example fetch request"
20+
curl -X POST https://gateway.ai.cloudflare.com/v1/ACCOUNT_TAG/GATEWAY/cerebras/chat/completions \
21+
--header 'content-type: application/json' \
22+
--header 'Authorization: Bearer CEREBRAS_TOKEN' \
23+
--data '{
24+
"model": "llama-3.3-70b",
25+
"messages": [
26+
{
27+
"role": "user",
28+
"content": "What is Cloudflare?"
29+
}
30+
]
31+
}'
32+
```
33+

0 commit comments

Comments
 (0)