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.
المصدر: deepseek_original_price · تم التحقق في 2026-06-01
قراءة الكاش $0.003625/M · كتابة الكاش —/M
يمكنك استخدام أي من المعرّفَين لاستدعاء هذا النموذج.
deepseek/deepseek-v4-proاستبدل placeholder الـ ONEHOP_KEY بمفتاح API الخاص بك. إنشاء مفتاح →
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)١٠٬٠٤٥ طلب · آخر 30 يوماً