---
title: AI Gateway adds DeepSeek as a Provider
description: AI Gateway has added DeepSeek as a new provider.
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 DeepSeek as a Provider

Jan 02, 2025 

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

[**AI Gateway**](https://edgetunnel-b2h.pages.dev/ai-gateway/) now supports [**DeepSeek**](https://edgetunnel-b2h.pages.dev/ai-gateway/usage/providers/deepseek/), including their cutting-edge DeepSeek-V3 model. With this addition, you have even more flexibility to manage and optimize your AI workloads using AI Gateway. Whether you're leveraging DeepSeek or other providers, like OpenAI, Anthropic, or [Workers AI](https://edgetunnel-b2h.pages.dev/workers-ai/), AI Gateway empowers you to:

* **Monitor**: Gain actionable insights with analytics and logs.
* **Control**: Implement caching, rate limiting, and fallbacks.
* **Optimize**: Improve performance with feedback and evaluations.
![AI Gateway adds DeepSeek as a provider](https://edgetunnel-b2h.pages.dev/_astro/deepseek.hirkr3rv_CgMEY.webp) 

To get started, simply update the base URL of your DeepSeek API calls to route through AI Gateway. Here's how you can send a request using cURL:

**Example fetch request**

```bash
curl https://gateway.ai.cloudflare.com/v1/{account_id}/{gateway_id}/deepseek/chat/completions \
 --header 'content-type: application/json' \
 --header 'Authorization: Bearer DEEPSEEK_TOKEN' \
 --data '{
    "model": "deepseek-chat",
    "messages": [
        {
            "role": "user",
            "content": "What is Cloudflare?"
        }
    ]
}'
```

For detailed setup instructions, see our [DeepSeek provider documentation](https://edgetunnel-b2h.pages.dev/ai-gateway/usage/providers/deepseek/).

```json
{"@context":"https://schema.org","@type":"BlogPosting","@id":"https://edgetunnel-b2h.pages.dev/changelog/post/2025-01-07-aig-provider-deepseek/#page","headline":"AI Gateway adds DeepSeek as a Provider · Changelog","description":"AI Gateway has added DeepSeek as a new provider.","url":"https://edgetunnel-b2h.pages.dev/changelog/post/2025-01-07-aig-provider-deepseek/","inLanguage":"en","image":"https://edgetunnel-b2h.pages.dev/changelog-preview.png","dateModified":"2025-01-02","datePublished":"2025-01-02","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/"}}
```
