GPT-5.6 Sol - 80 % de remise. Créer un compte

DeepSeek V4 Pro

by DeepSeek · DeepSeek's frontier tier, a million-token window at a fraction of frontier prices.

Contexte 1M
Entrée / M jetons 1,32 $US
Sortie / M jetons 3,96 $US
Débit

Aperçu

Capacités

  • chat
  • streaming
  • tools

Call DeepSeek V4 Pro

Copy & Run
Raisonnement
curl -sS "https://api.webway.sh/v1/chat/completions" \
  -H "Authorization: Bearer Votre API  " \
  -H "Webway-ZDR: required" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "deepseek-v4-pro",
    "messages": [{"role": "user", "content": "Hello!"}],
    "max_tokens": 64,
    "thinking": {"type": "disabled"}
  }'