Door background frame
DeepSeek V4 Flash 0731
Limited Trial
DeepSeek-V4-Flash-0731 visualization

DeepSeek V4 Flash 0731

Limited Trial
Fast MoE model with 304B params and low, high, and max reasoning-effort levels; substantially enhanced for agentic coding and tool use, with a 1M token context window.

DeepSeek API Usage

POST /v1/chat/completions
import requests
import json

url = "https://api.akashml.com/v1/chat/completions"

payload = {
    "model": "deepseek-ai/DeepSeek-V4-Flash-0731",
    "messages": [
        {
            "role": "user",
            "content": "Hello, how are you?"
        }
    ],
    "max_tokens": 150,
    "temperature": 0.7
}

headers = {
    "Content-Type": "application/json",
    "Authorization": "Bearer YOUR_API_KEY"
}

response = requests.post(url, json=payload, headers=headers)
print(response.json())

Pricing

Price (per 1M Tokens)
Model
Input
Output
Cache Read
DeepSeek V4 Flash 0731
$0.14
$0.28

Model Details

Model Details
Provider
DeepSeek
Type
Chat
Parameters
304B
Context Length
1M
Don't see the model you need?
Let us know, and we'll add it for you.
Request Model
AkashML
X (Twitter)GitHubDiscordYouTube
AI Inference Service
Akash Network
Built on Akash Network
Copyright 2026 © akashml.com