---
title: "DeepSeek V4 Pro"
description: "Frontier reasoning and agentic coding. API identifier deepseek-v4-pro-0813, 1,048,576-token context window"
canonical: "https://inference.boundless.network/models/deepseek-v4-pro-0813"
---

# DeepSeek V4 Pro

Frontier reasoning and agentic coding.

| | |
| --- | --- |
| API identifier | `deepseek-v4-pro-0813` |
| Developer | DeepSeek |
| Context window | 1,048,576 tokens |
| Supports | text, reasoning, tool-use |
| Status | Serving |

## Rates

US dollars per 1M tokens, on-demand tier.

| Input | Cached input | Output |
| --- | --- | --- |
| $1.04 | $0.0352 | $2.08 |

## Call it

Put `deepseek-v4-pro-0813` in the `model` field. The same request works against the Anthropic Messages API — see [API Compatibility](https://inference.boundless.network/docs/api-compatibility).

```bash
curl https://api.inference.boundless.network/v1/chat/completions \
  -H "Authorization: Bearer $BOUNDLESS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "deepseek-v4-pro-0813",
    "messages": [{
      "content": "Say hello",
      "role": "user"
    }]
  }'
```

Every model we serve is listed at [Models](https://inference.boundless.network/models); the rate card in full is on [Pricing](https://inference.boundless.network/docs/pricing).
