DeepSeek

DeepSeek API

A cost-efficient model option for coding, chat, and high-volume workloads.

Context

64K

Input price

from $0.14 / 1M tokens

Output price

from $0.28 / 1M tokens

cost-efficientcoding
curl https://api.onemux.net/v1/chat/completions \
+  -H "Authorization: Bearer $ONEMUX_API_KEY" \
+  -H "Content-Type: application/json" \
+  -d '{"model":"gpt-4o","messages":[{"role":"user","content":"Hello OneMux"}]}'