DeepSeek-V4-Flash

DeepSeek-V4-Flash (DeepSeek) — 128K context, Lightweight tier. 入力単価 $0.14/M · 出力単価 $0.28/M · 平均レイテンシ 18ms. Routed via Routara OpenAI-compatible endpoint with multi-region failover and metered billing.

入力 / 100万: $0.14/M · 出力 / 100万: $0.28/M · 初回トークン遅延: 18ms

Specifications

  • 開発元: DeepSeek
  • カテゴリ: Lightweight
  • コンテキスト: 128K
  • 入力単価: $0.14 / 1M
  • 出力単価: $0.28 / 1M
  • 平均レイテンシ: 18 ms
  • SLA: A

Typical use cases

  • 高QPS分類
  • 多言語チャットボット
  • RAG とツール呼び出し

FAQ

  • DeepSeek-V4-Flash の Routara 料金は? — 入力 $0.14/M、出力 $0.28/M。リクエストごとに課金、プラットフォーム手数料なし。
  • DeepSeek-V4-Flash は OpenAI 互換? — はい。base_url を https://api.routara.ai/v1 に設定してください。
  • DeepSeek-V4-Flash はストリーミング対応? — ルートが live のとき stream: true で利用可能です。

Related models

  • MiniMax-File-Upload (/detail/minimax-file-upload)
  • MiniMax-Voice-Clone (/detail/minimax-voice-clone)
  • MiniMax-Hailuo-02 (/detail/minimax-hailuo-02)

Quick integration

  • curl https://api.routara.ai/v1/chat/completions \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"model":"deepseek/deepseek-v4-flash","messages":[{"role":"user","content":"Hello"}],"stream":true}'