Model pricing

deepseek-v4-pro

Input $ 0.81 · Output $ 2.43 per 1M tokens

Pricing

Input$ 0.81 per 1M tokens
Output$ 2.43 per 1M tokens
Cache read$ 0.027 per 1M tokens

Tiered pricing

base
Input$ 0.81
Output$ 2.43

API

curl
curl https://api.zipflow.xyz/v1/chat/completions \
  -H "Authorization: Bearer $API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"deepseek-v4-pro","messages":[{"role":"user","content":"Explain quantum entanglement in one paragraph."}]}'

Replace API_KEY with your ZipFlow API key.

About deepseek-v4-pro on ZipFlow

What is deepseek-v4-pro?

deepseek-v4-pro is available on ZipFlow through one unified Base URL (https://api.zipflow.xyz). One account and one API key cover every model on the platform.

How much does deepseek-v4-pro cost on ZipFlow?

deepseek-v4-pro is billed in USD: input $ 0.81 and output $ 2.43 per 1M tokens. Prices are listed on the pricing page and in the console.

How do I start using deepseek-v4-pro?

Create a ZipFlow account, create an API key in the console, and call https://api.zipflow.xyz/v1/chat/completions with the model id. Code samples are above.