← All models
DeepSeek V4 Pro — text model on LumeAPI

DeepSeek V4 Pro

deepseek/deepseek-v4-pro

Cheaper. More stable. One-stop API aggregation.

Introduction

DeepSeek V4 Pro is available as an API-only whitelist model for teams that specifically need DeepSeek's pro tier.

Use id `deepseek/deepseek-v4-pro`.

Pricing is listed at official list rates without an extra LumeAPI discount badge.

Pricing

Official$0.50 / $0.90 per 1M (in/out)
LumeAPI$0.50 / $0.90 per 1M (in/out)
per 1M tokens (in/out)
Last updated: July 2026Source: provider list price

Endpoint

Base URL: https://api.lumeapi.site/v1

Auth: Authorization: Bearer <your-lumeapi-key>

Developer docs

Open the integration notes for this model, or the modality guide for request fields and polling.

Call exampledeepseek/deepseek-v4-pro
curl https://api.lumeapi.site/v1/chat/completions \
  -H "Authorization: Bearer $LUMEAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "deepseek/deepseek-v4-pro",
    "messages": [{"role":"user","content":"Hello"}]
  }'