---
title: "DeepSeek API — varianti, prezzi e model skill"
url: "https://runapi.ai/it/models/deepseek.md"
canonical: "https://runapi.ai/it/models/deepseek.md"
locale: "it"
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/it/models/deepseek/v4-flash.md |
| deepseek-v4-pro | `v4-pro` | $0.010 | 1K tokens | https://runapi.ai/it/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

### Da quale variante dovrei iniziare?

Scegli la variante più economica che soddisfa il tuo livello di qualità. La maggior parte dei team inizia con la variante veloce e passa alla pro per la produzione.

### C’è un piano gratuito?

I nuovi account ricevono le prime chiamate gratuite su ogni modello. Dopo, paghi per chiamata.

### Trasmettete i risultati in streaming?

Dove lo streaming è disponibile, RunAPI trasmette end-to-end.

### Come vengono addebitati i fallimenti?

Le generazioni non riuscite non vengono addebitate.

### Gli output vengono memorizzati nella cache?

Gli output generati vengono salvati e recuperabili tramite ID del task. Gli input non vengono memorizzati nella cache.

### Posso usarlo a fini commerciali?

Sì — l’uso commerciale è incluso per ogni variante, salvo che una licenza del modello lo limiti esplicitamente; in tal caso è indicato nella pagina della variante.

### E i limiti di rate limit?

I rate limit per chiave scalano in base al tier di utilizzo. Vedi la pagina prezzi per i limiti aggiornati.

### Dove posso segnalare problemi?

Apri un issue nel repo GitHub pubblico oppure scrivi al supporto.

