DeepSeek-R1-0528-Qwen3-8B

By DeepSeek

Model name for the APIdeepseek-ai/DeepSeek-R1-0528-Qwen3-8B
Uptime, last 3 days
No record yet
Credits per reply
220
30-day average
Replies per day of check-in
~15
At 3,500 credits a day

Call it through the API

Any OpenAI-compatible client works: use the address in the sample and this model name.

import requests

response = requests.post(
    "https://onomeo.com/v1/chat/completions",
    headers={"Authorization": "Bearer YOUR_API_KEY"},
    json={"model": "deepseek-ai/DeepSeek-R1-0528-Qwen3-8B", "messages": [
        {"role": "user", "content": "Hello!"}
    ]}
)
print(response.json())

Figures come from real calls made through this site. Models are served by third-party providers and may slow down or be withdrawn; this page follows those changes.