---
title: AI Gateway adds Cerebras, ElevenLabs, and Cartesia as new providers
description: AI Gateway has added Cerebras, ElevenLabs, and Cartesia as new providers.
image: https://edgetunnel-b2h.pages.dev/changelog-preview.png
---

> Documentation Index  
> Fetch the complete documentation index at: https://edgetunnel-b2h.pages.dev/changelog/llms.txt  
> Use this file to discover all available pages before exploring further. 

[Skip to content](#%5Ftop) 

# Changelog

New updates and improvements at Cloudflare.

[ Subscribe to RSS ](https://edgetunnel-b2h.pages.dev/changelog/rss/index.xml) [ View RSS feeds ](https://edgetunnel-b2h.pages.dev/fundamentals/new-features/available-rss-feeds/) 

![hero image](https://edgetunnel-b2h.pages.dev/_astro/hero.CVYJHPAd_26AMqX.svg) 

[ ← Back to all posts ](https://edgetunnel-b2h.pages.dev/changelog/) 

## AI Gateway adds Cerebras, ElevenLabs, and Cartesia as new providers

Feb 05, 2025 

[ AI Gateway ](https://edgetunnel-b2h.pages.dev/ai-gateway/) 

[AI Gateway](https://edgetunnel-b2h.pages.dev/ai-gateway/) has added three new providers: [Cartesia](https://edgetunnel-b2h.pages.dev/ai-gateway/usage/providers/cartesia/), [Cerebras](https://edgetunnel-b2h.pages.dev/ai-gateway/usage/providers/cerebras/), and [ElevenLabs](https://edgetunnel-b2h.pages.dev/ai-gateway/usage/providers/elevenlabs/), giving you more even more options for providers you can use through AI Gateway. Here's a brief overview of each:

* [Cartesia](https://edgetunnel-b2h.pages.dev/ai-gateway/usage/providers/cartesia/) provides text-to-speech models that produce natural-sounding speech with low latency.
* [Cerebras](https://edgetunnel-b2h.pages.dev/ai-gateway/usage/providers/cerebras/) delivers low-latency AI inference to Meta's Llama 3.1 8B and Llama 3.3 70B models.
* [ElevenLabs](https://edgetunnel-b2h.pages.dev/ai-gateway/usage/providers/elevenlabs/) offers text-to-speech models with human-like voices in 32 languages.
![Example of Cerebras log in AI Gateway](https://edgetunnel-b2h.pages.dev/_astro/cerebras2.qHYP0ZnF_XMtnx.webp) 

To get started with AI Gateway, just update the base URL. Here's how you can send a request to [Cerebras](https://edgetunnel-b2h.pages.dev/ai-gateway/usage/providers/cerebras/) using cURL:

**Example fetch request**

```bash
curl -X POST https://gateway.ai.cloudflare.com/v1/ACCOUNT_TAG/GATEWAY/cerebras/chat/completions \
 --header 'content-type: application/json' \
 --header 'Authorization: Bearer CEREBRAS_TOKEN' \
 --data '{
    "model": "llama-3.3-70b",
    "messages": [
        {
            "role": "user",
            "content": "What is Cloudflare?"
        }
    ]
}'
```

```json
{"@context":"https://schema.org","@type":"BlogPosting","@id":"https://edgetunnel-b2h.pages.dev/changelog/post/2025-02-04-aig-provider-cartesia-eleven-cerebras/#page","headline":"AI Gateway adds Cerebras, ElevenLabs, and Cartesia as new providers · Changelog","description":"AI Gateway has added Cerebras, ElevenLabs, and Cartesia as new providers.","url":"https://edgetunnel-b2h.pages.dev/changelog/post/2025-02-04-aig-provider-cartesia-eleven-cerebras/","inLanguage":"en","image":"https://edgetunnel-b2h.pages.dev/changelog-preview.png","dateModified":"2025-02-05","datePublished":"2025-02-05","publisher":{"@type":"Organization","name":"Cloudflare","url":"https://www.cloudflare.com/"},"isPartOf":{"@type":"WebSite","@id":"https://edgetunnel-b2h.pages.dev/#website","name":"Cloudflare Docs","url":"https://edgetunnel-b2h.pages.dev/"}}
```
