deepseek/deepseek-v4-pro
DeepSeek's flagship V4 reasoning model. Strong coding and math with an explicit thinking mode, a native 1M-token context window at no surcharge, and aggressive prompt-cache pricing. Best price/performance for heavy reasoning workloads.
Source : deepseek_original_price · Vérifié le 2026-06-01
Lecture cache $0.003625/M · Écriture cache —/M
Utilisez l'un ou l'autre des IDs pour appeler ce modèle via l'API.
deepseek/deepseek-v4-proRemplacez le placeholder ONEHOP_KEY par votre API key. Créer →
from openai import OpenAI
client = OpenAI(
base_url="https://api.onehop.ai/v1",
api_key="<ONEHOP_KEY>",
)
completion = client.chat.completions.create(
model="deepseek/deepseek-v4-pro",
messages=[{"role": "user", "content": "What is the meaning of life?"}],
)
print(completion.choices[0].message.content)10 045 requêtes · 30 derniers jours