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
5 changes: 5 additions & 0 deletions src/content/changelogs/ai-gateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ productLink: "/ai-gateway/"
productArea: Developer platform
productAreaLink: /workers/platform/changelog/platform/
entries:
- publish_date: "2025-01-02"
title: DeepSeek
description: |-
* **Configuration**: Added [DeepSeek](/ai-gateway/providers/deepseek/) as a new provider.

- publish_date: "2024-12-17"
title: AI Gateway Dashboard
description: |-
Expand Down
6 changes: 3 additions & 3 deletions src/content/docs/ai-gateway/providers/deepseek.mdx
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: DeepSeek AI
title: DeepSeek
pcx_content_type: get-started
sidebar:
badge:
text: Beta
---

[DeepSeek AI](https://www.deepseek.com/) helps you build quickly with DeepSeek's advanced AI models.
[DeepSeek](https://www.deepseek.com/) helps you build quickly with DeepSeek's advanced AI models.

## Endpoint

Expand All @@ -16,7 +16,7 @@ https://gateway.ai.cloudflare.com/v1/{account_id}/{gateway_id}/deepseek

## Prerequisites

When making requests to DeepSeek AI, you will need:
When making requests to DeepSeek, you will need:

- AI Gateway Account ID
- AI Gateway gateway name
Expand Down
Loading