Model reference · open weights
NVIDIA-NemotronLabs-AI-for-Media-Sports-Tennis is an open-weight language model from nvidia. AxForge deploys and operates it for you on dedicated EU-owned hardware — with the licence handled where one is required.
Available as managed deployment — configured and operated for you on dedicated EU hardware, quoted per deployment.
What it is
| Released by | NVIDIA |
|---|---|
| Type | Language models |
| Task | Omni (any→any) |
| Parameters (lead) | 33.0B |
| Runs with | transformers |
| Based on | nvidia/Nemotron-3-Nano-Omni-30B-A3B-Reasoning-BF16 |
| Released | 2026-09-01 |
| Popularity | 2 downloads / month |
| Licence | Commercial licence needed |
About
| Total parameters | 31B (Mamba2-Transformer hybrid Mixture of Experts (MoE)) |
| Active parameters | ~3B per token |
| Max context | 256k tokens |
| Modalities (in) | Video, Audio, Image, Text |
| Modality (out) | Text |
| Best for | Point-level tennis Q&A, shot and court understanding, match-state reasoning, rules knowledge, and audio-aware point analysis |
| Fine-tuning data | 1.31M Q&A pairs over 43k point clips (239 matches) |
| Minimum GPU (BF16) | 1× A100 80GB or 1× H100 80GB (single-GPU); 1× B200 / 1× H200 recommended |
| Precisions | bfloat16 (BF16) (NVIDIA-NemotronLabs-AI-for-Media-Sports-Tennis, ~62 GB) — TBD |
NVIDIA-NemotronLabs-AI-for-Media-Sports-Tennis is a fine-tuned multimodal large language model derived from Nemotron 3 Nano Omni. It was further trained on an in-house NVIDIA tennis dataset of manually labeled point-level video clips to specialize in tennis match understanding. The model supports structured multiple-choice and open-ended Q&A over point clips, covering shot mechanics, court positioning, player movement, match facts, rules knowledge, and audio cues. It works best when a full tennis point clip is passed as input.
This model is fine-tuned from Nemotron 3 Nano Omni on an in-house NVIDIA tennis dataset of tennis point video clips using the NVIDIA Sports Intelligence playbooks. For base model details, see the base model card.
This model is ready for commercial or non-commercial use.
Governing Terms: Use of this model is governed by the OpenMDW License Agreement v1.1 (OpenMDW-1.1)
Global
This model is designed for tennis-specific multimodal understanding over point-level video. Expected users include:
Hugging Face 09/10/2026 via Hugging Face
Architecture Type: Other (Mamba2-Transformer hybrid Mixture of Experts backbone with multimodal encoders)
Network Architecture:
Number of model parameters: 3.1 x 10^10 (31B A3B)
How the model was developed: Weights are initialized from the pretrained Nemotron 3 Nano Omni BF16 checkpoint. Fine-tuning trains only the language-model parameters; the vision and audio encoders remain frozen. Optimization uses AdamW (learning rate 5×10⁻⁵, β=(0.9, 0.999)) with warmup and cosine decay, regularized by weight decay 0.05 and gradient clipping at max-norm 1.0, with no additional damping. Training is BF16 packed supervised fine-tuning over point-level tennis clips. Hyperparameters follow the published NeMo AutoModel recipe rather than a dedicated search.
Input Type(s): Video, Audio, Image, Text
Input Format(s):
Input Parameters:
Other Properties Related to Input:
Output Type(s): Text
Output Format(s):
Output Parameters:
Other Properties Related to Output:
Our AI models are designed and/or optimized to run on NVIDIA GPU-accelerated systems. By leveraging NVIDIA's hardware (e.g. GPU cores) and software frameworks (e.g., CUDA libraries), the model achieves faster training and inference times compared to central processing unit (CPU)-only solutions.
Runtime Engine(s):
Supported Hardware Microarchitecture Compatibility:
Preferred/Supported Operating System(s):
The integration of foundation and fine-tuned models into AI systems requires additional testing using use-case-specific data to ensure safe and effective deployment. Following the V-model methodology, iterative testing and validation at both unit and system levels are essential to mitigate risks, meet technical and functio
From the published model card. Full card on the HuggingFace links in the sidebar.
Using it via the API
Once AxForge deploys nvidia-nemotronlabs-ai-for-media-sports-tennis for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (nvidia-nemotronlabs-ai-for-media-sports-tennis below is illustrative; you get the exact model name on deployment.)
$ curl -sS https://api.axforge.ai/v1/chat/completions \
-H "Authorization: Bearer $AXFORGE_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"nvidia-nemotronlabs-ai-for-media-sports-tennis","messages":[{"role":"user","content":"Hello"}]}'
Create an account — your API key is available in the console. 3M free tokens every 30 days with every new account.