Skip to main content
DeepSeek-V4-Flash

DeepSeek-V4-Flash

DeepSeek's fast V4 model for cost-sensitive, OpenAI-compatible text and reasoning workloads.

FastCost EfficientOpenAI Compatible

Context Window

1M

Tokens

Max Output

384K

Tokens

Model Codedeepseek-v4-flash

Playground

deepseek-v4-flash

No output yet

Pricing

PlanContext WindowMax OutputInputOutputCache WriteCache Read
deepseek-v4-flash
1M tokens--
$0.28

1M tokens

-
$0.0028

1M tokens

Cache Miss Input · $0.14 · 1M tokens

Cache read or cached input pricing applies to reused prompt tokens.

README

DeepSeek-V4-Flash is the lower-cost DeepSeek V4 option for enterprise teams that need responsive text generation, practical reasoning, and efficient token economics.
  • DeepSeek-V4-Flash is appropriate for high-volume assistants, routing tiers, extraction tasks, and latency-sensitive workflows where cost control is important.
  • The model's OpenAI-compatible chat interface helps teams adopt it behind existing API gateways, SDKs, and observability pipelines.
  • Cache-hit pricing can materially reduce repeated context cost for stable prompts, retrieval wrappers, and policy-heavy enterprise applications.

API

Use the API docs for request format, parameters, and integration details.

DeepSeek's fast V4 model for cost-sensitive, OpenAI-compatible text and reasoning workloads.

Model Code

deepseek-v4-flash

View API Docs

API

Endpoint

POST /v1/messages

Authentication

Authorization: Bearer YOUR_REACH_API_KEY
anthropic-version: 2023-06-01
Content-Type: application/json

Example

curl -X POST "https://direct.reachapi.ai/v1/messages" \
  -H "Authorization: Bearer YOUR_REACH_API_KEY" \
  -H "anthropic-version: 2023-06-01" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "YOUR_MODEL_ID",
    "messages": [
      {
        "role": "user",
        "content": "Introduce ReachAPI in one sentence."
      }
    ],
    "max_tokens": 512,
    "temperature": 0.2
  }'