Door background frame
DeepSeek-R1-0528
25k+ Runs
DeepSeek-R1-0528 visualization
DeepSeek-R1-0528
25k+ Runs
Open-weight reasoning model with transparent thought tokens; benchmarked near OpenAI o1 in depth-of-reasoning.

DeepSeek API Usage

POST /v1/chat/completions
import requests
import json

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

payload = {
    "model": "deepseek-r1-0528",
    "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
DeepSeek-R1-0528
$2.99
$6.99
Model Details
Model Details
Provider
DeepSeek
Type
Chat
Parameters
67B
Context Length
128k
Don't see the model you need?
Let us know, and we'll add it for you.
AkashML
X (Twitter)Discord
AI Inference Service
Akash Network
Built on Akash Network
Copyright 2025 © akashml.com