DeepSeek on Zylo

DeepSeek models & pricing

DeepSeek's models, popular for strong quality at low per-token cost. Call them through one OpenAI-compatible API, billed at base per-token rates.

Last updated June 5, 2026

DeepSeek model pricing

Per 1M tokens, billed from your credit balance — no markup on usage. Prices load live from our catalogue.

ModelProviderContextInput / 1MOutput / 1M
DeepSeek V4 ProDeepSeek1M$0.435$0.87
DeepSeek V3.2DeepSeek164K$0.27$0.41
DeepSeek V3 0324DeepSeek131K$0.2002$0.8001
DeepSeek V4 FlashDeepSeek1M$0.0983$0.1966
How pricing works. The number is the base rate per 1M tokens, deducted from prepaid credits — no usage markup. Zylo's flat 25% platform fee applies only when you add credits.

Quickstart

Keep the OpenAI SDK; set base_url to Zylo and pick a DeepSeek model id.

Python
from openai import OpenAI

client = OpenAI(api_key="ZYLO_KEY", base_url="https://api.zyloai.net/v1")

response = client.chat.completions.create(
    model="deepseek-v4-pro",
    messages=[{"role": "user", "content": "Hello from Zylo!"}],
)
print(response.choices[0].message.content)

All DeepSeek models

Frequently asked questions

Which DeepSeek models can I use on Zylo?

Zylo currently offers 4 DeepSeek text models, including DeepSeek V4 Pro, DeepSeek V3.2, DeepSeek V3 0324, DeepSeek V4 Flash. See the table above for live per-1M-token pricing.

How much do DeepSeek models cost on Zylo?

Each DeepSeek model is billed at its base per-token rate, deducted from prepaid credits — no markup on usage. Zylo's 25% platform fee applies only when you add credits.

Are DeepSeek models OpenAI-compatible on Zylo?

Yes. Point any OpenAI SDK at https://api.zyloai.net/v1, use your Zylo key, and set the model id (e.g. deepseek-v4-pro).

Call DeepSeek models in under 2 minutes

Free API key, OpenAI-compatible, local payments.

Get free API key