---
title: deepseek-flash API — cennik i specyfikacja DeepSeek | RunAPI
description: Korzystaj z deepseek-flash przez RunAPI — rodzina DeepSeek. Cennik za wywołanie, ID modelu, specyfikacja i poradnik konfiguracji dla deweloperów.
url: https://runapi.ai/pl/models/deepseek/flash.md
canonical: https://runapi.ai/pl/models/deepseek/flash
locale: pl
site: RunAPI
image: https://runapi.ai/assets/opengraph-bfaaa0f0.png
alternates:
  en: https://runapi.ai/models/deepseek/flash
  zh-CN: https://runapi.ai/zh-CN/models/deepseek/flash
  es: https://runapi.ai/es/models/deepseek/flash
  ja: https://runapi.ai/ja/models/deepseek/flash
  de: https://runapi.ai/de/models/deepseek/flash
  fr: https://runapi.ai/fr/models/deepseek/flash
  pt-BR: https://runapi.ai/pt-BR/models/deepseek/flash
  ko: https://runapi.ai/ko/models/deepseek/flash
  it: https://runapi.ai/it/models/deepseek/flash
  nl: https://runapi.ai/nl/models/deepseek/flash
  pl: https://runapi.ai/pl/models/deepseek/flash
  tr: https://runapi.ai/tr/models/deepseek/flash
  zh-TW: https://runapi.ai/zh-TW/models/deepseek/flash
  zh-HK: https://runapi.ai/zh-HK/models/deepseek/flash
  ar: https://runapi.ai/ar/models/deepseek/flash
  x-default: https://runapi.ai/models/deepseek/flash
model: DeepSeek
provider: DeepSeek
variant_id: deepseek-flash
sdk_model_id: deepseek-flash
modality: text
billing_unit: 1K tokens
status: active
---

> HTML version: https://runapi.ai/pl/models/deepseek/flash
> Site index for agents: https://runapi.ai/llms.txt


# deepseek-flash API

Korzystaj z deepseek-flash z rodziny DeepSeek przez RunAPI. Cennik za wywołanie, bez subskrypcji — nieudane generacje nie są rozliczane.

