dgx-spark
dgx-spark · 192.168.6.19
DGX SparkNVIDIA
vLLMdgx-spark-vllm
http://192.168.6.19:8000/v1
Nemotron-3-Nano-Omni-30B-A3B-Reasoning-NVFP4 playground
10K ctx Text Image Audio Reasoning
dgx-spark · 192.168.6.19
http://192.168.6.19:8000/v1
192.168.5.173
192.168.5.96
192.168.5.253
87 requests served · 71,043 tokens
87 requests · 71,043 tokens (45,012 in / 26,031 out)
Run them free in the playground or from your own code via the OpenAI-compatible API.
curl https://api.inference.club/v1/chat/completions \
-H "Authorization: Bearer $INFERENCE_CLUB_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "flux-2-klein",
"messages": [{"role": "user", "content": "Hello!"}]
}'