GPT-5.6 Sol - अब 80% छूट। साइन अप करें

DeepSeek V4 Flash

by DeepSeek · DeepSeek's fast tier, for high-volume work that still wants the million-token window.

कॉन्टेक्स्ट 1M
इनपुट / 10 लाख टोकन $0.44
आउटपुट / 10 लाख टोकन $1.32
थ्रूपुट

अवलोकन

क्षमताएँ

  • chat
  • streaming
  • tools

Call DeepSeek V4 Flash

Copy & Run
रीज़निंग
curl -sS "https://api.webway.sh/v1/chat/completions" \
  -H "Authorization: Bearer आपकी API  " \
  -H "Webway-ZDR: required" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "deepseek-v4-flash",
    "messages": [{"role": "user", "content": "Hello!"}],
    "max_tokens": 64,
    "thinking": {"type": "disabled"}
  }'