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 a discounted prompt-cache hit rate. Best price/performance for heavy reasoning workloads.
Quelle: deepseek_2026_08_official_peak · Verifiziert am 2026-08-20
Cache-Lesezugriff $0.044/M · Cache-Schreibzugriff —/M
Zum API-Aufruf kann jede der IDs verwendet werden.
deepseek/deepseek-v4-proErsetzen Sie den Platzhalter ONEHOP_KEY durch Ihren API key. Erstellen →
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)5.741 Anfragen in den letzten 30 Tagen