Model
DeepSeek V4 Flash 0731
Available through the AssetMeld OpenAI-compatible API.
- Chat Completions ✓
- Responses ✓
- Streaming ✓
- Tools ✓
- Model ID
deepseek-v4-flash-0731- Input price
- $0.080 per 1M metered tokens
- Output price
- $0.120 per 1M metered tokens
- Context window
- 131,072
- Cache pricing
- Cache read
- $0.060 per 1M metered tokens
- Cache write
- $0.002 per 1M metered tokens
- Verification
- Verified · cctest.ai + hvoy.ai
- Recent success rate
- Insufficient recent data
Integration snippet
response = client.chat.completions.create(
model="deepseek-v4-flash-0731",
messages=[
{"role": "user", "content": "Hello"}
],
)