GPT-5.6 Sol - 80% taniej. Załóż konto

DeepSeek V4 Pro

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

Kontekst 1M
Wejście / mln tokenów 1,32 USD
Wyjście / mln tokenów 3,96 USD
Przepustowość

Przegląd

Możliwości

  • chat
  • streaming
  • tools

Call DeepSeek V4 Pro

Copy & Run
Rozumowanie
curl -sS "https://api.webway.sh/v1/chat/completions" \
  -H "Authorization: Bearer Twój klucz  " \
  -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"}
  }'