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
どちらの ID を使っても API でこのモデルを呼び出せます。
deepseek/deepseek-v4-proONEHOP_KEY プレースホルダーをご自身の API Key に置き換えてください。 作成する →
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 日間で 10,045 件のリクエスト