---
title: "DeepSeek API — warianty, cennik i model skill"
url: "https://runapi.ai/pl/models/deepseek.md"
canonical: "https://runapi.ai/pl/models/deepseek.md"
locale: "pl"
model: "DeepSeek"
provider: "DeepSeek"
modality: "text"
variant_count: 2
price_from_cents: 1
---

# DeepSeek API

Reasoning-first LLMs via RunAPI — flash for fast, low-cost work; pro for complex agentic tasks.

**Provider:** DeepSeek
**Modality:** Text
**Catalog:** 2 variants

DeepSeek is a family of reasoning-first language models. deepseek-v4-flash is the fast, low-cost tier with an optional thinking mode; deepseek-v4-pro targets the hardest reasoning and agentic workloads. Both are available through RunAPI with one key and per-token billing.

## Variants

| Version | Variant | Pricing | Billing | URL |
|---|---|---|---|---|
| deepseek-v4-flash | `v4-flash` | $0.010 | 1K tokens | https://runapi.ai/pl/models/deepseek/v4-flash.md |
| deepseek-v4-pro | `v4-pro` | $0.010 | 1K tokens | https://runapi.ai/pl/models/deepseek/v4-pro.md |


## API endpoints

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

- `POST /v1/chat/completions`
- `POST /v1/responses`
- `POST /v1/messages`
- `POST /v1beta/models/{model}:generateContent`
- `POST /v1beta/models/{model}:streamGenerateContent`

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

## Context

DeepSeek models are large language models tuned for reasoning, code, and agentic tool use. Through RunAPI they share a single API key with pay-as-you-go token billing, and are callable from both the OpenAI and Anthropic SDKs.

## FAQ

### Od jakiego wariantu powinienem zacząć?

Wybierz najtańszy wariant, który spełnia Twoje wymagania jakościowe. Większość zespołów zaczyna od szybkiego wariantu, a do produkcji przechodzi na pro.

### Czy jest darmowy plan?

Nowe konta otrzymują darmowe pierwsze wywołania dla każdego modelu. Później płacisz za każde wywołanie.

### Czy streamujecie wyniki?

Tam, gdzie streaming jest dostępny, RunAPI streamuje end-to-end.

### Jak są rozliczane nieudane próby?

Nieudane generacje nie są obciążane opłatą.

### Czy wyniki są buforowane?

Wygenerowane wyniki są zapisywane i można je pobrać po ID zadania. Dane wejściowe nie są buforowane.

### Czy mogę używać komercyjnie?

Tak — użycie komercyjne jest dostępne dla każdego wariantu, chyba że licencja modelu wyraźnie to ogranicza; informacja taka jest podana na stronie wariantu.

### A co z limitami zapytań?

Limity na klucz rosną wraz z poziomem wykorzystania. Aktualne limity znajdziesz na stronie cennika.

### Gdzie mogę zgłosić problem?

Otwórz zgłoszenie w publicznym repozytorium GitHub albo napisz do supportu.

