---
title: "DeepSeek AI models — API access and skills via RunAPI"
url: "https://runapi.ai/providers/deepseek.md"
canonical: "https://runapi.ai/providers/deepseek.md"
locale: "en"
provider: "DeepSeek"
line_count: 1
variant_count: 2
---

# DeepSeek

DeepSeek&#39;s reasoning-first LLMs — flash for fast, low-cost work and pro for complex agentic tasks, via one RunAPI key.

DeepSeek builds reasoning-first large language models. The v4 line spans deepseek-v4-flash (fast, low-cost, optional thinking) and deepseek-v4-pro (frontier reasoning and agentic work). Both are available through RunAPI from the OpenAI and Anthropic SDKs.

## Models

- [DeepSeek](https://runapi.ai/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/models/deepseek/v4-flash.md |
| DeepSeek | `v4-pro` | 1K tokens | $0.010 | https://runapi.ai/models/deepseek/v4-pro.md |

## LLM API endpoints

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

- `POST /v1/chat/completions` — OpenAI compatible
- `POST /v1/messages` — Anthropic compatible

Use the OpenAI or Anthropic SDK with your RunAPI API key.


## FAQ

### Is this an official %{provider} integration?

RunAPI exposes a managed API surface with transparent pricing, capability, and error behavior.

### Do I need a %{provider} account?

No — your RunAPI key is enough for managed access.

### What&#39;s the latency overhead from proxying?

Typically under 20 ms. RunAPI keeps the proxy layer close to model execution regions.

### Are images / videos cached?

Generated outputs are stored and retrievable by task ID. Inputs are not cached.

### Can I bring my own key?

Not currently — calls use RunAPI-managed access.

