NVIDIA NIM DeepSeek V4 Flash

DeepSeek V4 Flash 284B MoE (0731 release) on NVIDIA NIM — ultra-fast coding & tool calling with 1M context.

Updated 8/29/20261 code examples

About the Model

Why Choose This Model?

This is a high-performance AI model with strong capabilities in its domain, available via a generous free tier and OpenAI-compatible API.

Key Strengths

  • High performance and reliability for production workloads.
  • Generous free quota with no credit card required for trial.
  • OpenAI-compatible API for easy integration with existing tools.

How to Access for Free (via NVIDIA NIM)

Why Choose DeepSeek V4 Flash on NVIDIA NIM?

High-throughput 284B MoE model optimized for sub-second latency, IDE completions, and high-frequency Agent function calling over 1M tokens of context.

Try it in your browser

Pick a model, paste your own free key, and run. Your key is sent once to call the provider and never stored on our servers.

Pick a model, paste your own free key, and run. Your key is sent once to call the provider and never stored on our servers.

Code Examples

curl
curl https://integrate.api.nvidia.com/v1/chat/completions \
  -H "Authorization: Bearer $NVIDIA_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "deepseek-ai/deepseek-v4-flash-0731",
    "messages": [{"role": "user", "content": "Write a debounce function in TypeScript."}]
  }'

Community Feedback

Comments are tied to your GitHub account — sign in to join the discussion.