**DeepSeek / [DeepSeek](https://runapi.ai/pl/models/deepseek.md)**
**Operacyjny · text · Do użytku komercyjnego**

<!-- catalog-model-detail-slot: model-playground -->

## Wypróbuj DeepSeek flash

Wybierz dowolny model i generuj w kilka sekund.


**Model:**
- **Message** — `message` · `deepseek-flash` · Input $0.30 / 1M tokens | Output $1.20 / 1M tokens
- **Chat completion**

**Prompt:** Opisz, co chcesz stworzyć...

**Szacunkowo:** Input $0.30 / 1M tokens | Output $1.20 / 1M tokens

- [Generuj](https://runapi.ai/pl/login)
Zaloguj się, aby generować przez RunAPI.
<!-- /catalog-model-detail-slot: model-playground -->

### Zmień wariant

- **deepseek-flash** (current)
- [deepseek-v4-flash](https://runapi.ai/pl/models/deepseek/v4-flash.md)
- [deepseek-v4-flash-vision-exp](https://runapi.ai/pl/models/deepseek/v4-flash-vision-exp.md)
- [deepseek-v4-pro](https://runapi.ai/pl/models/deepseek/v4-pro.md)

4 dostępnych wariantów



deepseek-flash trafia w optymalny punkt między jakością a kosztem w rodzinie DeepSeek.

- Cennik za wywołanie w USD
- Nieudane generacje nie są rozliczane
- Streaming, gdy jest obsługiwany przez model
- Setup model skilla




## Szczegóły techniczne

| Pole | Wartość |
|---|---|
| Dostawca | DeepSeek |
| ID modelu | deepseek-flash |
| Modalność | Text |
| Typy zadań | Synchronous |
| Endpoint API | `/v1/chat/completions` |
|  | `/v1/responses` |
|  | `/v1/messages` |
|  | `/v1beta/models/deepseek-flash:generateContent` |
|  | `/v1beta/models/deepseek-flash:streamGenerateContent` |
| Jednostka rozliczeniowa | 1K tokens |
| Status katalogu | Operacyjny |



**JAK TO DZIAŁA**

## Użyj tego modelu w 3 krokach

1. **Uzyskaj klucz** - Zarejestruj się bezpłatnie i utwórz klucz API dla deepseek-flash w panelu.
2. **Wyślij żądanie** - Wyślij żądanie POST do /v1/chat/completions z identyfikatorem modelu deepseek-flash i parametrami.
3. **Pobierz wyniki** - Odczytaj bezpośrednio z endpointu ukończoną odpowiedź deepseek-flash.



<!-- catalog-model-detail-slot: feature-cards -->

## Co oferuje ten model

- **Pokrycie endpointów** — Udostępnia 2 publiczny(-e) endpoint(-y): message, chat_completion.
- **Rozliczenia według użycia** — Rozliczane według 1K tokens bez wymogu subskrypcji.
<!-- /catalog-model-detail-slot: feature-cards -->


## DeepSeek flash Cennik

| Endpoint | Rozdzielczość | Czas trwania | Cena |
|---|---|---|---|
| `message` | Niedostępne | 1K tokens | Input: $0.30 / 1M tokens<br>Output: $1.20 / 1M tokens<br>Cache read: $0.01 / 1M tokens |
| `chat_completion` | Niedostępne | 1K tokens | Input: $0.30 / 1M tokens<br>Output: $1.20 / 1M tokens<br>Cache read: $0.01 / 1M tokens |



**ODNIESIENIE API**

## Specyfikacja endpointu

| Field | Value |
|---|---|
| Endpoint | `POST /v1/chat/completions` |
| ID modelu | `deepseek-flash` |
| Typy zadań | `message, chat_completion` |
| Maksymalny czas trwania | `Niedostępne` |
| Rozdzielczości | `Niedostępne` |
| Proporcje obrazu | `Niedostępne` |
| Format wyjściowy | `Niedostępne` |
| Średni czas generowania | `Niedostępne` |


<!-- catalog-model-detail-slot: request-parameters -->

## Parametry żądania

Dla tego endpointu nie opublikowano parametrów żądania.
<!-- /catalog-model-detail-slot: request-parameters -->

**Request example**

```json
{
  "model": "deepseek-flash",
  "messages": [
    {
      "role": "user",
      "content": "Refactor this Python module for readability, explain each change, then add unit tests for the edge cases."
    }
  ]
}
```

### Szybki start — deepseek-flash

Ten sam format · wariant przypięty w modelu

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

| Endpoint | Protocol |
|---|---|
| `POST /v1/chat/completions` | OpenAI compatible |
| `POST /v1/responses` | OpenAI Responses |
| `POST /v1/messages` | Anthropic compatible |
| `POST /v1beta/models/deepseek-flash:generateContent` | Gemini generateContent |
| `POST /v1beta/models/deepseek-flash:streamGenerateContent` | Gemini streamGenerateContent |

Use the OpenAI or Anthropic SDK with your RunAPI API key and `model: "deepseek-flash"`.

### Użyj deepseek-flash w czterech krokach

1. **Instalacja** — Zainstaluj model skill dla tej linii modeli.
2. **Konfiguracja** — Ustaw pole model na pełny identyfikator modelu widoczny na tej stronie.
3. **Wywołanie** — Wyślij typowane żądanie z promptem, danymi wejściowymi i ustawieniami callbacku.
4. **Odbiór** — Odczytaj odpowiedź zadania, webhook callback lub adres URL zapisanego wyniku z RunAPI.

### Co wyróżnia deepseek-flash

- **VS DEEPSEEK-V4-FLASH: deepseek-flash** — Fast, low-cost reasoning; toggle thinking per request
- **VS DEEPSEEK-V4-FLASH-VISION-EXP: deepseek-flash** — Kontekst 1M; obrazy wejściowe do zadań wizyjnych; JPEG, PNG, GIF i WebP
- **VS DEEPSEEK-V4-PRO: deepseek-flash** — Flagship reasoning and analysis for complex agentic work

## PRZYPADKI UŻYCIA

**Obsługa klienta**

Odpowiadaj na pytania klientów na podstawie prywatnej bazy wiedzy, zmniejszając liczbę zgłoszeń.

**Analiza dokumentów**

Twórz podsumowania umów i wyłapuj kluczowe klauzule do weryfikacji przez prawnika.

**Generowanie kodu**

Automatycznie generuj testy jednostkowe, sugestie code review i refaktoryzacji w CI.



## Najczęściej zadawane pytania o DeepSeek flash

### Jak wybrać deepseek-flash?

Przekaż identyfikator modelu wyświetlony w quickstarcie.

### Jaki jest limit rate limit dla tej warianty?

Limity na klucz skalują się wraz z poziomem wykorzystania. Aktualne limity znajdziesz na stronie cennika.

### Czy mogę później zmienić wariant?

Tak — wariant to flaga. Zmieniasz go, aktualizując parametr model.

### Czy obsługuje streaming?

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

### Gdzie zgłaszać problemy z jakością?

Otwórz issue w publicznym repo na GitHubie albo napisz do supportu.


### RELATED

- [deepseek-v4-flash](https://runapi.ai/pl/models/deepseek/v4-flash.md) — od DeepSeek · Input $0.30 / 1M tokens | Output $1.20 / 1M tokens
- [deepseek-v4-flash-vision-exp](https://runapi.ai/pl/models/deepseek/v4-flash-vision-exp.md) — od DeepSeek · Input $0.30 / 1M tokens | Output $1.20 / 1M tokens
- [deepseek-v4-pro](https://runapi.ai/pl/models/deepseek/v4-pro.md) — od DeepSeek · Input $1.32 / 1M tokens | Output $3.96 / 1M tokens
- [Claude](https://runapi.ai/pl/models/claude.md) — od Anthropic · $0.0006 / 1K tokens

### Zacznij budować z DeepSeek.

- [Utwórz darmowe konto](https://runapi.ai/pl/login)
- [Przeczytaj quickstart →](https://runapi.ai/pl/docs/api/openai/chat-completions)
## Budujesz z zespołem?

Pomożemy w konfiguracji dla firm, integracjach i kwestiach technicznych.

[Skontaktuj się](https://runapi.ai/pl/contact.md)



---

## More from RunAPI

- [Home](https://runapi.ai/pl/.md)
### Produkt
- [Katalog modeli](https://runapi.ai/pl/models.md)
- [Cennik](https://runapi.ai/pl/pricing.md)
- [Dostawcy](https://runapi.ai/pl/models#all-models)
### Dla developerów
- [Dokumentacja](https://runapi.ai/pl/docs/guides)
- [SDK](https://runapi.ai/pl/sdk.md)
- [CLI](https://runapi.ai/pl/cli.md)
- [Serwer MCP](https://runapi.ai/pl/mcp.md)
### Przewodniki
- [Claude Code vs Cursor](https://runapi.ai/pl/claude-code-vs-cursor.md)
- [Konfiguracja Cursor API](https://runapi.ai/pl/cursor-api-setup.md)
- [RunAPI vs OpenRouter](https://runapi.ai/pl/openrouter-alternative.md)
### Firma
- [Enterprise](https://runapi.ai/pl/contact.md)
- [Kontakt](https://runapi.ai/pl/contact.md)
### Prawne
- [Regulamin](https://runapi.ai/pl/terms.md)
- [Prywatność](https://runapi.ai/pl/privacy.md)
- [Site index for agents](https://runapi.ai/llms.txt)

Contact: contact@runapi.ai

## Structured data

```json
[
  {
    "@context": "https://schema.org",
    "inLanguage": "pl",
    "@type": "WebSite",
    "name": "RunAPI",
    "url": "https://runapi.ai/pl",
    "potentialAction": {
      "@type": "SearchAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://runapi.ai/pl/models?q={search_term_string}"
      },
      "query-input": "required name=search_term_string"
    }
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "pl",
    "@type": "Organization",
    "name": "RunAPI",
    "url": "https://runapi.ai/pl",
    "logo": {
      "@type": "ImageObject",
      "url": "https://runapi.ai/plicon.svg"
    },
    "sameAs": [
      "https://github.com/runapi-ai"
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "pl",
    "@type": "SoftwareApplication",
    "name": "DeepSeek deepseek-flash",
    "applicationCategory": "DeveloperApplication"
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "pl",
    "@type": "BreadcrumbList",
    "itemListElement": [
      {
        "@type": "ListItem",
        "position": 1,
        "name": "Home",
        "item": "https://runapi.ai/pl"
      },
      {
        "@type": "ListItem",
        "position": 2,
        "name": "Models",
        "item": "https://runapi.ai/pl/models"
      },
      {
        "@type": "ListItem",
        "position": 3,
        "name": "DeepSeek",
        "item": "https://runapi.ai/pl/models/deepseek"
      },
      {
        "@type": "ListItem",
        "position": 4,
        "name": "deepseek-flash",
        "item": "https://runapi.ai/pl/models/deepseek/flash"
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "pl",
    "@type": "HowTo",
    "name": "Użyj deepseek-flash w czterech krokach",
    "description": "Korzystaj z deepseek-flash przez RunAPI — rodzina DeepSeek. Cennik za wywołanie, ID modelu, specyfikacja i poradnik konfiguracji dla deweloperów.",
    "totalTime": "PT5M",
    "step": [
      {
        "@type": "HowToStep",
        "position": 1,
        "name": "Instalacja",
        "text": "Zainstaluj model skill dla tej linii modeli.",
        "url": "https://runapi.ai/pl/models/deepseek/flash#how-step-1"
      },
      {
        "@type": "HowToStep",
        "position": 2,
        "name": "Konfiguracja",
        "text": "Ustaw pole model na pełny identyfikator modelu widoczny na tej stronie.",
        "url": "https://runapi.ai/pl/models/deepseek/flash#how-step-2"
      },
      {
        "@type": "HowToStep",
        "position": 3,
        "name": "Wywołanie",
        "text": "Wyślij typowane żądanie z promptem, danymi wejściowymi i ustawieniami callbacku.",
        "url": "https://runapi.ai/pl/models/deepseek/flash#how-step-3"
      },
      {
        "@type": "HowToStep",
        "position": 4,
        "name": "Odbiór",
        "text": "Odczytaj odpowiedź zadania, webhook callback lub adres URL zapisanego wyniku z RunAPI.",
        "url": "https://runapi.ai/pl/models/deepseek/flash#how-step-4"
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "pl",
    "@type": "FAQPage",
    "mainEntity": [
      {
        "@type": "Question",
        "name": "Jak wybrać deepseek-flash?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "Przekaż identyfikator modelu wyświetlony w quickstarcie."
        }
      },
      {
        "@type": "Question",
        "name": "Jaki jest limit rate limit dla tej warianty?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "Limity na klucz skalują się wraz z poziomem wykorzystania. Aktualne limity znajdziesz na stronie cennika."
        }
      },
      {
        "@type": "Question",
        "name": "Czy mogę później zmienić wariant?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "Tak — wariant to flaga. Zmieniasz go, aktualizując parametr model."
        }
      },
      {
        "@type": "Question",
        "name": "Czy obsługuje streaming?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "Tam, gdzie streaming jest dostępny, RunAPI streamuje end-to-end."
        }
      },
      {
        "@type": "Question",
        "name": "Gdzie zgłaszać problemy z jakością?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "Otwórz issue w publicznym repo na GitHubie albo napisz do supportu."
        }
      }
    ]
  }
]
```
