---
title: "Modelli AI DeepSeek — accesso API tramite RunAPI"
url: "https://runapi.ai/it/providers/deepseek.md"
canonical: "https://runapi.ai/it/providers/deepseek.md"
locale: "it"
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/it/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/it/models/deepseek/v4-flash.md |
| DeepSeek | `v4-pro` | 1K tokens | $0.010 | https://runapi.ai/it/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

### È un&#39;integrazione ufficiale di DeepSeek?

RunAPI espone una superficie API gestita con prezzi, capacità e comportamento degli errori trasparenti.

### Mi serve un account DeepSeek?

No — la tua chiave RunAPI è sufficiente per l’accesso gestito.

### Qual è l’overhead di latenza del proxying?

In genere sotto i 20 ms. RunAPI mantiene il layer proxy vicino alle regioni di esecuzione del modello.

### Le immagini / i video vengono cachati?

Gli output generati vengono salvati e possono essere recuperati tramite task ID. Gli input non vengono cachati.

### Posso usare una mia chiave?

Al momento no — le chiamate usano l’accesso gestito da RunAPI.

