---
title: "DeepSeek AI models — API-Zugang und Skills via RunAPI"
url: "https://runapi.ai/de/providers/deepseek.md"
canonical: "https://runapi.ai/de/providers/deepseek.md"
locale: "de"
provider: "DeepSeek"
line_count: 1
variant_count: 2
---

# DeepSeek

DeepSeeks reasoning-orientierte LLMs — Flash für schnelle, kostengünstige Aufgaben und Pro für komplexe agentische Workflows, über einen einzigen RunAPI-Schlüssel.

DeepSeek entwickelt reasoning-orientierte große Sprachmodelle. Die v4-Linie umfasst deepseek-v4-flash (schnell, kostengünstig, optionales Thinking) und deepseek-v4-pro (Frontier-Reasoning und agentische Aufgaben). Beide sind über RunAPI mit den OpenAI- und Anthropic-SDKs verfügbar.

## Models

- [DeepSeek](https://runapi.ai/de/models/deepseek.md) — Text, 2 variants · from $0.010

## Variants

| Model | Variant | Billing | Starting price | URL |
|---|---|---|---|---|
| DeepSeek | `v4-flash` | 1K tokens | $0.010 | https://runapi.ai/de/models/deepseek/v4-flash.md |
| DeepSeek | `v4-pro` | 1K tokens | $0.010 | https://runapi.ai/de/models/deepseek/v4-pro.md |

## LLM API endpoints

Base URL: `https://runapi.ai`

- `POST /v1/chat/completions` — OpenAI compatible
- `POST /v1/responses` — OpenAI Responses
- `POST /v1/messages` — Anthropic compatible
- `POST /v1beta/models/{model}:generateContent` — Gemini generateContent
- `POST /v1beta/models/{model}:streamGenerateContent` — Gemini streamGenerateContent

Use a compatible SDK for the endpoint you call with your RunAPI API key.


## FAQ

### Ist das eine offizielle DeepSeek-Integration?

RunAPI stellt eine verwaltete API-Oberfläche mit transparenten Preisen, Funktionen und Fehlerverhalten bereit.

### Brauche ich ein DeepSeek-Konto?

Nein. Dein RunAPI Key reicht für den verwalteten Zugriff.

### Wie wird abgerechnet?

Pro Aufruf oder Einheit; fehlgeschlagene Generierungen werden nicht berechnet.

