DeepSeek V4 Pro (NIM)
Model ID: deepseek-ai/deepseek-v4-pro
Provider: nvidia-nim
Tier: paid plans
Capabilities: chat
DeepSeek V4 Pro served on NVIDIA NIM free endpoints.
Access
Available on paid plans. Call it through the Riven API:
bash
curl https://api.rivenai.io/v1/chat/completions \
-H "Authorization: Bearer $RIVEN_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model": "deepseek-ai/deepseek-v4-pro", "messages": [{"role": "user", "content": "Hello"}]}'Generated from the live Riven gateway catalog, 2026-07-25.