mirror of
https://github.com/NVIDIA-NeMo/DataDesigner
synced 2026-05-24 09:48:29 +00:00
Preserves tree from previous docs-website head: 5e47d33ea8. This branch is a CI-managed publish artifact like gh-pages; source provenance is tracked in commit messages rather than Git ancestry.
1 KiB
1 KiB
Models
ModelProvider stores connection and authentication details for model providers. ModelConfig stores a model alias, model identifier, provider settings, and inference parameters. Inference Parameters control model behavior. Chat-completion parameters include temperature, top_p, and max_tokens; temperature and top_p can be fixed values or configured distributions. ImageContext provides image inputs to multimodal models, and ImageInferenceParams configures image generation models.
Related guides:
::: data_designer.config.models